@rynfar/meridian 1.41.0 → 1.42.0
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/README.md +43 -4
- package/dist/{cli-0eky480v.js → cli-7k1fcprd.js} +69 -3
- package/dist/{cli-vdp9s10c.js → cli-cx463q74.js} +8 -0
- package/dist/{cli-swjr844z.js → cli-kvwnarfk.js} +247 -93
- package/dist/cli.js +15 -9
- package/dist/{profileCli-5f15dx7k.js → profileCli-wpb4qbjn.js} +105 -13
- package/dist/{profiles-edzz1ffd.js → profiles-rdd84b45.js} +1 -1
- package/dist/proxy/adapters/droid.d.ts.map +1 -1
- package/dist/proxy/cwd.d.ts +42 -0
- package/dist/proxy/cwd.d.ts.map +1 -0
- package/dist/proxy/errors.d.ts +14 -4
- package/dist/proxy/errors.d.ts.map +1 -1
- package/dist/proxy/models.d.ts +61 -1
- package/dist/proxy/models.d.ts.map +1 -1
- package/dist/proxy/oauthUsage.d.ts +17 -7
- package/dist/proxy/oauthUsage.d.ts.map +1 -1
- package/dist/proxy/plugins/loader.d.ts.map +1 -1
- package/dist/proxy/profiles.d.ts +12 -4
- package/dist/proxy/profiles.d.ts.map +1 -1
- package/dist/proxy/query.d.ts.map +1 -1
- package/dist/proxy/sdkFeatures.d.ts.map +1 -1
- package/dist/proxy/server.d.ts.map +1 -1
- package/dist/proxy/tokenRefresh.d.ts +52 -0
- package/dist/proxy/tokenRefresh.d.ts.map +1 -1
- package/dist/proxy/transforms/droid.d.ts.map +1 -1
- package/dist/server.js +3 -3
- package/dist/{tokenRefresh-3kh1e8q8.js → tokenRefresh-swetnf89.js} +12 -2
- package/package.json +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"droid.d.ts","sourceRoot":"","sources":["../../../src/proxy/transforms/droid.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAkB,MAAM,cAAc,CAAA;
|
|
1
|
+
{"version":3,"file":"droid.d.ts","sourceRoot":"","sources":["../../../src/proxy/transforms/droid.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAkB,MAAM,cAAc,CAAA;AA6B7D,eAAO,MAAM,eAAe,EAAE,SAAS,EAgBtC,CAAA"}
|
package/dist/server.js
CHANGED
|
@@ -10,13 +10,13 @@ import {
|
|
|
10
10
|
runObserveHook,
|
|
11
11
|
runTransformHook,
|
|
12
12
|
startProxyServer
|
|
13
|
-
} from "./cli-
|
|
14
|
-
import"./cli-
|
|
13
|
+
} from "./cli-kvwnarfk.js";
|
|
14
|
+
import"./cli-cx463q74.js";
|
|
15
15
|
import"./cli-sry5aqdj.js";
|
|
16
16
|
import"./cli-4rqtm83g.js";
|
|
17
17
|
import"./cli-340h1chz.js";
|
|
18
18
|
import"./cli-rtab0qa6.js";
|
|
19
|
-
import"./cli-
|
|
19
|
+
import"./cli-7k1fcprd.js";
|
|
20
20
|
import"./cli-p9swy5t3.js";
|
|
21
21
|
export {
|
|
22
22
|
startProxyServer,
|
|
@@ -3,13 +3,23 @@ import {
|
|
|
3
3
|
configDirToKeychainService,
|
|
4
4
|
createPlatformCredentialStore,
|
|
5
5
|
credentialsFilePathForProfile,
|
|
6
|
+
ensureFreshToken,
|
|
7
|
+
isBackgroundRefreshActive,
|
|
6
8
|
refreshOAuthToken,
|
|
7
|
-
resetInflightRefresh
|
|
8
|
-
|
|
9
|
+
resetInflightRefresh,
|
|
10
|
+
serializeCredentials,
|
|
11
|
+
startBackgroundRefresh,
|
|
12
|
+
stopBackgroundRefresh
|
|
13
|
+
} from "./cli-7k1fcprd.js";
|
|
9
14
|
import"./cli-p9swy5t3.js";
|
|
10
15
|
export {
|
|
16
|
+
stopBackgroundRefresh,
|
|
17
|
+
startBackgroundRefresh,
|
|
18
|
+
serializeCredentials,
|
|
11
19
|
resetInflightRefresh,
|
|
12
20
|
refreshOAuthToken,
|
|
21
|
+
isBackgroundRefreshActive,
|
|
22
|
+
ensureFreshToken,
|
|
13
23
|
credentialsFilePathForProfile,
|
|
14
24
|
createPlatformCredentialStore,
|
|
15
25
|
configDirToKeychainService,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rynfar/meridian",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.42.0",
|
|
4
4
|
"description": "Local Anthropic API powered by your Claude Max subscription. One subscription, every agent.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/server.js",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"postbuild": "node scripts/fix-bun-exports.mjs && node --check dist/cli.js && node --check dist/server.js && test -f dist/proxy/server.d.ts",
|
|
26
26
|
"postinstall": "node ./node_modules/@anthropic-ai/claude-code/install.cjs 2>/dev/null || true",
|
|
27
27
|
"prepublishOnly": "bun run build",
|
|
28
|
-
"test": "bun test --path-ignore-patterns '**/*session-store*' --path-ignore-patterns '**/*proxy-async-ops*' --path-ignore-patterns '**/*
|
|
28
|
+
"test": "bun test --path-ignore-patterns '**/*session-store*' --path-ignore-patterns '**/*proxy-async-ops*' --path-ignore-patterns '**/*models-auth-status*' --path-ignore-patterns '**/*proxy-context-usage-store*' --path-ignore-patterns '**/*proxy-passthrough-thinking*' --path-ignore-patterns '**/*session-recovery*' --path-ignore-patterns '**/*models.test*' && bun test src/__tests__/proxy-async-ops.test.ts && bun test src/__tests__/proxy-session-store.test.ts && bun test src/__tests__/session-store-pruning.test.ts && bun test src/__tests__/proxy-session-store-locking.test.ts && bun test src/__tests__/proxy-context-usage-store.test.ts && bun test src/__tests__/models-auth-status.test.ts && bun test src/__tests__/proxy-passthrough-thinking.test.ts && bun test src/__tests__/proxy-session-recovery.test.ts && bun test src/__tests__/models.test.ts",
|
|
29
29
|
"nix:lock": "bun2nix -o bun.nix",
|
|
30
30
|
"typecheck": "tsc --noEmit",
|
|
31
31
|
"proxy:direct": "bun run ./bin/cli.ts"
|