@stryke/crypto 0.6.3 → 0.6.7

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -2,6 +2,44 @@
2
2
 
3
3
  # Changelog for Stryke - Crypto
4
4
 
5
+ ## [0.6.7](https://github.com/storm-software/stryke/releases/tag/crypto%400.6.7) (03/08/2026)
6
+
7
+ ### Updated Dependencies
8
+
9
+ - Updated **type-checks** to **v0.5.35**
10
+ - Updated **convert** to **v0.6.50**
11
+ - Updated **json** to **v0.14.4**
12
+
13
+ ## [0.6.6](https://github.com/storm-software/stryke/releases/tag/crypto%400.6.6) (03/06/2026)
14
+
15
+ ### Updated Dependencies
16
+
17
+ - Updated **type-checks** to **v0.5.34**
18
+ - Updated **convert** to **v0.6.49**
19
+ - Updated **json** to **v0.14.3**
20
+
21
+ ## [0.6.5](https://github.com/storm-software/stryke/releases/tag/crypto%400.6.5) (03/06/2026)
22
+
23
+ ### Updated Dependencies
24
+
25
+ - Updated **type-checks** to **v0.5.33**
26
+ - Updated **convert** to **v0.6.48**
27
+ - Updated **json** to **v0.14.2**
28
+
29
+ ## [0.6.4](https://github.com/storm-software/stryke/releases/tag/crypto%400.6.4) (03/06/2026)
30
+
31
+ ### Updated Dependencies
32
+
33
+ - Updated **type-checks** to **v0.5.32**
34
+ - Updated **convert** to **v0.6.47**
35
+ - Updated **json** to **v0.14.1**
36
+
37
+ ## [0.6.3](https://github.com/storm-software/stryke/releases/tag/crypto%400.6.3) (03/03/2026)
38
+
39
+ ### Updated Dependencies
40
+
41
+ - Updated **json** to **v0.14.0**
42
+
5
43
  ## [0.6.2](https://github.com/storm-software/stryke/releases/tag/crypto%400.6.2) (03/03/2026)
6
44
 
7
45
  ### Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stryke/crypto",
3
- "version": "0.6.3",
3
+ "version": "0.6.7",
4
4
  "type": "module",
5
5
  "description": "A package containing cryptographic utilities used by Storm Software.",
6
6
  "repository": {
@@ -64,15 +64,15 @@
64
64
  },
65
65
  "types": "./dist/index.d.cts",
66
66
  "dependencies": {
67
- "@stryke/convert": "^0.6.46",
68
- "@stryke/json": "^0.14.0",
69
- "@stryke/type-checks": "^0.5.31"
67
+ "@stryke/convert": "^0.6.50",
68
+ "@stryke/json": "^0.14.4",
69
+ "@stryke/type-checks": "^0.5.35"
70
70
  },
71
71
  "devDependencies": {
72
- "@cloudflare/workers-types": "^4.20260305.0",
73
- "@types/node": "^24.11.0",
72
+ "@cloudflare/workers-types": "^4.20260307.1",
73
+ "@types/node": "^24.12.0",
74
74
  "tsdown": "^0.17.2"
75
75
  },
76
76
  "publishConfig": { "access": "public" },
77
- "gitHead": "1405021e71e320bcc0d7800ec36947f69055e91a"
77
+ "gitHead": "ddf54318bd81f6321233db8cfef8b991eb161413"
78
78
  }