@0xsarwagya/ontoly-core 0.1.0-alpha.18 → 0.1.0-alpha.19

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 +1 -1
package/README.md CHANGED
@@ -22,7 +22,7 @@ pnpm add @0xsarwagya/ontoly-core
22
22
 
23
23
  ## Status
24
24
 
25
- Public Preview package for Ontoly v0.1.0-alpha.18. The public API is versioned with the Software Graph and RFC process.
25
+ Public Preview package for Ontoly v0.1.0-alpha.19. The public API is versioned with the Software Graph and RFC process.
26
26
 
27
27
  ## Links
28
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@0xsarwagya/ontoly-core",
3
- "version": "0.1.0-alpha.18",
3
+ "version": "0.1.0-alpha.19",
4
4
  "description": "Software Graph schema, stable IDs, indexes, and graph helpers for Ontoly.",
5
5
  "type": "module",
6
6
  "license": "MIT",