We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e375c70 commit 8ef535cCopy full SHA for 8ef535c
3 files changed
.changeset/storex-clean-api.md
packages/storex/CHANGELOG.md
@@ -1,5 +1,15 @@
1
# storexjs
2
3
+## 0.2.0
4
+
5
+### Minor Changes
6
7
+- e375c70: refactor: clean API — accept blobStore/manifestStore instead of CASRegistry
8
9
+ createStoreX now takes { blobStore, manifestStore } directly.
10
+ CASRegistry is created internally — callers never see it.
11
+ Removed CASRegistry from public exports.
12
13
## 0.1.0
14
15
### Minor Changes
packages/storex/package.json
@@ -1,6 +1,6 @@
{
"name": "storexjs",
- "version": "0.1.0",
+ "version": "0.2.0",
"description": "StoreX - Storage API for ResourceX applications",
"keywords": [
"storex",
0 commit comments