easc-cli 1.1.33 → 1.1.34

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 (2) hide show
  1. package/package.json +8 -101
  2. package/script/deploy.ts +7 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
- "version": "1.1.33",
3
+ "version": "1.1.34",
4
4
  "name": "easc-cli",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -23,106 +23,13 @@
23
23
  "exports": {
24
24
  "./*": "./src/*.ts"
25
25
  },
26
- "devDependencies": {
27
- "@babel/core": "7.28.4",
28
- "@octokit/webhooks-types": "7.6.1",
29
- "@eliseart.ai/script": "workspace:*",
30
- "@parcel/watcher-darwin-arm64": "2.5.1",
31
- "@parcel/watcher-darwin-x64": "2.5.1",
32
- "@parcel/watcher-linux-arm64-glibc": "2.5.1",
33
- "@parcel/watcher-linux-arm64-musl": "2.5.1",
34
- "@parcel/watcher-linux-x64-glibc": "2.5.1",
35
- "@parcel/watcher-linux-x64-musl": "2.5.1",
36
- "@parcel/watcher-win32-x64": "2.5.1",
37
- "@standard-schema/spec": "1.0.0",
38
- "@tsconfig/bun": "catalog:",
39
- "@types/babel__core": "7.20.5",
40
- "@types/bun": "catalog:",
41
- "@types/turndown": "5.0.5",
42
- "@types/yargs": "17.0.33",
43
- "@typescript/native-preview": "catalog:",
44
- "typescript": "catalog:",
45
- "vscode-languageserver-types": "3.17.5",
46
- "why-is-node-running": "3.2.2",
47
- "zod-to-json-schema": "3.24.5"
48
- },
49
- "dependencies": {
50
- "@actions/core": "1.11.1",
51
- "@actions/github": "6.0.1",
52
- "@agentclientprotocol/sdk": "0.5.1",
53
- "@ai-sdk/amazon-bedrock": "3.0.73",
54
- "@ai-sdk/anthropic": "2.0.57",
55
- "@ai-sdk/azure": "2.0.91",
56
- "@ai-sdk/cerebras": "1.0.34",
57
- "@ai-sdk/cohere": "2.0.22",
58
- "@ai-sdk/deepinfra": "1.0.31",
59
- "@ai-sdk/gateway": "2.0.25",
60
- "@ai-sdk/google": "2.0.52",
61
- "@ai-sdk/google-vertex": "3.0.97",
62
- "@ai-sdk/groq": "2.0.34",
63
- "@ai-sdk/mistral": "2.0.27",
64
- "@ai-sdk/openai": "2.0.89",
65
- "@ai-sdk/openai-compatible": "1.0.30",
66
- "@ai-sdk/perplexity": "2.0.23",
67
- "@ai-sdk/provider": "2.0.1",
68
- "@ai-sdk/provider-utils": "3.0.20",
69
- "@ai-sdk/togetherai": "1.0.31",
70
- "@ai-sdk/vercel": "1.0.31",
71
- "@ai-sdk/xai": "2.0.51",
72
- "@clack/prompts": "1.0.0-alpha.1",
73
- "@eliseart.ai/plugin": "workspace:*",
74
- "@eliseart.ai/sdk": "workspace:*",
75
- "@eliseart.ai/util": "workspace:*",
76
- "@gitlab/gitlab-ai-provider": "3.1.2",
77
- "@hono/standard-validator": "0.1.5",
78
- "@hono/zod-validator": "catalog:",
79
- "@modelcontextprotocol/sdk": "1.25.2",
80
- "@octokit/graphql": "9.0.2",
81
- "@octokit/rest": "catalog:",
82
- "@openauthjs/openauth": "catalog:",
83
- "@openrouter/ai-sdk-provider": "1.5.2",
84
- "@opentui/core": "0.1.74",
85
- "@opentui/solid": "0.1.74",
86
- "@parcel/watcher": "2.5.1",
87
- "@pierre/diffs": "catalog:",
88
- "@solid-primitives/event-bus": "1.1.2",
89
- "@solid-primitives/scheduled": "1.5.2",
90
- "@zip.js/zip.js": "2.7.62",
91
- "ai": "catalog:",
92
- "bonjour-service": "1.3.0",
93
- "bun-pty": "0.4.4",
94
- "chokidar": "4.0.3",
95
- "clipboardy": "4.0.0",
96
- "decimal.js": "10.5.0",
97
- "diff": "catalog:",
98
- "fuzzysort": "3.1.0",
99
- "gray-matter": "4.0.3",
100
- "hono": "catalog:",
101
- "hono-openapi": "catalog:",
102
- "ignore": "7.0.5",
103
- "jsonc-parser": "3.3.1",
104
- "minimatch": "10.0.3",
105
- "open": "10.1.2",
106
- "opentui-spinner": "0.0.6",
107
- "partial-json": "0.1.7",
108
- "remeda": "catalog:",
109
- "solid-js": "catalog:",
110
- "strip-ansi": "7.1.2",
111
- "tree-sitter-bash": "0.25.0",
112
- "turndown": "7.2.0",
113
- "ulid": "catalog:",
114
- "vscode-jsonrpc": "8.2.1",
115
- "web-tree-sitter": "0.25.10",
116
- "xdg-basedir": "5.1.0",
117
- "yargs": "18.0.0",
118
- "zod": "catalog:",
119
- "zod-to-json-schema": "3.24.5"
120
- },
26
+ "devDependencies": {},
27
+ "dependencies": {},
121
28
  "optionalDependencies": {
122
- "easc-linux-x64": "0.0.0-main-202601241202",
123
- "easc-linux-arm64": "0.0.0-main-202601241202",
124
- "easc-darwin-x64": "0.0.0-main-202601241202",
125
- "easc-darwin-arm64": "0.0.0-main-202601241202",
126
- "easc-windows-x64": "0.0.0-main-202601241202"
29
+ "easc-linux-x64": "0.0.0-main-202601241225",
30
+ "easc-linux-arm64": "0.0.0-main-202601241225",
31
+ "easc-darwin-x64": "0.0.0-main-202601241225",
32
+ "easc-darwin-arm64": "0.0.0-main-202601241225",
33
+ "easc-windows-x64": "0.0.0-main-202601241225"
127
34
  }
128
35
  }
package/script/deploy.ts CHANGED
@@ -72,6 +72,13 @@ console.log(` Updated optionalDependencies to ${binaryVersion}`)
72
72
 
73
73
  // 4. Publish the main wrapper package
74
74
  console.log(`\nšŸ“¤ Publishing main wrapper package (easc-cli@${pkg.version})...`)
75
+
76
+ // Strip dependencies and devDependencies before publishing
77
+ // The wrapper package only needs optionalDependencies for the platform binaries
78
+ mainPkg.dependencies = {}
79
+ mainPkg.devDependencies = {}
80
+ fs.writeFileSync(mainPkgPath, JSON.stringify(mainPkg, null, 2))
81
+
75
82
  try {
76
83
  // Ensure we are in the root of the package
77
84
  await $`npm publish --access public`