@premai/api-sdk 1.0.52 → 1.0.53
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/cli-claude.mjs +1 -1
- package/dist/cli.mjs +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/cli-claude.mjs
CHANGED
|
@@ -351,7 +351,7 @@ function isProcessAlive(pid) {
|
|
|
351
351
|
|
|
352
352
|
// src/launcher/proxy-subprocess.ts
|
|
353
353
|
function resolveCliScript() {
|
|
354
|
-
return new URL(import.meta.resolve(import.meta.url.endsWith(".ts") ? "../cli" : "./cli")).pathname;
|
|
354
|
+
return new URL(import.meta.resolve(import.meta.url.endsWith(".ts") ? "../cli.ts" : "./cli.mjs")).pathname;
|
|
355
355
|
}
|
|
356
356
|
async function postShutdown(host, port, token, timeoutMs = 5000) {
|
|
357
357
|
try {
|
package/dist/cli.mjs
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -2847,7 +2847,7 @@ var logger = import_winston.default.createLogger({
|
|
|
2847
2847
|
transports: [fileTransport, consoleTransport]
|
|
2848
2848
|
});
|
|
2849
2849
|
// package.json
|
|
2850
|
-
var version = "1.0.
|
|
2850
|
+
var version = "1.0.52";
|
|
2851
2851
|
|
|
2852
2852
|
// src/server/route-prefix.ts
|
|
2853
2853
|
function normalizeRoutePrefix(raw) {
|
package/dist/index.mjs
CHANGED
|
@@ -2767,7 +2767,7 @@ var logger = winston.createLogger({
|
|
|
2767
2767
|
transports: [fileTransport, consoleTransport]
|
|
2768
2768
|
});
|
|
2769
2769
|
// package.json
|
|
2770
|
-
var version = "1.0.
|
|
2770
|
+
var version = "1.0.52";
|
|
2771
2771
|
|
|
2772
2772
|
// src/server/route-prefix.ts
|
|
2773
2773
|
function normalizeRoutePrefix(raw) {
|