designix 0.5.49 → 0.5.51
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.
- package/package.json +13 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "designix",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.51",
|
|
4
4
|
"description": "The first designs made with parametrix",
|
|
5
5
|
"private": false,
|
|
6
6
|
"repository": {
|
|
@@ -67,26 +67,26 @@
|
|
|
67
67
|
"svgo4": "svgo --config ./svgo.config.js -f src/geometrix_verification/svg -o dist/pgdsvg",
|
|
68
68
|
"svgo5": "svgo --config ./svgo.config.js -f src/heliostat/svg -o dist/pgdsvg",
|
|
69
69
|
"svgo": "run-s svgo1 svgo2 svgo3 svgo4 svgo5",
|
|
70
|
-
"browserBundleGearWheel": "esbuild src/gears/
|
|
70
|
+
"browserBundleGearWheel": "esbuild src/gears/gear_wheel.ts --bundle --format=esm --outfile=dist2/gear_wheel.js",
|
|
71
71
|
"browserBundleAll": "esbuild dist/index.js --bundle --format=esm --outfile=dist2/designix.js",
|
|
72
|
-
"clean": "
|
|
72
|
+
"clean": "rimraf dist dist2 node_modules"
|
|
73
73
|
},
|
|
74
74
|
"dependencies": {
|
|
75
|
-
"geometrix": "^0.5.
|
|
75
|
+
"geometrix": "^0.5.49"
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
|
-
"@eslint/js": "^9.
|
|
78
|
+
"@eslint/js": "^9.10.0",
|
|
79
79
|
"@types/eslint__js": "^8.42.3",
|
|
80
|
-
"esbuild": "^0.
|
|
81
|
-
"eslint": "^9.
|
|
80
|
+
"esbuild": "^0.24.0",
|
|
81
|
+
"eslint": "^9.13.0",
|
|
82
82
|
"eslint-config-prettier": "^9.1.0",
|
|
83
|
-
"npm-run-
|
|
83
|
+
"npm-run-all2": "^6.2.4",
|
|
84
84
|
"prettier": "^3.3.3",
|
|
85
|
-
"
|
|
85
|
+
"rimraf": "^6.0.1",
|
|
86
86
|
"svgo": "^3.3.2",
|
|
87
|
-
"tsup": "^8.
|
|
88
|
-
"typescript": "^5.6.
|
|
89
|
-
"typescript-eslint": "^8.
|
|
90
|
-
"vitest": "^2.
|
|
87
|
+
"tsup": "^8.3.0",
|
|
88
|
+
"typescript": "^5.6.3",
|
|
89
|
+
"typescript-eslint": "^8.10.0",
|
|
90
|
+
"vitest": "^2.1.3"
|
|
91
91
|
}
|
|
92
92
|
}
|