Skip to content

Commit a054cdf

Browse files
author
nanoapi.io
committed
[skip ci] chore: update shared to v1.0.1
1 parent 12fafbf commit a054cdf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
},
7070
"dependencies": {
7171
"@inquirer/prompts": "^7.4.1",
72-
"@nanoapi.io/shared": "^1.0.0",
72+
"@nanoapi.io/shared": "^1.0.1",
7373
"express": "^4.21.2",
7474
"glob": "^11.0.1",
7575
"http-proxy-middleware": "^3.0.3",

packages/shared/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nanoapi.io/shared",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"type": "module",
55
"private": false,
66
"publishConfig": {
@@ -16,4 +16,4 @@
1616
"devDependencies": {
1717
"typescript": "^5.7.2"
1818
}
19-
}
19+
}

0 commit comments

Comments
 (0)