@twin.org/hierarchies-models 0.9.0 → 0.9.1-next.2

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/docs/changelog.md CHANGED
@@ -1,12 +1,18 @@
1
1
  # Changelog
2
2
 
3
- ## [0.9.0](https://github.com/iotaledger/twin-hierarchies/compare/hierarchies-models-v0.9.0...hierarchies-models-v0.9.0) (2026-06-25)
3
+ ## [0.9.1-next.2](https://github.com/iotaledger/twin-hierarchies/compare/hierarchies-models-v0.9.1-next.1...hierarchies-models-v0.9.1-next.2) (2026-06-29)
4
+
5
+
6
+ ### Miscellaneous Chores
7
+
8
+ * **hierarchies-models:** Synchronize repo versions
9
+
10
+ ## [0.9.1-next.1](https://github.com/iotaledger/twin-hierarchies/compare/hierarchies-models-v0.9.1-next.0...hierarchies-models-v0.9.1-next.1) (2026-06-26)
4
11
 
5
12
 
6
13
  ### Features
7
14
 
8
15
  * initial commit ([ac40c22](https://github.com/iotaledger/twin-hierarchies/commit/ac40c2293568c8e08fd0a9b86c7ae54d202f8091))
9
- * release to production ([#7](https://github.com/iotaledger/twin-hierarchies/issues/7)) ([dc6e81e](https://github.com/iotaledger/twin-hierarchies/commit/dc6e81e89976ca354b447b4c148ac170be906963))
10
16
  * typescript 6 update ([a9b3e37](https://github.com/iotaledger/twin-hierarchies/commit/a9b3e374df98413b2a98bccbd1bc95cf48a9e210))
11
17
 
12
18
  ## [0.9.0-next.1](https://github.com/iotaledger/twin-hierarchies/compare/hierarchies-models-v0.9.0-next.0...hierarchies-models-v0.9.0-next.1) (2026-06-23)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/hierarchies-models",
3
- "version": "0.9.0",
3
+ "version": "0.9.1-next.2",
4
4
  "description": "Shared interfaces, request and response models, and connector contracts.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -14,9 +14,9 @@
14
14
  "node": ">=20.0.0"
15
15
  },
16
16
  "dependencies": {
17
- "@twin.org/core": "^0.9.0",
18
- "@twin.org/nameof": "^0.9.0",
19
- "@twin.org/web": "^0.9.0"
17
+ "@twin.org/core": "next",
18
+ "@twin.org/nameof": "next",
19
+ "@twin.org/web": "next"
20
20
  },
21
21
  "main": "./dist/es/index.js",
22
22
  "types": "./dist/types/index.d.ts",