@twin.org/modules 0.0.1-next.60 → 0.0.1-next.63

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 +43 -0
  2. package/package.json +2 -2
package/docs/changelog.md CHANGED
@@ -1,5 +1,48 @@
1
1
  # @twin.org/modules - Changelog
2
2
 
3
+ ## [0.0.1-next.63](https://github.com/twinfoundation/framework/compare/modules-v0.0.1-next.62...modules-v0.0.1-next.63) (2025-06-18)
4
+
5
+
6
+ ### Miscellaneous Chores
7
+
8
+ * **modules:** 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.1-next.62 to 0.0.1-next.63
16
+
17
+ ## [0.0.1-next.62](https://github.com/twinfoundation/framework/compare/modules-v0.0.1-next.61...modules-v0.0.1-next.62) (2025-06-17)
18
+
19
+
20
+ ### Features
21
+
22
+ * add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/twinfoundation/framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
23
+ * use new shared store mechanism ([#131](https://github.com/twinfoundation/framework/issues/131)) ([934385b](https://github.com/twinfoundation/framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
24
+
25
+
26
+ ### Dependencies
27
+
28
+ * The following workspace dependencies were updated
29
+ * dependencies
30
+ * @twin.org/core bumped from 0.0.1-next.61 to 0.0.1-next.62
31
+
32
+ ## [0.0.1-next.61](https://github.com/twinfoundation/framework/compare/modules-v0.0.1-next.60...modules-v0.0.1-next.61) (2025-06-17)
33
+
34
+
35
+ ### Miscellaneous Chores
36
+
37
+ * **modules:** Synchronize repo versions
38
+
39
+
40
+ ### Dependencies
41
+
42
+ * The following workspace dependencies were updated
43
+ * dependencies
44
+ * @twin.org/core bumped from 0.0.1-next.60 to 0.0.1-next.61
45
+
3
46
  ## [0.0.1-next.60](https://github.com/twinfoundation/framework/compare/modules-v0.0.1-next.59...modules-v0.0.1-next.60) (2025-06-17)
4
47
 
5
48
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/modules",
3
- "version": "0.0.1-next.60",
3
+ "version": "0.0.1-next.63",
4
4
  "description": "Helper classes for loading and executing from modules",
5
5
  "repository": {
6
6
  "type": "git",
@@ -14,7 +14,7 @@
14
14
  "node": ">=20.0.0"
15
15
  },
16
16
  "dependencies": {
17
- "@twin.org/core": "0.0.1-next.60",
17
+ "@twin.org/core": "0.0.1-next.63",
18
18
  "@twin.org/nameof": "next"
19
19
  },
20
20
  "main": "./dist/cjs/index.cjs",