@spfn/auth 0.2.0-beta.86 → 0.2.0-beta.87

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spfn/auth",
3
- "version": "0.2.0-beta.86",
3
+ "version": "0.2.0-beta.87",
4
4
  "type": "module",
5
5
  "description": "Authentication, authorization, and RBAC module for SPFN",
6
6
  "author": "Ray Im <rayim@fxy.global>",
@@ -78,9 +78,9 @@
78
78
  "docker:test:logs": "docker compose -f docker-compose.test.yml logs -f",
79
79
  "check:circular": "madge --circular --extensions ts src/",
80
80
  "prepublishOnly": "pnpm run clean && pnpm run build",
81
- "publish:alpha": "npm publish --access public --tag alpha",
82
- "publish:beta": "npm publish --access public --tag beta",
83
- "publish:latest": "npm publish --access public"
81
+ "publish:alpha": "node ../../scripts/publish-package.mjs alpha",
82
+ "publish:beta": "node ../../scripts/publish-package.mjs beta",
83
+ "publish:latest": "node ../../scripts/publish-package.mjs latest"
84
84
  },
85
85
  "keywords": [
86
86
  "spfn",