vite-plugin-sinwan 0.2.3 → 0.2.4

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 +10 -10
package/bun.lock CHANGED
@@ -5,7 +5,7 @@
5
5
  "": {
6
6
  "name": "vite-plugin-sinwan",
7
7
  "dependencies": {
8
- "sinwan-compiler": "^0.2.3",
8
+ "sinwan-compiler": "^0.2.4",
9
9
  },
10
10
  "devDependencies": {
11
11
  "@types/bun": "latest",
@@ -206,7 +206,7 @@
206
206
 
207
207
  "semver": ["semver@6.3.1", "", { "bin": { "semver": "bin/semver.js" } }, "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA=="],
208
208
 
209
- "sinwan-compiler": ["sinwan-compiler@0.2.3", "", { "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-Lt8CSorN5Xue1WKxnrZoweT87oBZMIeVb7KVURKMu3cEVttJnyvmcDo3j2BxZvjm7Lju1HnzxqaPqZUjCwle1w=="],
209
+ "sinwan-compiler": ["sinwan-compiler@0.2.4", "", { "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-i3KsqHQ2z0yxqgHH05HMNqVtL22yoEQmF7kxvnpXrnvOQ9nFS2z173GIvJqb8mYSV6+s2TQY3brSQFuV7wi4qg=="],
210
210
 
211
211
  "source-map-js": ["source-map-js@1.2.1", "", {}, "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA=="],
212
212
 
package/package.json CHANGED
@@ -1,7 +1,15 @@
1
1
  {
2
2
  "name": "vite-plugin-sinwan",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "Vite plugin for sinwan",
5
+ "author": "Mohammed Ben Cheikh",
6
+ "license": "MIT",
7
+ "bugs": "https://github.com/sinwanjs/vite-plugin-sinwan/issues",
8
+ "homepage": "https://sinwanjs.com",
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "https://github.com/sinwanjs/vite-plugin-sinwan"
12
+ },
5
13
  "type": "module",
6
14
  "main": "./dist/index.js",
7
15
  "types": "./dist/index.d.ts",
@@ -17,14 +25,6 @@
17
25
  "framework",
18
26
  "bun"
19
27
  ],
20
- "author": "Mohammed Ben Cheikh",
21
- "license": "MIT",
22
- "bugs": "https://github.com/sinwanjs/vite-plugin-sinwan/issues",
23
- "homepage": "https://sinwanjs.com",
24
- "repository": {
25
- "type": "git",
26
- "url": "https://github.com/sinwanjs/vite-plugin-sinwan"
27
- },
28
28
  "bin": {
29
29
  "sinwan": "./dist/cli.js"
30
30
  },
@@ -36,7 +36,7 @@
36
36
  "typescript": "^5"
37
37
  },
38
38
  "dependencies": {
39
- "sinwan-compiler": "^0.2.3"
39
+ "sinwan-compiler": "^0.2.4"
40
40
  },
41
41
  "peerDependencies": {
42
42
  "typescript": "^5",