@cipherstash/stack 1.0.0-rc.1 → 1.0.0-rc.3

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": "@cipherstash/stack",
3
- "version": "1.0.0-rc.1",
3
+ "version": "1.0.0-rc.3",
4
4
  "description": "CipherStash Stack for TypeScript and JavaScript",
5
5
  "keywords": [
6
6
  "encrypted",
@@ -192,44 +192,44 @@
192
192
  },
193
193
  "devDependencies": {
194
194
  "@cipherstash/eql": "3.0.0",
195
- "@clack/prompts": "^1.4.0",
196
- "@clerk/backend": "3.4.9",
197
- "@supabase/postgrest-js": "2.105.4",
198
- "@supabase/supabase-js": "^2.110.0",
195
+ "@clack/prompts": "^1.7.0",
196
+ "@clerk/backend": "3.11.3",
197
+ "@supabase/postgrest-js": "2.110.2",
198
+ "@supabase/supabase-js": "^2.110.2",
199
199
  "@types/pg": "^8.20.0",
200
200
  "@types/uuid": "^11.0.0",
201
201
  "dotenv": "17.4.2",
202
202
  "drizzle-orm": "^0.45.2",
203
203
  "execa": "^9.5.2",
204
- "fast-check": "^4.8.0",
204
+ "fast-check": "^4.9.0",
205
205
  "fta-cli": "3.0.0",
206
206
  "json-schema-to-typescript": "^15.0.2",
207
- "pg": "8.20.0",
207
+ "pg": "8.22.0",
208
208
  "postgres": "^3.4.8",
209
209
  "tsup": "8.5.1",
210
- "tsx": "4.22.1",
210
+ "tsx": "4.23.0",
211
211
  "typescript": "5.9.3",
212
- "vitest": "3.2.6"
212
+ "vitest": "3.2.7"
213
213
  },
214
214
  "publishConfig": {
215
215
  "access": "public"
216
216
  },
217
217
  "dependencies": {
218
218
  "@byteslice/result": "0.2.0",
219
- "@cipherstash/auth": "0.41.0",
219
+ "@cipherstash/auth": "0.42.0",
220
220
  "@cipherstash/protect-ffi": "0.29.0",
221
221
  "evlog": "1.11.0",
222
- "uuid": "14.0.0",
222
+ "uuid": "14.0.1",
223
223
  "zod": "3.25.76"
224
224
  },
225
225
  "//optionalDependencies": "@cipherstash/auth ships per-platform native bindings as optional peerDependencies. pnpm does not auto-install platform-matched optional peer deps, so we declare them here as optionalDependencies — pnpm then picks the binary matching the host's os/cpu (from each sub-package's own package.json) and ignores the rest. Required because @cipherstash/stack re-exports the Node auth strategies (OidcFederationStrategy, AccessKeyStrategy, …). All seven names share a single catalog entry to keep them in lockstep.",
226
226
  "optionalDependencies": {
227
- "@cipherstash/auth-darwin-arm64": "0.41.0",
228
- "@cipherstash/auth-darwin-x64": "0.41.0",
229
- "@cipherstash/auth-linux-arm64-gnu": "0.41.0",
230
- "@cipherstash/auth-linux-x64-gnu": "0.41.0",
231
- "@cipherstash/auth-linux-x64-musl": "0.41.0",
232
- "@cipherstash/auth-win32-x64-msvc": "0.41.0"
227
+ "@cipherstash/auth-darwin-arm64": "0.42.0",
228
+ "@cipherstash/auth-darwin-x64": "0.42.0",
229
+ "@cipherstash/auth-linux-arm64-gnu": "0.42.0",
230
+ "@cipherstash/auth-linux-x64-gnu": "0.42.0",
231
+ "@cipherstash/auth-linux-x64-musl": "0.42.0",
232
+ "@cipherstash/auth-win32-x64-msvc": "0.42.0"
233
233
  },
234
234
  "engines": {
235
235
  "node": ">=22"