From 30bac5a9cd7fc1bee28f384edd31adf9e9027f38 Mon Sep 17 00:00:00 2001 From: Brian Takita Date: Sun, 28 Mar 2021 20:30:18 -0400 Subject: [PATCH] ## 9.1.12 ### Patch Changes - fix: npm publish: https://github.com/npm/cli/issues/2834 - Updated dependencies [undefined] - @ctx-core/object@17.4.2 --- CHANGELOG.md | 8 ++++++++ package.json | 7 ++++--- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee1a492..38ee0c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @ctx-core/uri +## 9.1.12 + +### Patch Changes + +- fix: npm publish: https://github.com/npm/cli/issues/2834 +- Updated dependencies [undefined] + - @ctx-core/object@17.4.2 + ## 9.1.11 ### Patch Changes diff --git a/package.json b/package.json index 64f7f68..23777c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ctx-core/uri", - "version": "9.1.11", + "version": "9.1.12", "description": "ctx-core uri", "keywords": [ "ctx-core", @@ -27,7 +27,7 @@ "prepublishOnly": "npm run compile" }, "dependencies": { - "@ctx-core/object": "workspace:^17.4.1" + "@ctx-core/object": "workspace:^17.4.2" }, "devDependencies": { "ava": "^3.15.0", @@ -35,7 +35,8 @@ "typescript": "^4.2.3" }, "publishConfig": { - "access": "public" + "access": "public", + "cache": "~/.npm" }, "ava": { "require": [