schematic-symbols 0.0.115 → 0.0.117
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +219 -179
- package/dist/index.js.map +1 -1
- 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.117",
|
5
5
|
"type": "module",
|
6
6
|
"files": [
|
7
7
|
"dist",
|
@@ -35,7 +35,7 @@
|
|
35
35
|
"svg-path-parser": "^1.1.0",
|
36
36
|
"svgson": "^5.3.1",
|
37
37
|
"transformation-matrix": "^2.16.1",
|
38
|
-
"tsup": "^8.
|
38
|
+
"tsup": "^8.3.6"
|
39
39
|
},
|
40
40
|
"peerDependencies": {
|
41
41
|
"typescript": "^5.5.4"
|