@jesscss/plugin-js 2.0.0-alpha.1 → 2.0.0-alpha.2

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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jesscss/plugin-js",
3
- "version": "2.0.0-alpha.1",
3
+ "version": "2.0.0-alpha.2",
4
4
  "description": "Jess plugin for JavaScript/TypeScript module imports with Deno runtime checks",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -17,7 +17,7 @@
17
17
  ],
18
18
  "dependencies": {
19
19
  "deno": "^2.6.8",
20
- "@jesscss/core": "2.0.0-alpha.1"
20
+ "@jesscss/core": "2.0.0-alpha.2"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@types/node": "^20.0.0",