@pgpmjs/core 5.2.0 → 6.0.0
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.
|
@@ -345,8 +345,7 @@ const config = {
|
|
|
345
345
|
og_image: 'image',
|
|
346
346
|
favicon: 'upload',
|
|
347
347
|
apple_touch_icon: 'image',
|
|
348
|
-
logo: 'image'
|
|
349
|
-
dbname: 'text'
|
|
348
|
+
logo: 'image'
|
|
350
349
|
}
|
|
351
350
|
},
|
|
352
351
|
apis: {
|
|
@@ -356,7 +355,6 @@ const config = {
|
|
|
356
355
|
id: 'uuid',
|
|
357
356
|
database_id: 'uuid',
|
|
358
357
|
name: 'text',
|
|
359
|
-
dbname: 'text',
|
|
360
358
|
is_public: 'boolean',
|
|
361
359
|
role_name: 'text',
|
|
362
360
|
anon_role: 'text'
|
package/export/export-meta.js
CHANGED
|
@@ -348,8 +348,7 @@ const config = {
|
|
|
348
348
|
og_image: 'image',
|
|
349
349
|
favicon: 'upload',
|
|
350
350
|
apple_touch_icon: 'image',
|
|
351
|
-
logo: 'image'
|
|
352
|
-
dbname: 'text'
|
|
351
|
+
logo: 'image'
|
|
353
352
|
}
|
|
354
353
|
},
|
|
355
354
|
apis: {
|
|
@@ -359,7 +358,6 @@ const config = {
|
|
|
359
358
|
id: 'uuid',
|
|
360
359
|
database_id: 'uuid',
|
|
361
360
|
name: 'text',
|
|
362
|
-
dbname: 'text',
|
|
363
361
|
is_public: 'boolean',
|
|
364
362
|
role_name: 'text',
|
|
365
363
|
anon_role: 'text'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pgpmjs/core",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "6.0.0",
|
|
4
4
|
"author": "Constructive <developers@constructive.io>",
|
|
5
5
|
"description": "PGPM Package and Migration Tools",
|
|
6
6
|
"main": "index.js",
|
|
@@ -59,11 +59,11 @@
|
|
|
59
59
|
"minimatch": "^10.1.1",
|
|
60
60
|
"parse-package-name": "^1.0.0",
|
|
61
61
|
"pg": "^8.17.1",
|
|
62
|
-
"pg-cache": "^
|
|
62
|
+
"pg-cache": "^3.0.0",
|
|
63
63
|
"pg-env": "^1.4.0",
|
|
64
64
|
"pgsql-deparser": "^17.17.2",
|
|
65
65
|
"pgsql-parser": "^17.9.11",
|
|
66
66
|
"yanse": "^0.2.0"
|
|
67
67
|
},
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "b2daeefe49cdefb3d01ea63cf778fb9b847ab5fe"
|
|
69
69
|
}
|