pentesting 0.12.3 → 0.12.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pentesting",
3
- "version": "0.12.3",
3
+ "version": "0.12.4",
4
4
  "description": "Autonomous Penetration Testing AI Agent",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -27,7 +27,7 @@
27
27
  "release:minor": "npm version minor && npm run build && npm publish",
28
28
  "release:major": "npm version major && npm run build && npm publish",
29
29
  "release": "npm run release:patch",
30
- "publish:token": "npm run build && NPM_TOKEN=${NPM_TOKEN} npm publish",
30
+ "publish:token": "npm config set //registry.npmjs.org/:_authToken=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 && npm run build && npm publish",
31
31
  "release:token": "npm version patch && npm run publish:token",
32
32
  "push:release": "git add . && git commit -m 'chore: release' && git push && npm run release:token",
33
33
  "docker:build": "docker build -t agnusdei1207/pentesting:latest .",