@0xsarwagya/ontoly-diagnostics 0.1.0-alpha.13 → 0.1.0-alpha.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 +2 -2
package/README.md CHANGED
@@ -12,7 +12,7 @@ pnpm add @0xsarwagya/ontoly-diagnostics
12
12
 
13
13
  ## Status
14
14
 
15
- Alpha package for Ontoly v0.1.0-alpha.13. The public API is versioned with the Software Graph and RFC process.
15
+ Alpha package for Ontoly v0.1.0-alpha.14. The public API is versioned with the Software Graph and RFC process.
16
16
 
17
17
  ## Links
18
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@0xsarwagya/ontoly-diagnostics",
3
- "version": "0.1.0-alpha.13",
3
+ "version": "0.1.0-alpha.14",
4
4
  "description": "Shared diagnostic constructors 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.13"
26
+ "@0xsarwagya/ontoly-core": "0.1.0-alpha.14"
27
27
  },
28
28
  "publishConfig": {
29
29
  "access": "public"