n2-soul 9.0.3 → 9.0.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.
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n2-soul",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.4",
|
|
4
4
|
"description": "AI agent memory & session orchestrator for MCP — persistent KV-Cache, Soul Board, immutable Ledger",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -9,11 +9,11 @@
|
|
|
9
9
|
"start": "node dist/index.js",
|
|
10
10
|
"dev": "tsc --watch",
|
|
11
11
|
"typecheck": "tsc --noEmit",
|
|
12
|
-
"lint": "eslint src/",
|
|
13
|
-
"lint:fix": "eslint src/ --fix",
|
|
12
|
+
"lint": "eslint src/ --max-warnings=0",
|
|
13
|
+
"lint:fix": "eslint src/ --fix --max-warnings=0",
|
|
14
14
|
"test": "node --test dist/tests/*.test.js",
|
|
15
|
-
"verify": "npm run typecheck && npm run build && npm run test",
|
|
16
|
-
"prepublishOnly": "npm run build"
|
|
15
|
+
"verify": "npm run typecheck && npm run lint && npm run build && npm run test",
|
|
16
|
+
"prepublishOnly": "npm run lint && npm run build && npm run test"
|
|
17
17
|
},
|
|
18
18
|
"keywords": [
|
|
19
19
|
"mcp",
|