@amaster.ai/pi-storage 0.1.2-beta.12 → 0.1.2-beta.14

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 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -53,4 +53,4 @@ const storage = createRuntimeStorage({
53
53
 
54
54
  ## Public API Policy
55
55
 
56
- Types and contracts live in `@amaster.ai/pi-types` and are re-exported from the root storage entry point. Concrete adapters are exposed through explicit subpath entry points so applications can depend on the smallest stable surface they need.
56
+ Types and contracts live in `@amaster.ai/pi-shared` and are re-exported from the root storage entry point. Concrete adapters are exposed through explicit subpath entry points so applications can depend on the smallest stable surface they need.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amaster.ai/pi-storage",
3
- "version": "0.1.2-beta.12",
3
+ "version": "0.1.2-beta.14",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -53,8 +53,8 @@
53
53
  "dependencies": {
54
54
  "@prisma/client": "^6.19.3",
55
55
  "ioredis": "^5.10.1",
56
- "@amaster.ai/pi-task-scheduler": "0.1.2-beta.12",
57
- "@amaster.ai/pi-shared": "0.1.2-beta.12"
56
+ "@amaster.ai/pi-task-scheduler": "0.1.2-beta.14",
57
+ "@amaster.ai/pi-shared": "0.1.2-beta.14"
58
58
  },
59
59
  "devDependencies": {
60
60
  "prisma": "^6.19.3",