asherah 4.0.16 → 4.0.18
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 +12 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "asherah",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.18",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Asherah envelope encryption and key rotation library",
|
|
6
6
|
"main": "npm/index.js",
|
|
@@ -27,7 +27,9 @@
|
|
|
27
27
|
"scripts": {
|
|
28
28
|
"build": "napi build",
|
|
29
29
|
"build:release": "napi build --release",
|
|
30
|
-
"test": "node test/roundtrip.js",
|
|
30
|
+
"test": "node test/roundtrip.js && node test/e2e-consumer.js",
|
|
31
|
+
"test:unit": "node test/roundtrip.js",
|
|
32
|
+
"test:e2e": "node test/e2e-consumer.js",
|
|
31
33
|
"test:bun": "bun test/roundtrip.js"
|
|
32
34
|
},
|
|
33
35
|
"devDependencies": {
|
|
@@ -37,13 +39,13 @@
|
|
|
37
39
|
"node": ">= 18"
|
|
38
40
|
},
|
|
39
41
|
"optionalDependencies": {
|
|
40
|
-
"asherah-darwin-arm64": "4.0.
|
|
41
|
-
"asherah-darwin-x64": "4.0.
|
|
42
|
-
"asherah-linux-x64-gnu": "4.0.
|
|
43
|
-
"asherah-linux-arm64-gnu": "4.0.
|
|
44
|
-
"asherah-linux-x64-musl": "4.0.
|
|
45
|
-
"asherah-linux-arm64-musl": "4.0.
|
|
46
|
-
"asherah-windows-x64": "4.0.
|
|
47
|
-
"asherah-windows-arm64": "4.0.
|
|
42
|
+
"asherah-darwin-arm64": "4.0.18",
|
|
43
|
+
"asherah-darwin-x64": "4.0.18",
|
|
44
|
+
"asherah-linux-x64-gnu": "4.0.18",
|
|
45
|
+
"asherah-linux-arm64-gnu": "4.0.18",
|
|
46
|
+
"asherah-linux-x64-musl": "4.0.18",
|
|
47
|
+
"asherah-linux-arm64-musl": "4.0.18",
|
|
48
|
+
"asherah-windows-x64": "4.0.18",
|
|
49
|
+
"asherah-windows-arm64": "4.0.18"
|
|
48
50
|
}
|
|
49
51
|
}
|