@nahisaho/yata-scale 2.3.6 → 3.0.7

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 +4 -11
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "@nahisaho/yata-scale",
3
- "version": "2.3.6",
4
- "description": "YATA Knowledge Graph Scale-up Package - Distributed graph, high-performance indexing, multi-level cache",
3
+ "version": "3.0.7",
4
+ "description": "[DEPRECATED] YATA Scale - Use @musubix/knowledge instead",
5
+ "deprecated": "This package is deprecated. Please use @musubix/knowledge from MUSUBIX v3.0.0+",
5
6
  "type": "module",
6
7
  "main": "./dist/index.js",
7
8
  "types": "./dist/index.d.ts",
@@ -73,14 +74,6 @@
73
74
  "devDependencies": {
74
75
  "@types/node": "^22.13.14",
75
76
  "typescript": "^5.8.2",
76
- "vitest": "^3.0.8"
77
- },
78
- "peerDependencies": {
79
- "@nahisaho/yata-local": "^2.0.0"
80
- },
81
- "peerDependenciesMeta": {
82
- "@nahisaho/yata-local": {
83
- "optional": true
84
- }
77
+ "vitest": "^4.0.16"
85
78
  }
86
79
  }