@pgpmjs/export 0.17.1 → 0.19.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.
@@ -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: 'CLOSED',
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: 'CLOSED',
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.17.1",
3
+ "version": "0.19.0",
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,19 +41,19 @@
41
41
  "@pgsql/types": "^17.6.2",
42
42
  "@types/pg": "^8.20.0",
43
43
  "makage": "^0.3.0",
44
- "pgsql-test": "^4.14.3"
44
+ "pgsql-test": "^4.15.1"
45
45
  },
46
46
  "dependencies": {
47
- "@pgpmjs/core": "^6.19.1",
48
- "@pgpmjs/migrate-client": "^0.13.6",
49
- "@pgpmjs/types": "^2.27.0",
47
+ "@pgpmjs/core": "^6.20.1",
48
+ "@pgpmjs/migrate-client": "^0.14.1",
49
+ "@pgpmjs/types": "^2.28.0",
50
50
  "csv-to-pg": "^3.17.1",
51
51
  "glob": "^13.0.6",
52
52
  "inflekt": "^0.7.1",
53
53
  "inquirerer": "^4.8.1",
54
54
  "pg": "^8.21.0",
55
- "pg-cache": "^3.10.1",
56
- "pg-env": "^1.14.0"
55
+ "pg-cache": "^3.11.0",
56
+ "pg-env": "^1.15.0"
57
57
  },
58
- "gitHead": "030e1144acbd4e288ee74eff2ac0021ca0382ef7"
58
+ "gitHead": "0d63238f2186b997a69a3287fa6cd35ebd93dda6"
59
59
  }