Skip to content

Commit

Permalink
## 9.1.12
Browse files Browse the repository at this point in the history
### Patch Changes

- fix: npm publish: npm/cli#2834
- Updated dependencies [undefined]
- @ctx-core/object@17.4.2
  • Loading branch information
btakita committed Mar 29, 2021
1 parent 3525dd8 commit 30bac5a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
8 changes: 8 additions & 0 deletions 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
Expand Down
7 changes: 4 additions & 3 deletions 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",
Expand All @@ -27,15 +27,16 @@
"prepublishOnly": "npm run compile"
},
"dependencies": {
"@ctx-core/object": "workspace:^17.4.1"
"@ctx-core/object": "workspace:^17.4.2"
},
"devDependencies": {
"ava": "^3.15.0",
"esm": "^3.2.25",
"typescript": "^4.2.3"
},
"publishConfig": {
"access": "public"
"access": "public",
"cache": "~/.npm"
},
"ava": {
"require": [
Expand Down

0 comments on commit 30bac5a

Please sign in to comment.