@twin.org/data-core 0.0.2-next.1 → 0.0.2-next.3

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,19 @@
1
1
  # @twin.org/data-core - Changelog
2
2
 
3
+ ## [0.0.2-next.3](https://github.com/twinfoundation/data/compare/data-core-v0.0.2-next.2...data-core-v0.0.2-next.3) (2025-09-29)
4
+
5
+
6
+ ### Features
7
+
8
+ * use updated Is.function ([46a4715](https://github.com/twinfoundation/data/commit/46a4715f995aea34f2011138662fe003c9727d07))
9
+
10
+ ## [0.0.2-next.2](https://github.com/twinfoundation/data/compare/data-core-v0.0.2-next.1...data-core-v0.0.2-next.2) (2025-08-29)
11
+
12
+
13
+ ### Features
14
+
15
+ * eslint migration to flat config ([b0db6e6](https://github.com/twinfoundation/data/commit/b0db6e69a90046fc60d29e4273fcdfee13c16088))
16
+
3
17
  ## [0.0.2-next.1](https://github.com/twinfoundation/data/compare/data-core-v0.0.2-next.0...data-core-v0.0.2-next.1) (2025-08-19)
4
18
 
5
19
 
@@ -4,7 +4,7 @@
4
4
 
5
5
  Validation modes for validating data types.
6
6
 
7
- ## Type declaration
7
+ ## Type Declaration
8
8
 
9
9
  ### Validate
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/data-core",
3
- "version": "0.0.2-next.1",
3
+ "version": "0.0.2-next.3",
4
4
  "description": "Definitions and helpers for using with data and schemas",
5
5
  "repository": {
6
6
  "type": "git",