Skip to content

Commit cad41d5

Browse files
committed
## 5.0.28
### Patch Changes - fix: npm publish: npm/cli#2834 - Updated dependencies [undefined] - @ctx-core/[email protected] - @ctx-core/[email protected]
1 parent 3906e1c commit cad41d5

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @ctx-core/ctx-core-typescript-tools
22

3+
## 5.0.28
4+
5+
### Patch Changes
6+
7+
- fix: npm publish: https://github.com/npm/cli/issues/2834
8+
- Updated dependencies [undefined]
9+
- @ctx-core/array@20.2.2
10+
- @ctx-core/object@17.4.2
11+
312
## 5.0.27
413

514
### Patch Changes

package.json

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ctx-core/ctx-core-typescript-tools",
3-
"version": "5.0.27",
3+
"version": "5.0.28",
44
"description": "Typescript tools for the @ctx-core monorepo",
55
"keywords": [
66
"ctx-core"
@@ -22,14 +22,15 @@
2222
"exec": "$@"
2323
},
2424
"dependencies": {
25-
"@ctx-core/array": "workspace:^20.2.1",
26-
"@ctx-core/object": "workspace:^17.4.1",
25+
"@ctx-core/array": "workspace:^20.2.2",
26+
"@ctx-core/object": "workspace:^17.4.2",
2727
"globby": "^11.0.3"
2828
},
2929
"devDependencies": {
3030
"typescript": "^4.2.3"
3131
},
3232
"publishConfig": {
33-
"access": "public"
33+
"access": "public",
34+
"cache": "~/.npm"
3435
}
35-
}
36+
}

0 commit comments

Comments
 (0)