@twin.org/data-framework 0.0.2-next.2 → 0.0.2-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.
package/docs/changelog.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # @twin.org/data-framework - Changelog
2
2
 
3
+ ## [0.0.2-next.4](https://github.com/twinfoundation/data/compare/data-framework-v0.0.2-next.3...data-framework-v0.0.2-next.4) (2025-10-09)
4
+
5
+
6
+ ### Features
7
+
8
+ * add validate-locales ([cf9b761](https://github.com/twinfoundation/data/commit/cf9b76160820fe0b13b4fe56ed241c1d5511b7c1))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @twin.org/data-core bumped from 0.0.2-next.3 to 0.0.2-next.4
16
+ * @twin.org/data-json-ld bumped from 0.0.2-next.3 to 0.0.2-next.4
17
+
18
+ ## [0.0.2-next.3](https://github.com/twinfoundation/data/compare/data-framework-v0.0.2-next.2...data-framework-v0.0.2-next.3) (2025-09-29)
19
+
20
+
21
+ ### Features
22
+
23
+ * use updated Is.function ([46a4715](https://github.com/twinfoundation/data/commit/46a4715f995aea34f2011138662fe003c9727d07))
24
+
25
+
26
+ ### Dependencies
27
+
28
+ * The following workspace dependencies were updated
29
+ * dependencies
30
+ * @twin.org/data-core bumped from 0.0.2-next.2 to 0.0.2-next.3
31
+ * @twin.org/data-json-ld bumped from 0.0.2-next.2 to 0.0.2-next.3
32
+
3
33
  ## [0.0.2-next.2](https://github.com/twinfoundation/data/compare/data-framework-v0.0.2-next.1...data-framework-v0.0.2-next.2) (2025-08-29)
4
34
 
5
35
 
package/locales/en.json CHANGED
@@ -1,7 +1 @@
1
- {
2
- "data-type-names": {
3
- "https://schema.twindev.org/framework/URN": "Urn",
4
- "https://schema.twindev.org/framework/TimestampMilliseconds": "Milliseconds since 1970",
5
- "https://schema.twindev.org/framework/TimestampSeconds": "Seconds since 1970"
6
- }
7
- }
1
+ {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/data-framework",
3
- "version": "0.0.2-next.2",
3
+ "version": "0.0.2-next.4",
4
4
  "description": "Models which define the structure of framework types",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "dependencies": {
17
17
  "@twin.org/core": "next",
18
- "@twin.org/data-core": "0.0.2-next.2",
19
- "@twin.org/data-json-ld": "0.0.2-next.2",
18
+ "@twin.org/data-core": "0.0.2-next.4",
19
+ "@twin.org/data-json-ld": "0.0.2-next.4",
20
20
  "@twin.org/entity": "next",
21
21
  "@twin.org/nameof": "next"
22
22
  },
@@ -37,5 +37,17 @@
37
37
  "dist/types",
38
38
  "locales",
39
39
  "docs"
40
- ]
40
+ ],
41
+ "keywords": [
42
+ "twin",
43
+ "trade",
44
+ "iota",
45
+ "framework",
46
+ "blockchain",
47
+ "data"
48
+ ],
49
+ "bugs": {
50
+ "url": "git+https://github.com/twinfoundation/data/issues"
51
+ },
52
+ "homepage": "https://twindev.org"
41
53
  }