@twin.org/standards-vda 0.0.1 → 0.0.2-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.
Files changed (2) hide show
  1. package/docs/changelog.md +15 -0
  2. package/package.json +6 -6
package/docs/changelog.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @twin.org/standards-vda - Changelog
2
2
 
3
+ ## [0.0.2-next.2](https://github.com/twinfoundation/standards/compare/standards-vda-v0.0.2-next.1...standards-vda-v0.0.2-next.2) (2025-08-19)
4
+
5
+
6
+ ### Features
7
+
8
+ * update framework core ([58c0c3d](https://github.com/twinfoundation/standards/commit/58c0c3dd6cea0e4c2393dc0e3e1eb33a6d06f617))
9
+
10
+ ## [0.0.2-next.1](https://github.com/twinfoundation/standards/compare/standards-vda-v0.0.2-next.0...standards-vda-v0.0.2-next.1) (2025-07-14)
11
+
12
+
13
+ ### Features
14
+
15
+ * update to latest JSON schema spec ([7a23930](https://github.com/twinfoundation/standards/commit/7a2393032d7f48bfb20d3a484f981fb6dd83a92c))
16
+ * use shared store mechanism ([#11](https://github.com/twinfoundation/standards/issues/11)) ([96fa237](https://github.com/twinfoundation/standards/commit/96fa23735f69c1fc7e3d0019b527634fa0a042d9))
17
+
3
18
  ## 0.0.1 (2025-07-03)
4
19
 
5
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/standards-vda",
3
- "version": "0.0.1",
3
+ "version": "0.0.2-next.2",
4
4
  "description": "Models which define the structure of VDA JAIF Standard",
5
5
  "repository": {
6
6
  "type": "git",
@@ -14,11 +14,11 @@
14
14
  "node": ">=20.0.0"
15
15
  },
16
16
  "dependencies": {
17
- "@twin.org/core": "^0.0.1",
18
- "@twin.org/data-core": "^0.0.1",
19
- "@twin.org/data-json-ld": "^0.0.1",
20
- "@twin.org/entity": "^0.0.1",
21
- "@twin.org/nameof": "^0.0.1"
17
+ "@twin.org/core": "next",
18
+ "@twin.org/data-core": "next",
19
+ "@twin.org/data-json-ld": "next",
20
+ "@twin.org/entity": "next",
21
+ "@twin.org/nameof": "next"
22
22
  },
23
23
  "main": "./dist/cjs/index.cjs",
24
24
  "module": "./dist/esm/index.mjs",