@ditojs/server 2.0.1 → 2.0.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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ditojs/server",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Dito.js Server – Dito.js is a declarative and modern web framework, based on Objection.js, Koa.js and Vue.js",
|
|
6
6
|
"repository": "https://github.com/ditojs/dito/tree/master/packages/server",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"node >= 18"
|
|
23
23
|
],
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@ditojs/admin": "^2.0.
|
|
25
|
+
"@ditojs/admin": "^2.0.3",
|
|
26
26
|
"@ditojs/build": "^2.0.0",
|
|
27
27
|
"@ditojs/router": "^2.0.1",
|
|
28
28
|
"@ditojs/utils": "^2.0.1",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"typescript": "^5.0.3"
|
|
91
91
|
},
|
|
92
92
|
"types": "types",
|
|
93
|
-
"gitHead": "
|
|
93
|
+
"gitHead": "5ca73cc4cf410fbaa95a8e7079cb5c264cc67b7c",
|
|
94
94
|
"scripts": {
|
|
95
95
|
"types": "tsc --noEmit ./src/index.d.ts"
|
|
96
96
|
},
|
|
@@ -275,12 +275,11 @@ const coreDependencies = [
|
|
|
275
275
|
'@vue/*',
|
|
276
276
|
'@lk77/vue3-color',
|
|
277
277
|
'@kyvg/vue3-notification',
|
|
278
|
+
'vue-draggable-plus',
|
|
278
279
|
'vue-multiselect',
|
|
279
280
|
'vue-router',
|
|
280
281
|
'vue-upload-component',
|
|
281
282
|
'tinycolor2',
|
|
282
|
-
'sortablejs-vue3',
|
|
283
|
-
'sortablejs',
|
|
284
283
|
'@tiptap/*',
|
|
285
284
|
'prosemirror-*',
|
|
286
285
|
'linkifyjs',
|