@absolutejs/auth 0.57.3 → 0.57.5

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,5 +1,5 @@
1
1
  {
2
- "version": "0.57.3",
2
+ "version": "0.57.5",
3
3
  "name": "@absolutejs/auth",
4
4
  "description": "An authorization library for absolutejs",
5
5
  "repository": {
@@ -24,7 +24,9 @@
24
24
  "lint": "absolute eslint",
25
25
  "prepack": "bun -e \"for (const path of ['dist/oidc/config.d.ts','dist/oidc/types.d.ts','dist/oidc/postgresStores.d.ts']) if (!(await Bun.file(path).exists())) throw new Error('Run bun run build before packing: missing ' + path)\"",
26
26
  "typecheck": "absolute typecheck",
27
- "release": "bun run format && bun run build && npm publish"
27
+ "verify-package": "absolute-manifest verify-package",
28
+ "check:package": "bun run typecheck && bun run lint && bun run test && bun run verify-package && bun run build && bun run verify-package --artifacts",
29
+ "release": "bun run format && bun run check:package && npm publish"
28
30
  },
29
31
  "keywords": [
30
32
  "authorization",
@@ -76,7 +78,7 @@
76
78
  },
77
79
  "dependencies": {
78
80
  "@absolutejs/linked-providers": "0.0.5",
79
- "@absolutejs/manifest": "^0.7.1",
81
+ "@absolutejs/manifest": "^0.7.2",
80
82
  "@neondatabase/serverless": "1.0.0",
81
83
  "@sinclair/typebox": "^0.34.0",
82
84
  "citra": "0.29.7"