@twin.org/crypto 0.0.3-next.2 → 0.0.3-next.4

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/docs/changelog.md +38 -0
  2. package/package.json +3 -3
package/docs/changelog.md CHANGED
@@ -1,5 +1,43 @@
1
1
  # @twin.org/crypto - Changelog
2
2
 
3
+ ## [0.0.3-next.4](https://github.com/twinfoundation/framework/compare/crypto-v0.0.3-next.3...crypto-v0.0.3-next.4) (2025-11-13)
4
+
5
+
6
+ ### Miscellaneous Chores
7
+
8
+ * **crypto:** Synchronize repo versions
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @twin.org/core bumped from 0.0.3-next.3 to 0.0.3-next.4
16
+ * @twin.org/nameof bumped from 0.0.3-next.3 to 0.0.3-next.4
17
+ * devDependencies
18
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.3 to 0.0.3-next.4
19
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.3 to 0.0.3-next.4
20
+ * @twin.org/validate-locales bumped from 0.0.3-next.3 to 0.0.3-next.4
21
+
22
+ ## [0.0.3-next.3](https://github.com/twinfoundation/framework/compare/crypto-v0.0.3-next.2...crypto-v0.0.3-next.3) (2025-11-12)
23
+
24
+
25
+ ### Miscellaneous Chores
26
+
27
+ * **crypto:** Synchronize repo versions
28
+
29
+
30
+ ### Dependencies
31
+
32
+ * The following workspace dependencies were updated
33
+ * dependencies
34
+ * @twin.org/core bumped from 0.0.3-next.2 to 0.0.3-next.3
35
+ * @twin.org/nameof bumped from 0.0.3-next.2 to 0.0.3-next.3
36
+ * devDependencies
37
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.2 to 0.0.3-next.3
38
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.2 to 0.0.3-next.3
39
+ * @twin.org/validate-locales bumped from 0.0.3-next.2 to 0.0.3-next.3
40
+
3
41
  ## [0.0.3-next.2](https://github.com/twinfoundation/framework/compare/crypto-v0.0.3-next.1...crypto-v0.0.3-next.2) (2025-11-12)
4
42
 
5
43
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/crypto",
3
- "version": "0.0.3-next.2",
3
+ "version": "0.0.3-next.4",
4
4
  "description": "Contains helper methods and classes which implement cryptographic functions",
5
5
  "repository": {
6
6
  "type": "git",
@@ -20,8 +20,8 @@
20
20
  "@scure/base": "2.0.0",
21
21
  "@scure/bip32": "2.0.1",
22
22
  "@scure/bip39": "2.0.1",
23
- "@twin.org/core": "0.0.3-next.2",
24
- "@twin.org/nameof": "0.0.3-next.2",
23
+ "@twin.org/core": "0.0.3-next.4",
24
+ "@twin.org/nameof": "0.0.3-next.4",
25
25
  "crypto-browserify": "3.12.1",
26
26
  "micro-key-producer": "0.8.2"
27
27
  },