@cipherstash/protect-ffi 0.25.0 → 0.26.0

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,14 @@
1
1
  {
2
2
  "name": "@cipherstash/protect-ffi",
3
- "version": "0.25.0",
3
+ "version": "0.26.0",
4
+ "repository": {
5
+ "type": "git",
6
+ "url": "git+https://github.com/cipherstash/protectjs-ffi.git"
7
+ },
8
+ "bugs": {
9
+ "url": "https://github.com/cipherstash/protectjs-ffi/issues"
10
+ },
11
+ "homepage": "https://github.com/cipherstash/protectjs-ffi#readme",
4
12
  "description": "",
5
13
  "main": "./lib/index.cjs",
6
14
  "scripts": {
@@ -26,7 +34,7 @@
26
34
  "prepack": "tsc &&neon update",
27
35
  "version": "neon bump --binaries platforms && git add .",
28
36
  "release": "gh workflow run release.yml -f dryrun=false -f version=patch",
29
- "dryrun": "gh workflow run publish.yml -f dryrun=true",
37
+ "dryrun": "gh workflow run release.yml -f dryrun=true -f version=patch",
30
38
  "build:wasm": "wasm-pack build crates/protect-ffi --target bundler --out-dir ../../dist/wasm --no-pack",
31
39
  "postbuild:wasm": "node scripts/inline-wasm.mjs"
32
40
  },
@@ -95,11 +103,11 @@
95
103
  "vite": "^8.0.5"
96
104
  },
97
105
  "optionalDependencies": {
98
- "@cipherstash/protect-ffi-darwin-x64": "0.25.0",
99
- "@cipherstash/protect-ffi-darwin-arm64": "0.25.0",
100
- "@cipherstash/protect-ffi-win32-x64-msvc": "0.25.0",
101
- "@cipherstash/protect-ffi-linux-x64-gnu": "0.25.0",
102
- "@cipherstash/protect-ffi-linux-arm64-gnu": "0.25.0",
103
- "@cipherstash/protect-ffi-linux-x64-musl": "0.25.0"
106
+ "@cipherstash/protect-ffi-darwin-x64": "0.26.0",
107
+ "@cipherstash/protect-ffi-darwin-arm64": "0.26.0",
108
+ "@cipherstash/protect-ffi-win32-x64-msvc": "0.26.0",
109
+ "@cipherstash/protect-ffi-linux-x64-gnu": "0.26.0",
110
+ "@cipherstash/protect-ffi-linux-arm64-gnu": "0.26.0",
111
+ "@cipherstash/protect-ffi-linux-x64-musl": "0.26.0"
104
112
  }
105
113
  }