moonflower 1.3.2 → 1.3.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.
- package/package.json +7 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "moonflower",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.4",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "tenebrie",
|
|
6
6
|
"license": "MIT",
|
|
@@ -123,17 +123,19 @@
|
|
|
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": {
|
|
131
129
|
"@koa/router": "^13.1.0",
|
|
132
130
|
"koa": "^2.15.3",
|
|
133
131
|
"koa-bodyparser": "^4.4.1",
|
|
132
|
+
"ts-morph": "^24.0.0",
|
|
134
133
|
"zod": "4.3.6"
|
|
135
134
|
},
|
|
136
135
|
"peerDependenciesMeta": {
|
|
136
|
+
"ts-morph": {
|
|
137
|
+
"optional": true
|
|
138
|
+
},
|
|
137
139
|
"zod": {
|
|
138
140
|
"optional": true
|
|
139
141
|
}
|
|
@@ -163,8 +165,10 @@
|
|
|
163
165
|
"source-map-support": "^0.5.20",
|
|
164
166
|
"supertest": "^7.0.0",
|
|
165
167
|
"ts-jest": "29.2.5",
|
|
168
|
+
"ts-morph": "^24.0.0",
|
|
166
169
|
"ts-node": "^10.9.2",
|
|
167
170
|
"tsconfig-paths": "4.2.0",
|
|
171
|
+
"typescript": "^5.7.2",
|
|
168
172
|
"vite": "^6.2.2",
|
|
169
173
|
"vite-plugin-dts": "^3.7.3",
|
|
170
174
|
"vitest": "^3.0.9"
|