@lapidist/dtif-parser 1.0.0 → 1.0.1

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/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @lapidist/dtif-parser changelog
2
2
 
3
+ ## 1.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`632f48e`](https://github.com/bylapidist/dtif/commit/632f48ed3fa2683e3d4e4808c52d9deaabd38af3)]:
8
+ - @lapidist/dtif-schema@1.0.1
9
+ - @lapidist/dtif-validator@1.0.1
10
+
3
11
  ## 1.0.0
4
12
 
5
13
  ### Major Changes
package/README.md CHANGED
@@ -5,7 +5,7 @@ package provides the reference pipeline for loading, validating, normalising,
5
5
  and resolving DTIF documents while emitting structured diagnostics for tooling
6
6
  and automation workflows.
7
7
 
8
- > Documentation: [Using the DTIF parser](https://dtif.lapidist.net/guides/dtif-parser/)
8
+ > Documentation: [Using the DTIF parser](https://dtif.lapidist.net/guides/dtif-parser)
9
9
 
10
10
  ## Installation
11
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lapidist/dtif-parser",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Canonical parser and runtime for Design Token Interchange Format (DTIF) documents.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -37,8 +37,8 @@
37
37
  "prepack": "npm run build"
38
38
  },
39
39
  "dependencies": {
40
- "@lapidist/dtif-schema": "^1.0.0",
41
- "@lapidist/dtif-validator": "^1.0.0",
40
+ "@lapidist/dtif-schema": "^1.0.1",
41
+ "@lapidist/dtif-validator": "^1.0.1",
42
42
  "yaml": "^2.8.1"
43
43
  },
44
44
  "repository": {