@pafi-dev/issuer-postgres 0.1.0 → 0.1.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 +5 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -10,6 +10,11 @@ schema from the reference issuer.
10
10
 
11
11
  > **Server-only.** Pulls in TypeORM (peer-dep). Do not bundle into a browser app.
12
12
 
13
+ > **Compatible with `@pafi-dev/issuer@0.6.x`.** Schema baseline includes
14
+ > `user_op_hash` columns + indexes for the mobile prepare/submit
15
+ > bundler-receipt fallback. No migration needed when bumping issuer
16
+ > SDK within the 0.6 line.
17
+
13
18
  ---
14
19
 
15
20
  ## Why this exists
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pafi-dev/issuer-postgres",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Postgres-backed IPointLedger implementation for @pafi-dev/issuer — TypeORM entities + migrations + base service issuers can drop in directly",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -42,7 +42,7 @@
42
42
  "dist"
43
43
  ],
44
44
  "dependencies": {
45
- "@pafi-dev/issuer": "0.5.34"
45
+ "@pafi-dev/issuer": "0.6.1"
46
46
  },
47
47
  "peerDependencies": {
48
48
  "typeorm": "^0.3.0",