@pgpmjs/export 0.18.0 → 0.19.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/esm/export-utils.js +1 -1
- package/export-utils.js +1 -1
- package/package.json +5 -5
package/esm/export-utils.js
CHANGED
|
@@ -1597,7 +1597,7 @@ export const preparePackage = async ({ project, author, outdir, name, descriptio
|
|
|
1597
1597
|
moduleName: name,
|
|
1598
1598
|
moduleDesc: description,
|
|
1599
1599
|
access: 'restricted',
|
|
1600
|
-
license: '
|
|
1600
|
+
license: 'CONSTRUCTIVE',
|
|
1601
1601
|
fullName,
|
|
1602
1602
|
...(email && { email }),
|
|
1603
1603
|
// Use provided values or sensible defaults
|
package/export-utils.js
CHANGED
|
@@ -1606,7 +1606,7 @@ const preparePackage = async ({ project, author, outdir, name, description, exte
|
|
|
1606
1606
|
moduleName: name,
|
|
1607
1607
|
moduleDesc: description,
|
|
1608
1608
|
access: 'restricted',
|
|
1609
|
-
license: '
|
|
1609
|
+
license: 'CONSTRUCTIVE',
|
|
1610
1610
|
fullName,
|
|
1611
1611
|
...(email && { email }),
|
|
1612
1612
|
// Use provided values or sensible defaults
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pgpmjs/export",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.19.1",
|
|
4
4
|
"author": "Constructive <developers@constructive.io>",
|
|
5
5
|
"description": "PGPM export tools for SQL and GraphQL database migration extraction",
|
|
6
6
|
"main": "index.js",
|
|
@@ -41,11 +41,11 @@
|
|
|
41
41
|
"@pgsql/types": "^17.6.2",
|
|
42
42
|
"@types/pg": "^8.20.0",
|
|
43
43
|
"makage": "^0.3.0",
|
|
44
|
-
"pgsql-test": "^4.15.
|
|
44
|
+
"pgsql-test": "^4.15.1"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@pgpmjs/core": "^6.20.
|
|
48
|
-
"@pgpmjs/migrate-client": "^0.14.
|
|
47
|
+
"@pgpmjs/core": "^6.20.1",
|
|
48
|
+
"@pgpmjs/migrate-client": "^0.14.2",
|
|
49
49
|
"@pgpmjs/types": "^2.28.0",
|
|
50
50
|
"csv-to-pg": "^3.17.1",
|
|
51
51
|
"glob": "^13.0.6",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"pg-cache": "^3.11.0",
|
|
56
56
|
"pg-env": "^1.15.0"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "c9317afa5b5c2401ab1a18c927c3fd75b59a0b01"
|
|
59
59
|
}
|