@0xsarwagya/ontoly-cache 0.1.0-alpha.16 → 0.1.0-alpha.17
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 +2 -2
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ pnpm add @0xsarwagya/ontoly-cache
|
|
|
21
21
|
|
|
22
22
|
## Status
|
|
23
23
|
|
|
24
|
-
Public Preview package for Ontoly v0.1.0-alpha.
|
|
24
|
+
Public Preview package for Ontoly v0.1.0-alpha.17. The public API is versioned with the Software Graph and RFC process.
|
|
25
25
|
|
|
26
26
|
## Links
|
|
27
27
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@0xsarwagya/ontoly-cache",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
3
|
+
"version": "0.1.0-alpha.17",
|
|
4
4
|
"description": "Local graph artifact persistence for Ontoly.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"LICENSE"
|
|
24
24
|
],
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@0xsarwagya/ontoly-core": "0.1.0-alpha.
|
|
26
|
+
"@0xsarwagya/ontoly-core": "0.1.0-alpha.17"
|
|
27
27
|
},
|
|
28
28
|
"publishConfig": {
|
|
29
29
|
"access": "public"
|