@twin.org/data-json-path 0.0.3-next.1 → 0.0.3-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.
Files changed (2) hide show
  1. package/docs/changelog.md +14 -0
  2. package/package.json +1 -1
package/docs/changelog.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @twin.org/data-json-path - Changelog
2
2
 
3
+ ## [0.0.3-next.3](https://github.com/twinfoundation/data/compare/data-json-path-v0.0.3-next.2...data-json-path-v0.0.3-next.3) (2026-01-05)
4
+
5
+
6
+ ### Miscellaneous Chores
7
+
8
+ * **data-json-path:** Synchronize repo versions
9
+
10
+ ## [0.0.3-next.2](https://github.com/twinfoundation/data/compare/data-json-path-v0.0.3-next.1...data-json-path-v0.0.3-next.2) (2025-11-24)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * extraneous type ([0b5d5c6](https://github.com/twinfoundation/data/commit/0b5d5c6980a07018e6f6bedfae4b3bf55c5de8dc))
16
+
3
17
  ## [0.0.3-next.1](https://github.com/twinfoundation/data/compare/data-json-path-v0.0.3-next.0...data-json-path-v0.0.3-next.1) (2025-11-10)
4
18
 
5
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/data-json-path",
3
- "version": "0.0.3-next.1",
3
+ "version": "0.0.3-next.3",
4
4
  "description": "JSONPath abstraction layer for TWIN platform",
5
5
  "repository": {
6
6
  "type": "git",