forbocai 0.6.2 → 0.6.4

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "forbocai",
3
- "version": "0.6.2",
3
+ "version": "0.6.4",
4
4
  "description": "The Infrastructure Layer for Digital Souls (Legacy Redirect)",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -16,7 +16,7 @@
16
16
  "build": "echo 'Nothing to build for legacy'"
17
17
  },
18
18
  "dependencies": {
19
- "@forbocai/core": "^0.6.2"
19
+ "@forbocai/core": "^0.6.4"
20
20
  },
21
21
  "deprecated": "This package is now a transparent proxy for @forbocai/core. Please migrate to the core package directly."
22
22
  }