@simonyea/holysheep-cli 2.1.73 → 2.1.74
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/dist/configure-worker.js +1 -1
- package/dist/index.js +4 -4
- package/package.json +1 -1
package/dist/configure-worker.js
CHANGED
|
@@ -4155,7 +4155,7 @@ var require_package = __commonJS({
|
|
|
4155
4155
|
"package.json"(exports2, module2) {
|
|
4156
4156
|
module2.exports = {
|
|
4157
4157
|
name: "@simonyea/holysheep-cli",
|
|
4158
|
-
version: "2.1.
|
|
4158
|
+
version: "2.1.74",
|
|
4159
4159
|
description: "Claude Code/Cursor/Cline API relay for China \u2014 \xA51=$1, WeChat/Alipay payment, no credit card, no VPN. One command setup for all AI coding tools.",
|
|
4160
4160
|
scripts: {
|
|
4161
4161
|
build: "node scripts/build.mjs",
|
package/dist/index.js
CHANGED
|
@@ -12,7 +12,7 @@ var require_package = __commonJS({
|
|
|
12
12
|
"package.json"(exports2, module2) {
|
|
13
13
|
module2.exports = {
|
|
14
14
|
name: "@simonyea/holysheep-cli",
|
|
15
|
-
version: "2.1.
|
|
15
|
+
version: "2.1.74",
|
|
16
16
|
description: "Claude Code/Cursor/Cline API relay for China \u2014 \xA51=$1, WeChat/Alipay payment, no credit card, no VPN. One command setup for all AI coding tools.",
|
|
17
17
|
scripts: {
|
|
18
18
|
build: "node scripts/build.mjs",
|
|
@@ -6193,9 +6193,9 @@ var require_aionui_runtime_fetcher = __commonJS({
|
|
|
6193
6193
|
var http2 = require("http");
|
|
6194
6194
|
var USER_CACHE_DIR = path.join(os.homedir(), ".holysheep", "aionui-runtime");
|
|
6195
6195
|
var VENDOR_DIR = path.join(__dirname, "vendor", "aionui");
|
|
6196
|
-
var DEFAULT_RUNTIME_URL = "https://
|
|
6197
|
-
var DEFAULT_RUNTIME_SHA256 = "
|
|
6198
|
-
var DEFAULT_RUNTIME_VERSION = "1.9.18-holysheep-
|
|
6196
|
+
var DEFAULT_RUNTIME_URL = "https://www.holysheep.ai/app/desktop/aionui-runtime-v1.9.18-holysheep-hs36.tar.gz";
|
|
6197
|
+
var DEFAULT_RUNTIME_SHA256 = "26a6d9f649237a0e254e53a73c89aed0b93f7183fc2b5c0f0db264a44c93bad0";
|
|
6198
|
+
var DEFAULT_RUNTIME_VERSION = "1.9.18-holysheep-hs36";
|
|
6199
6199
|
function isValidRuntimeDir(dir) {
|
|
6200
6200
|
if (!dir) return false;
|
|
6201
6201
|
try {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simonyea/holysheep-cli",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.74",
|
|
4
4
|
"description": "Claude Code/Cursor/Cline API relay for China — ¥1=$1, WeChat/Alipay payment, no credit card, no VPN. One command setup for all AI coding tools.",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "node scripts/build.mjs",
|