moonflower 1.0.0 → 1.0.1
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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "moonflower",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "tenebrie",
|
|
6
6
|
"license": "MIT",
|
|
@@ -115,7 +115,6 @@
|
|
|
115
115
|
"test-coverage": "vitest --coverage"
|
|
116
116
|
},
|
|
117
117
|
"dependencies": {
|
|
118
|
-
"http-status-codes": "^2.3.0",
|
|
119
118
|
"module-alias": "^2.2.3",
|
|
120
119
|
"ts-morph": "^24.0.0",
|
|
121
120
|
"typescript": "^5.7.2"
|
|
@@ -141,6 +140,7 @@
|
|
|
141
140
|
"eslint-plugin-prettier": "^5.2.1",
|
|
142
141
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
143
142
|
"eslint-plugin-unused-imports": "^4.1.4",
|
|
143
|
+
"http-status-codes": "^2.3.0",
|
|
144
144
|
"jest": "29.7.0",
|
|
145
145
|
"koa": "^2.15.3",
|
|
146
146
|
"koa-bodyparser": "^4.4.1",
|