cas-typescript-sdk 1.0.35 → 1.0.37

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/Cargo.toml CHANGED
@@ -11,7 +11,7 @@ crate-type = ["cdylib"]
11
11
  napi = "2.16.17"
12
12
  napi-derive = "2.16.13"
13
13
  csbindgen = "1.9.3"
14
- cas-lib = "0.2.58"
14
+ cas-lib = { version = "=0.2.58" }
15
15
  zeroize = "1.8.1"
16
16
  zeroizing-alloc = "0.1.0"
17
17
 
package/README.md CHANGED
@@ -6,7 +6,7 @@ Ever wanted all of your most useful cryptographic operations in one module and n
6
6
  CAS is here to provide a unified development experience as an abstract layer to the RustCrypto and Dalek-Cryptography suite of algorithms.
7
7
  The official NPM page can be found [here](https://www.npmjs.com/package/cas-typescript-sdk).
8
8
 
9
- **Note: All work is experimental and we understand some benchmarks might not be the most optimal.**\
9
+ **Note: All work is experimental and we understand some benchmarks might not be the most optimal.**
10
10
 
11
11
  ## Consuming Library Documentation
12
12
  This Node.js NPM module is dependent on our Rust layer [cas-lib](https://github.com/Cryptographic-API-Services/cas-lib) that contains methods to run industry-standard cryptographic operations.
@@ -20,3 +20,4 @@ We utilize some smart people's existing work and we believe their documentation
20
20
 
21
21
  ## Disclaimer
22
22
  Many of the cryptographic crates that are utilized in our core FFI [layer](./src) have never had a security audit performed. Utilize this SDK at your own risk.
23
+
package/index.node CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cas-typescript-sdk",
3
- "version": "1.0.35",
3
+ "version": "1.0.37",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -10,7 +10,7 @@
10
10
  "rust:test": "cargo test --release",
11
11
  "build": "npm run build:rust && rimraf lib && tsc",
12
12
  "build:rust": "napi build --release",
13
- "prepare": "npm run build"
13
+ "postinstall": "npm run build"
14
14
  },
15
15
  "repository": {
16
16
  "type": "git",