@dccxx/auggiegw 1.0.13 → 1.0.15

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 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dccxx/auggiegw",
3
- "version": "1.0.13",
3
+ "version": "1.0.15",
4
4
  "description": "A Node.js TypeScript package",
5
5
  "main": "./dist/cli.js",
6
6
  "types": "./dist/cli.d.ts",
@@ -12,8 +12,7 @@
12
12
  "build": "tsc",
13
13
  "lint": "bunx biome check --write",
14
14
  "clean": "rm -rf dist",
15
- "publish": "node scripts/publish.js",
16
- "publish:manual": "npm publish --access public",
15
+ "publish:auto": "node scripts/publish.js",
17
16
  "dev:login": "bun run src/cli.ts login",
18
17
  "dev:fetch": "bun run src/cli.ts fetch"
19
18
  },