@drupal-canvas/cli 0.1.1 → 0.2.0

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.
@@ -28,4 +28,3 @@ slots:
28
28
  description: Content to display below the greeting
29
29
  examples:
30
30
  - <div>Example slot content</div>
31
- dataDependencies: []
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@drupal-canvas/cli",
3
3
  "description": "CLI tool for managing Drupal Canvas code components",
4
+ "version": "0.2.0",
4
5
  "license": "GPL-2.0-or-later",
5
6
  "repository": {
6
7
  "type": "git",
@@ -58,7 +59,7 @@
58
59
  "js-yaml": "^4.1.0",
59
60
  "lightningcss": "^1.30.1",
60
61
  "table": "^6.9.0",
61
- "tailwindcss-in-browser": "^0.3.0"
62
- },
63
- "version": "0.1.1"
62
+ "tailwindcss-in-browser": "^0.4.0",
63
+ "@babel/parser": "^7.26.9"
64
+ }
64
65
  }