pgpm 0.6.1 → 1.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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -52,6 +52,8 @@ psql -d mydb1 -c "SELECT faker.city('MI');"
52
52
 
53
53
  ## 🛠️ Commands
54
54
 
55
+ Here are some useful commands for reference:
56
+
55
57
  ### Getting Started
56
58
 
57
59
  - `pgpm init` - Initialize a new module
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pgpm",
3
- "version": "0.6.1",
3
+ "version": "1.0.0",
4
4
  "author": "Constructive <developers@constructive.io>",
5
5
  "description": "PostgreSQL Package Manager - Database migration and package management CLI",
6
6
  "main": "index.js",
@@ -73,5 +73,5 @@
73
73
  "pg",
74
74
  "pgsql"
75
75
  ],
76
- "gitHead": "0f810b087435df60801bfa63d4f780e95acb6d02"
76
+ "gitHead": "0fe250de7fa77879887dab4635d93ded16ed43c2"
77
77
  }