pgterra 0.2.2 → 0.2.4
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/dist/index.js +6 -5
- package/package.json +6 -5
package/dist/index.js
CHANGED
|
@@ -28703,7 +28703,7 @@ async function applyCommand(options, config) {
|
|
|
28703
28703
|
// package.json
|
|
28704
28704
|
var package_default = {
|
|
28705
28705
|
name: "pgterra",
|
|
28706
|
-
version: "0.2.
|
|
28706
|
+
version: "0.2.4",
|
|
28707
28707
|
description: "Declarative schema management for Postgres",
|
|
28708
28708
|
keywords: [
|
|
28709
28709
|
"postgres",
|
|
@@ -28715,13 +28715,13 @@ var package_default = {
|
|
|
28715
28715
|
"cli",
|
|
28716
28716
|
"sql"
|
|
28717
28717
|
],
|
|
28718
|
-
homepage: "https://github.com/elitan/
|
|
28718
|
+
homepage: "https://github.com/elitan/pgterra#readme",
|
|
28719
28719
|
repository: {
|
|
28720
28720
|
type: "git",
|
|
28721
|
-
url: "https://github.com/elitan/
|
|
28721
|
+
url: "https://github.com/elitan/pgterra.git"
|
|
28722
28722
|
},
|
|
28723
28723
|
bugs: {
|
|
28724
|
-
url: "https://github.com/elitan/
|
|
28724
|
+
url: "https://github.com/elitan/pgterra/issues"
|
|
28725
28725
|
},
|
|
28726
28726
|
author: {
|
|
28727
28727
|
name: "Johan Eliasson",
|
|
@@ -28741,7 +28741,8 @@ var package_default = {
|
|
|
28741
28741
|
node: ">=18.0.0"
|
|
28742
28742
|
},
|
|
28743
28743
|
publishConfig: {
|
|
28744
|
-
access: "public"
|
|
28744
|
+
access: "public",
|
|
28745
|
+
provenance: true
|
|
28745
28746
|
},
|
|
28746
28747
|
scripts: {
|
|
28747
28748
|
dev: "bun run --watch src/index.ts",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pgterra",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.4",
|
|
4
4
|
"description": "Declarative schema management for Postgres",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"postgres",
|
|
@@ -12,13 +12,13 @@
|
|
|
12
12
|
"cli",
|
|
13
13
|
"sql"
|
|
14
14
|
],
|
|
15
|
-
"homepage": "https://github.com/elitan/
|
|
15
|
+
"homepage": "https://github.com/elitan/pgterra#readme",
|
|
16
16
|
"repository": {
|
|
17
17
|
"type": "git",
|
|
18
|
-
"url": "https://github.com/elitan/
|
|
18
|
+
"url": "https://github.com/elitan/pgterra.git"
|
|
19
19
|
},
|
|
20
20
|
"bugs": {
|
|
21
|
-
"url": "https://github.com/elitan/
|
|
21
|
+
"url": "https://github.com/elitan/pgterra/issues"
|
|
22
22
|
},
|
|
23
23
|
"author": {
|
|
24
24
|
"name": "Johan Eliasson",
|
|
@@ -38,7 +38,8 @@
|
|
|
38
38
|
"node": ">=18.0.0"
|
|
39
39
|
},
|
|
40
40
|
"publishConfig": {
|
|
41
|
-
"access": "public"
|
|
41
|
+
"access": "public",
|
|
42
|
+
"provenance": true
|
|
42
43
|
},
|
|
43
44
|
"scripts": {
|
|
44
45
|
"dev": "bun run --watch src/index.ts",
|