@snapback/cli 1.0.9 → 1.0.10

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.
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snapback/cli",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "description": "CLI tool for managing SnapBack snapshots and file protection",
5
5
  "homepage": "https://snapback.dev",
6
6
  "repository": {
@@ -32,64 +32,78 @@
32
32
  "LICENSE"
33
33
  ],
34
34
  "dependencies": {
35
- "@asteasolutions/zod-to-openapi": "catalog:",
36
- "@aws-sdk/client-s3": "catalog:",
37
- "@aws-sdk/s3-request-presigner": "catalog:",
38
- "@babel/parser": "catalog:",
39
- "@babel/traverse": "catalog:",
40
- "@inquirer/prompts": "catalog:",
41
- "@modelcontextprotocol/sdk": "catalog:",
42
- "@typescript-eslint/parser": "catalog:",
35
+ "@asteasolutions/zod-to-openapi": "7.3.4",
36
+ "@aws-sdk/client-s3": "3.600.0",
37
+ "@aws-sdk/s3-request-presigner": "3.600.0",
38
+ "@babel/parser": "7.28.5",
39
+ "@babel/traverse": "7.28.5",
40
+ "@inquirer/prompts": "7.9.0",
41
+ "@modelcontextprotocol/sdk": "1.25.1",
42
+ "@typescript-eslint/parser": "8.46.2",
43
43
  "@xenova/transformers": "^2.17.2",
44
44
  "atomically": "^2.0.0",
45
- "better-sqlite3": "catalog:",
46
- "bottleneck": "catalog:",
47
- "boxen": "catalog:",
48
- "chalk": "catalog:",
49
- "chokidar": "catalog:",
50
- "cli-table3": "catalog:",
51
- "commander": "catalog:",
52
- "conf": "catalog:",
53
- "cosmiconfig": "catalog:",
54
- "dotenv": "catalog:",
55
- "drizzle-orm": "catalog:",
56
- "es-toolkit": "catalog:",
57
- "esprima": "catalog:",
58
- "eventemitter2": "catalog:",
59
- "execa": "catalog:",
60
- "fast-glob": "catalog:",
61
- "ky": "catalog:",
62
- "listr2": "catalog:",
63
- "log-update": "catalog:",
64
- "lru-cache": "catalog:",
65
- "madge": "catalog:",
66
- "minimatch": "catalog:",
67
- "nanoid": "catalog:",
68
- "opossum": "catalog:",
69
- "ora": "catalog:",
70
- "p-limit": "catalog:",
71
- "p-retry": "catalog:",
72
- "pino": "catalog:",
73
- "quick-lru": "catalog:",
74
- "simple-git": "catalog:",
45
+ "better-sqlite3": "9.6.0",
46
+ "bottleneck": "2.19.5",
47
+ "boxen": "8.0.1",
48
+ "chalk": "4.1.2",
49
+ "chokidar": "4.0.3",
50
+ "cli-table3": "0.6.5",
51
+ "commander": "9.5.0",
52
+ "conf": "13.0.1",
53
+ "cosmiconfig": "8.3.6",
54
+ "dotenv": "17.2.2",
55
+ "drizzle-orm": "0.44.5",
56
+ "es-toolkit": "1.39.10",
57
+ "esprima": "4.0.1",
58
+ "eventemitter2": "6.4.9",
59
+ "execa": "9.5.2",
60
+ "fast-glob": "3.3.3",
61
+ "ky": "1.7.2",
62
+ "listr2": "8.2.5",
63
+ "log-update": "6.1.0",
64
+ "lru-cache": "10.4.3",
65
+ "madge": "8.0.0",
66
+ "minimatch": "10.0.1",
67
+ "nanoid": "5.1.5",
68
+ "opossum": "9.0.0",
69
+ "ora": "5.4.1",
70
+ "p-limit": "3.1.0",
71
+ "p-retry": "6.2.0",
72
+ "pino": "9.5.0",
73
+ "quick-lru": "7.0.0",
74
+ "simple-git": "3.28.0",
75
75
  "sqlite-vec": "0.1.7-alpha.2",
76
- "yargs": "catalog:",
77
- "zod": "catalog:"
76
+ "yargs": "17.7.2",
77
+ "zod": "3.25.76"
78
78
  },
79
79
  "devDependencies": {
80
- "@snapback/contracts": "workspace:*",
81
- "@snapback/core": "workspace:*",
82
- "@snapback/core-runtime": "workspace:*",
83
- "@snapback/engine": "workspace:*",
84
- "@snapback/intelligence": "workspace:*",
85
- "@snapback/mcp": "workspace:*",
86
- "@snapback/mcp-config": "workspace:*",
87
- "@snapback/sdk": "workspace:*",
88
- "@vitest/coverage-v8": "catalog:",
89
- "tsup": "catalog:",
90
- "tsx": "catalog:",
91
- "typescript": "catalog:",
92
- "vitest": "catalog:"
80
+ "@vitest/coverage-v8": "3.2.4",
81
+ "tsup": "8.5.0",
82
+ "tsx": "4.20.5",
83
+ "typescript": "5.9.2",
84
+ "vitest": "3.2.4",
85
+ "@snapback/contracts": "0.2.1",
86
+ "@snapback/core": "0.2.0",
87
+ "@snapback/core-runtime": "0.1.0",
88
+ "@snapback/intelligence": "0.1.0",
89
+ "@snapback/engine": "0.1.0",
90
+ "@snapback/mcp": "0.1.0",
91
+ "@snapback/sdk": "0.2.0",
92
+ "@snapback/mcp-config": "1.0.0"
93
+ },
94
+ "publishConfig": {
95
+ "access": "public",
96
+ "registry": "https://registry.npmjs.org/"
97
+ },
98
+ "exports": {
99
+ ".": "./dist/index.js",
100
+ "./services/snapback-dir": "./dist/services/snapback-dir.js"
101
+ },
102
+ "type": "module",
103
+ "engines": {
104
+ "node": ">=18.17.0",
105
+ "npm": ">=8.0.0",
106
+ "pnpm": ">=8.0.0"
93
107
  },
94
108
  "scripts": {
95
109
  "build": "tsup && tsc --build tsconfig.build.json --emitDeclarationOnly",
@@ -98,7 +112,6 @@
98
112
  "format": "biome format --write .",
99
113
  "lint": "biome lint .",
100
114
  "lint:fix": "biome lint --fix .",
101
- "prepublishOnly": "pnpm run build && pnpm run test",
102
115
  "test": "vitest run",
103
116
  "test:coverage": "vitest run --coverage",
104
117
  "test:watch": "vitest",
@@ -109,19 +122,5 @@
109
122
  "mcp:configure": "node dist/index.js tools configure --yes",
110
123
  "mcp:configure:dev": "node dist/index.js tools configure --yes --dev",
111
124
  "mcp:status": "node dist/index.js tools configure --list"
112
- },
113
- "publishConfig": {
114
- "access": "public",
115
- "registry": "https://registry.npmjs.org/"
116
- },
117
- "exports": {
118
- ".": "./dist/index.js",
119
- "./services/snapback-dir": "./dist/services/snapback-dir.js"
120
- },
121
- "type": "module",
122
- "engines": {
123
- "node": ">=18.17.0",
124
- "npm": ">=8.0.0",
125
- "pnpm": ">=8.0.0"
126
125
  }
127
- }
126
+ }