From 9a351984ad765ef883bceb390e751b4297c0d60c Mon Sep 17 00:00:00 2001 From: Matthew Zember Date: Wed, 17 Apr 2024 10:34:07 -0400 Subject: [PATCH 1/2] update links to point to j1 repo. set publishConfig to publci --- CHANGELOG.md | 4 ++++ package.json | 9 ++++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f91a24..3083808 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 8.0.1 - 2024-04-17 + +- update publish config + ## 8.0.0 - 2024-04-17 - `search` method signature rewritten to allow manual pagination diff --git a/package.json b/package.json index 41d4d86..373c868 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,9 @@ "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "type": "module", + "publishConfig": { + "access": "public" + }, "exports": { ".": { "import": { @@ -51,7 +54,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/ldapts/ldapts.git" + "url": "git+https://github.com/jupiterone/ldapts.git" }, "engines": { "node": ">=18" @@ -64,9 +67,9 @@ "author": "jim@biacreations.com", "license": "MIT", "bugs": { - "url": "https://github.com/ldapts/ldapts/issues" + "url": "https://github.com/jupiterone/ldapts/issues" }, - "homepage": "https://github.com/ldapts/ldapts#readme", + "homepage": "https://github.com/jupiterone/ldapts#readme", "dependencies": { "@types/asn1": ">=0.2.4", "@types/uuid": ">=9", From 8470c54d569a1b9f6b0ee3a489d6975f8b513fe1 Mon Sep 17 00:00:00 2001 From: Matthew Zember Date: Wed, 17 Apr 2024 10:34:59 -0400 Subject: [PATCH 2/2] v8.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 373c868..b831b97 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jupiterone/ldapts", - "version": "8.0.0", + "version": "8.0.1", "description": "LDAP client", "main": "./dist/index.cjs", "module": "./dist/index.mjs",