@ingram-tech/nk-auth 0.13.4 → 0.13.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/dist/id.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"id.d.ts","sourceRoot":"","sources":["../src/id.ts"],"names":[],"mappings":"AAKA,OAAO,EACN,QAAQ,EACR,cAAc,EACd,YAAY,EACZ,cAAc,GACd,MAAM,uBAAuB,CAAC"}
1
+ {"version":3,"file":"id.d.ts","sourceRoot":"","sources":["../src/id.ts"],"names":[],"mappings":"AAMA,OAAO,EACN,QAAQ,EACR,cAAc,EACd,YAAY,EACZ,cAAc,GACd,MAAM,uBAAuB,CAAC"}
package/dist/id.js CHANGED
@@ -1,4 +1,5 @@
1
- // The Ingram id codec moved to `@ingram-tech/nk-db/id` the lowest package in
1
+ // The Ingram id codec is the standalone `id758` package, re-exported via
2
+ // `@ingram-tech/nk-db/id` — the lowest package in
2
3
  // the graph — so a site can mint ids without pulling this auth slice. This
3
4
  // re-export keeps `@ingram-tech/nk-auth/id` (and Better Auth's
4
5
  // `advanced.database.generateId`, wired in `./options`) working unchanged. For
package/dist/id.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"id.js","sourceRoot":"","sources":["../src/id.ts"],"names":[],"mappings":"AAAA,+EAA+E;AAC/E,2EAA2E;AAC3E,+DAA+D;AAC/D,+EAA+E;AAC/E,uFAAuF;AACvF,OAAO,EACN,QAAQ,EACR,cAAc,EACd,YAAY,EACZ,cAAc,GACd,MAAM,uBAAuB,CAAC"}
1
+ {"version":3,"file":"id.js","sourceRoot":"","sources":["../src/id.ts"],"names":[],"mappings":"AAAA,yEAAyE;AACzE,kDAAkD;AAClD,2EAA2E;AAC3E,+DAA+D;AAC/D,+EAA+E;AAC/E,uFAAuF;AACvF,OAAO,EACN,QAAQ,EACR,cAAc,EACd,YAAY,EACZ,cAAc,GACd,MAAM,uBAAuB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ingram-tech/nk-auth",
3
- "version": "0.13.4",
3
+ "version": "0.13.5",
4
4
  "description": "The Ingram Better Auth foundation: composable presets (org, dual-shape JWT, active-org hooks, pg pool) for Next.js sites.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -65,7 +65,7 @@
65
65
  "test": "vitest run"
66
66
  },
67
67
  "dependencies": {
68
- "@ingram-tech/nk-db": "^1.5.0",
68
+ "@ingram-tech/nk-db": "^1.6.0",
69
69
  "bcrypt": "^6.0.0",
70
70
  "jose": "^6.2.9",
71
71
  "zod": "^4.4.3"
@@ -93,7 +93,7 @@
93
93
  },
94
94
  "devDependencies": {
95
95
  "@better-auth/passkey": "^1.7.0",
96
- "@ingram-tech/nk-dev": "0.11.0",
96
+ "@ingram-tech/nk-dev": "0.11.1",
97
97
  "@types/bcrypt": "^6.0.0",
98
98
  "@types/node": "^26.2.0",
99
99
  "@types/pg": "^8.23.1",