pgpm 0.0.1 → 0.0.2
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/README.md +2 -2
- package/dist/README.md +2 -2
- package/dist/package.json +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Postgres Package Manager
|
|
2
2
|
|
|
3
3
|
> Build secure, role-aware GraphQL backends powered by PostgreSQL with database-first development
|
|
4
4
|
|
|
@@ -18,7 +18,7 @@ LaunchQL CLI is a comprehensive command-line tool that transforms your PostgreSQ
|
|
|
18
18
|
### Installation
|
|
19
19
|
|
|
20
20
|
```bash
|
|
21
|
-
npm install -g
|
|
21
|
+
npm install -g pgpm
|
|
22
22
|
```
|
|
23
23
|
|
|
24
24
|
### Create Your First Project
|
package/dist/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Postgres Package Manager
|
|
2
2
|
|
|
3
3
|
> Build secure, role-aware GraphQL backends powered by PostgreSQL with database-first development
|
|
4
4
|
|
|
@@ -18,7 +18,7 @@ LaunchQL CLI is a comprehensive command-line tool that transforms your PostgreSQ
|
|
|
18
18
|
### Installation
|
|
19
19
|
|
|
20
20
|
```bash
|
|
21
|
-
npm install -g
|
|
21
|
+
npm install -g pgpm
|
|
22
22
|
```
|
|
23
23
|
|
|
24
24
|
### Create Your First Project
|
package/dist/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pgpm",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
4
4
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
5
|
-
"description": "
|
|
5
|
+
"description": "PostgreSQL Package Manager",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"module": "esm/index.js",
|
|
8
8
|
"types": "index.d.ts",
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pgpm",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
4
4
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
5
|
-
"description": "
|
|
5
|
+
"description": "PostgreSQL Package Manager",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"module": "esm/index.js",
|
|
8
8
|
"types": "index.d.ts",
|