vite-plugin-sinwan 0.2.0 → 0.2.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 (2) hide show
  1. package/bun.lock +2 -2
  2. package/package.json +2 -2
package/bun.lock CHANGED
@@ -6,7 +6,7 @@
6
6
  "name": "vite-plugin-sinwan",
7
7
  "dependencies": {
8
8
  "@babel/parser": "^7.24.0",
9
- "sinwan-compiler": "^0.2.0",
9
+ "sinwan-compiler": "^0.2.2",
10
10
  },
11
11
  "devDependencies": {
12
12
  "@types/bun": "latest",
@@ -207,7 +207,7 @@
207
207
 
208
208
  "semver": ["semver@6.3.1", "", { "bin": { "semver": "bin/semver.js" } }, "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA=="],
209
209
 
210
- "sinwan-compiler": ["sinwan-compiler@0.2.0", "", { "dependencies": { "@babel/core": "^7.24.0", "@babel/generator": "^7.24.0", "@babel/parser": "^7.24.0", "@babel/traverse": "^7.24.0", "@babel/types": "^7.24.0" }, "peerDependencies": { "typescript": "^5" }, "bin": { "sinwan": "dist/cli.js" } }, "sha512-a66GYxxo8VtJRV6R07C13oHkgjRZ8PQsGO9KXDF3rQ6hcPW4laYG1t1WlQxrV1GopIejC7LMifZNUPqq4en14A=="],
210
+ "sinwan-compiler": ["sinwan-compiler@0.2.2", "", { "dependencies": { "@babel/core": "^7.24.0", "@babel/generator": "^7.24.0", "@babel/parser": "^7.24.0", "@babel/traverse": "^7.24.0", "@babel/types": "^7.24.0" }, "peerDependencies": { "typescript": "^5" }, "bin": { "sinwan": "dist/cli.js" } }, "sha512-mxwLmTGRBx2VHJN6+5lW5gjcbQIYLlqPcl7rjchqMOMsDE2zWgpr8/2OSGbt1Vh6QHtO/ca88X1Sw1tp7VYeEQ=="],
211
211
 
212
212
  "source-map-js": ["source-map-js@1.2.1", "", {}, "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA=="],
213
213
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vite-plugin-sinwan",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "description": "Vite plugin for sinwan",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -37,7 +37,7 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "@babel/parser": "^7.24.0",
40
- "sinwan-compiler": "^0.2.0"
40
+ "sinwan-compiler": "^0.2.2"
41
41
  },
42
42
  "peerDependencies": {
43
43
  "typescript": "^5",