@razorwind/vsce 0.0.21 → 0.0.22

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@razorwind/vsce",
3
- "version": "0.0.21",
3
+ "version": "0.0.22",
4
4
  "type": "module",
5
5
  "description": "Razorwind Visual Studio Code Extension plugin that creates theming extensions from design tokens.",
6
6
  "repository": {
@@ -68,7 +68,7 @@
68
68
  "dependencies": {
69
69
  "@power-plant/core": "^0.0.90",
70
70
  "@power-plant/dtcg-schema": "^0.0.1",
71
- "@razorwind/core": "^0.0.44"
71
+ "@razorwind/core": "^0.0.45"
72
72
  },
73
73
  "devDependencies": {
74
74
  "@powerlines/plugin-tsdown": "^0.1.612",
@@ -76,5 +76,5 @@
76
76
  "typescript": "^6.0.3"
77
77
  },
78
78
  "publishConfig": { "access": "public" },
79
- "gitHead": "2046c9d9c5528a1732da87a4b4d480a69f81c3fe"
79
+ "gitHead": "8646ac01928c5b68108e86adf33fb78941b35902"
80
80
  }