moonflower 1.3.2 → 1.3.3
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "moonflower",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.3",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "tenebrie",
|
|
6
6
|
"license": "MIT",
|
|
@@ -123,8 +123,6 @@
|
|
|
123
123
|
"test-coverage": "vitest --coverage"
|
|
124
124
|
},
|
|
125
125
|
"dependencies": {
|
|
126
|
-
"ts-morph": "^24.0.0",
|
|
127
|
-
"typescript": "^5.7.2",
|
|
128
126
|
"yargs": "^17.7.2"
|
|
129
127
|
},
|
|
130
128
|
"peerDependencies": {
|
|
@@ -163,8 +161,10 @@
|
|
|
163
161
|
"source-map-support": "^0.5.20",
|
|
164
162
|
"supertest": "^7.0.0",
|
|
165
163
|
"ts-jest": "29.2.5",
|
|
164
|
+
"ts-morph": "^24.0.0",
|
|
166
165
|
"ts-node": "^10.9.2",
|
|
167
166
|
"tsconfig-paths": "4.2.0",
|
|
167
|
+
"typescript": "^5.7.2",
|
|
168
168
|
"vite": "^6.2.2",
|
|
169
169
|
"vite-plugin-dts": "^3.7.3",
|
|
170
170
|
"vitest": "^3.0.9"
|