|
1 | 1 | { |
2 | 2 | "name": "@truenine/memory-sync-cli", |
3 | 3 | "type": "module", |
4 | | - "version": "2026.10408.12323", |
| 4 | + "version": "2026.10411.10132", |
5 | 5 | "description": "TrueNine Memory Synchronization CLI shell", |
6 | 6 | "author": "TrueNine", |
7 | 7 | "license": "AGPL-3.0-only", |
|
16 | 16 | "types": "./dist/index.d.mts", |
17 | 17 | "import": "./dist/index.mjs" |
18 | 18 | }, |
19 | | - "./globals": { |
20 | | - "types": "./dist/globals.d.mts", |
21 | | - "import": "./dist/globals.mjs" |
22 | | - }, |
23 | 19 | "./schema.json": "./dist/tnmsc.schema.json", |
24 | 20 | "./package.json": "./package.json" |
25 | 21 | }, |
|
59 | 55 | "sync:sdk-assets": "tsx scripts/sync-sdk-dist.ts", |
60 | 56 | "check": "run-s ensure:sdk-build check:run", |
61 | 57 | "check:run": "run-p lint:run check:type:run", |
62 | | - "lint": "run-s ensure:sdk-build lint:run", |
| 58 | + "lint": "run-s ensure:sdk-build lint:run lint:rust", |
63 | 59 | "lint:run": "eslint --cache --cache-location .eslintcache .", |
| 60 | + "lint:rust": "cargo fmt --check --manifest-path Cargo.toml", |
64 | 61 | "prepublishOnly": "run-s build check", |
65 | 62 | "test": "run-s ensure:sdk-build test:run", |
66 | 63 | "test:run": "vitest run", |
67 | | - "lint:fix": "run-s ensure:sdk-build lint:fix:run", |
| 64 | + "lint:fix": "run-s ensure:sdk-build lint:fix:run lint:fix:rust", |
68 | 65 | "lint:fix:run": "eslint --fix --cache --cache-location .eslintcache .", |
| 66 | + "lint:fix:rust": "cargo fmt --manifest-path Cargo.toml", |
69 | 67 | "typecheck": "run-s ensure:sdk-build check:type:run", |
70 | 68 | "check:type:run": "tsc --noEmit -p tsconfig.lib.json" |
71 | 69 | }, |
72 | | - "dependencies": {}, |
| 70 | + "dependencies": { |
| 71 | + "jiti": "catalog:" |
| 72 | + }, |
73 | 73 | "optionalDependencies": { |
74 | 74 | "@truenine/memory-sync-cli-darwin-arm64": "workspace:*", |
75 | 75 | "@truenine/memory-sync-cli-darwin-x64": "workspace:*", |
|
83 | 83 | }, |
84 | 84 | "devDependencies": { |
85 | 85 | "@truenine/eslint10-config": "catalog:", |
| 86 | + "@truenine/logger": "workspace:*", |
86 | 87 | "@truenine/memory-sync-sdk": "workspace:*", |
87 | 88 | "@types/node": "catalog:", |
88 | 89 | "@vitest/coverage-v8": "catalog:", |
|
0 commit comments