@opengis/admin 0.2.124 → 0.2.125
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
- package/server/migrations/1.sql +1 -0
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@opengis/admin",
|
3
|
-
"version": "0.2.
|
3
|
+
"version": "0.2.125",
|
4
4
|
"description": "This project Softpro Admin",
|
5
5
|
"main": "dist/admin.js",
|
6
6
|
"type": "module",
|
@@ -48,7 +48,7 @@
|
|
48
48
|
"@fullcalendar/vue3": "^6.1.15",
|
49
49
|
"@opengis/fastify-auth": "^1.0.70",
|
50
50
|
"@opengis/fastify-file": "^1.0.42",
|
51
|
-
"@opengis/fastify-table": "^1.2.
|
51
|
+
"@opengis/fastify-table": "^1.2.12",
|
52
52
|
"@opengis/v3-core": "^0.3.45",
|
53
53
|
"@opengis/v3-filter": "^0.0.71",
|
54
54
|
"@tabler/icons-vue": "^3.28.1",
|
@@ -0,0 +1 @@
|
|
1
|
+
select 1
|