Skip to content

Commit 2e3e055

Browse files
authored
Merge pull request #304 from internxt/fix/add-tag-to-publish-script
[_]: fix/add-tag-publish-script
2 parents e12106c + 7eabba9 commit 2e3e055

2 files changed

Lines changed: 12 additions & 6 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"dev:webdav": "nodemon -e ts --exec ts-node src/webdav/index.ts",
1818
"pack:win": "oclif pack win",
1919
"publish:npm": "npm run build && npm publish --scope=@internxt --registry=https://registry.npmjs.org/ --access public",
20-
"publish:github": "npm run build && npm publish --scope=@internxt --registry=https://npm.pkg.github.com",
20+
"publish:github": "npm run build && npm publish --scope=@internxt --registry=https://npm.pkg.github.com --tag latest",
2121
"postinstall": "node ./scripts/restart-webdav.js"
2222
},
2323
"homepage": "https://github.com/internxt/cli",
@@ -38,7 +38,7 @@
3838
"@inquirer/prompts": "7.6.0",
3939
"@internxt/inxt-js": "2.2.2",
4040
"@internxt/lib": "1.3.1",
41-
"@internxt/sdk": "1.10.4",
41+
"@internxt/sdk": "1.10.5",
4242
"@oclif/core": "4.4.1",
4343
"@types/validator": "13.15.2",
4444
"async": "3.2.6",

yarn.lock

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1365,12 +1365,13 @@
13651365
dependencies:
13661366
axios "1.10.0"
13671367

1368-
"@internxt/sdk@1.10.4":
1369-
version "1.10.4"
1370-
resolved "https://registry.yarnpkg.com/@internxt/sdk/-/sdk-1.10.4.tgz#a8761c1b5a71709381293736ab67d17802ed2bb2"
1371-
integrity sha512-rn46XZdOdt263/lRleQjMz16JIJwTYrJrh3d1txcBuolXeOmCoRwvMnB9cRhkq3jySqCalZRDWqCZ7/QWP5arA==
1368+
"@internxt/sdk@1.10.5":
1369+
version "1.10.5"
1370+
resolved "https://registry.yarnpkg.com/@internxt/sdk/-/sdk-1.10.5.tgz#b07fb5d7cc5d1d21acc1c953f0826172f7a410a3"
1371+
integrity sha512-yymepNZwuuWBcpGnyRdU5WhBIgis0Xh2kEnoXcmZJyqaWp7LYbTKHz1xGQ/wOFguSw15X/0k3BBBO5BEUXHpCQ==
13721372
dependencies:
13731373
axios "1.10.0"
1374+
uuid "11.1.0"
13741375

13751376
"@isaacs/balanced-match@^4.0.1":
13761377
version "4.0.1"
@@ -7005,6 +7006,11 @@ util-deprecate@^1.0.1:
70057006
resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"
70067007
integrity sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==
70077008

7009+
uuid@11.1.0:
7010+
version "11.1.0"
7011+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-11.1.0.tgz#9549028be1753bb934fc96e2bca09bb4105ae912"
7012+
integrity sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==
7013+
70087014
uuid@^9.0.1:
70097015
version "9.0.1"
70107016
resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.1.tgz#e188d4c8853cc722220392c424cd637f32293f30"

0 commit comments

Comments
 (0)