@joktec/skills 0.1.1 → 0.1.2

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@joktec/skills",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "private": false,
5
5
  "description": "Hybrid agent skill pack for using @joktec/* libraries in consumer projects.",
6
6
  "license": "MIT",
@@ -58,8 +58,8 @@
58
58
  "sync:check": "node scripts/sync-from-joktec-framework.mjs --check",
59
59
  "pack:check": "pnpm pack --dry-run",
60
60
  "prepublish:check": "pnpm run build && pnpm run check && pnpm pack --dry-run",
61
- "publish:dry-run": "pnpm run prepublish:check && pnpm publish --dry-run --no-git-checks --access public --registry https://registry.npmjs.org/",
62
- "publish:registry": "pnpm run prepublish:check && pnpm publish --access public --registry https://registry.npmjs.org/",
61
+ "publish:dry-run": "pnpm run prepublish:check && pnpm publish --dry-run --no-git-checks --access public",
62
+ "publish:registry": "pnpm run prepublish:check && pnpm publish --access public",
63
63
  "release:patch": "pnpm version patch && pnpm run publish:registry",
64
64
  "release:minor": "pnpm version minor && pnpm run publish:registry",
65
65
  "release:major": "pnpm version major && pnpm run publish:registry"