@amaster.ai/pi-storage 0.1.2-beta.12 → 0.1.2-beta.13
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 +1 -1
- 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-
|
|
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.
|
|
3
|
+
"version": "0.1.2-beta.13",
|
|
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.
|
|
57
|
-
"@amaster.ai/pi-shared": "0.1.2-beta.
|
|
56
|
+
"@amaster.ai/pi-task-scheduler": "0.1.2-beta.13",
|
|
57
|
+
"@amaster.ai/pi-shared": "0.1.2-beta.13"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
60
|
"prisma": "^6.19.3",
|