pg-env 1.2.0 → 1.2.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.
Files changed (2) hide show
  1. package/README.md +1 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -181,8 +181,7 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
181
181
 
182
182
  ## Credits
183
183
 
184
- 🛠 Built by Constructive — if you like our tools, please checkout and contribute to [our github ⚛️](https://github.com/constructive-io)
185
-
184
+ **🛠 Built by the [Constructive](https://constructive.io) team creators of modular Postgres tooling for secure, composable backends. If you like our work, contribute on [GitHub](https://github.com/constructive-io).**
186
185
 
187
186
  ## Disclaimer
188
187
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pg-env",
3
- "version": "1.2.0",
4
- "author": "Dan Lynch <pyramation@gmail.com>",
3
+ "version": "1.2.1",
4
+ "author": "Constructive <developers@constructive.io>",
5
5
  "description": "PostgreSQL environment configuration utilities",
6
6
  "main": "index.js",
7
7
  "module": "esm/index.js",
@@ -38,5 +38,5 @@
38
38
  "devDependencies": {
39
39
  "makage": "^0.1.8"
40
40
  },
41
- "gitHead": "b88e3d1ec9125d2cff1d731ddb1c1dabb299c6dd"
41
+ "gitHead": "3bfa1e2c4524664d19ebfa2baf214403821bdee9"
42
42
  }