@lapidist/dtif-parser 0.2.0 → 0.2.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @lapidist/dtif-parser changelog
2
2
 
3
+ ## 0.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#60](https://github.com/bylapidist/dtif/pull/60) [`2732e67`](https://github.com/bylapidist/dtif/commit/2732e67888b5c83624a11dc086677790a4b51955) Thanks [@brettdorrans](https://github.com/brettdorrans)! - Trigger a patch release.
8
+
9
+ - Updated dependencies [[`2732e67`](https://github.com/bylapidist/dtif/commit/2732e67888b5c83624a11dc086677790a4b51955)]:
10
+ - @lapidist/dtif-schema@0.2.1
11
+ - @lapidist/dtif-validator@0.2.1
12
+
3
13
  ## 0.2.0
4
14
 
5
15
  ### Minor Changes
@@ -9,6 +19,8 @@
9
19
  resolution. Ship the `dtif-parse` CLI, document and cache integrations,
10
20
  configurable resolver depth limits, and plugin hooks that surface extension
11
21
  results and resolved-token transforms alongside structured diagnostics.
22
+ - Align dependencies on @lapidist/dtif-schema and @lapidist/dtif-validator to
23
+ version 0.2.0 so all packages publish together.
12
24
 
13
25
  All notable changes to this project will be documented in this file.
14
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lapidist/dtif-parser",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Canonical parser and runtime for Design Token Interchange Format (DTIF) documents.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -29,8 +29,8 @@
29
29
  "prepack": "npm run build"
30
30
  },
31
31
  "dependencies": {
32
- "@lapidist/dtif-schema": "^0.1.7",
33
- "@lapidist/dtif-validator": "^0.1.7",
32
+ "@lapidist/dtif-schema": "^0.2.1",
33
+ "@lapidist/dtif-validator": "^0.2.1",
34
34
  "yaml": "^2.8.1"
35
35
  },
36
36
  "devDependencies": {