@prisma-psm/pg 1.0.4 → 1.0.5

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 +9 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,2 +1,11 @@
1
1
  # psm-pg
2
2
  PSM/PG - Prisma SAFE MIGRATE FOR POSTGRES DRIVER
3
+
4
+
5
+ [Português](#português) | [English](#english)
6
+
7
+ ## Português
8
+ Conteúdo em português...
9
+
10
+ ## English
11
+ Content in English...
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma-psm/pg",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Prisma Safe Migration Postgres Driver",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -9,7 +9,6 @@
9
9
  "author": "",
10
10
  "license": "ISC",
11
11
  "dependencies": {
12
- "@prisma-psm/core": "^1.0.2",
13
12
  "pg": "^8.16.3",
14
13
  "yaml": "^2.8.1"
15
14
  },
@@ -17,6 +16,7 @@
17
16
  "access": "public"
18
17
  },
19
18
  "devDependencies": {
19
+ "@prisma-psm/core": "file:../psm",
20
20
  "@types/pg": "^8.15.5"
21
21
  }
22
22
  }