schematic-symbols 0.0.88 → 0.0.89
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "schematic-symbols",
|
3
3
|
"main": "./dist/index.js",
|
4
|
-
"version": "0.0.
|
4
|
+
"version": "0.0.89",
|
5
5
|
"type": "module",
|
6
6
|
"files": [
|
7
7
|
"dist",
|
@@ -21,7 +21,7 @@
|
|
21
21
|
"vercel-build": "bun run build && bun run ./scripts/build.ts"
|
22
22
|
},
|
23
23
|
"devDependencies": {
|
24
|
-
"@biomejs/biome": "^1.9.
|
24
|
+
"@biomejs/biome": "^1.9.4",
|
25
25
|
"@types/bun": "latest",
|
26
26
|
"@types/prompts": "^2.4.9",
|
27
27
|
"@types/svg-path-parser": "^1.1.6",
|