@tscircuit/cli 0.1.944 → 0.1.945
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/main.js +2 -2
- package/dist/lib/index.js +2 -2
- package/package.json +1 -1
package/dist/cli/main.js
CHANGED
|
@@ -73386,7 +73386,7 @@ import path11 from "node:path";
|
|
|
73386
73386
|
import fs7 from "node:fs";
|
|
73387
73387
|
import os2 from "node:os";
|
|
73388
73388
|
import path10 from "node:path";
|
|
73389
|
-
var AUTH_TOKEN_REGEX = /^\/\/npm\.tscircuit\.com\/:_authToken
|
|
73389
|
+
var AUTH_TOKEN_REGEX = /^\/\/npm\.tscircuit\.com\/:_authToken=(.+)$/m;
|
|
73390
73390
|
function isUnauthorizedError(error) {
|
|
73391
73391
|
const output = [
|
|
73392
73392
|
error instanceof Error ? error.message : "",
|
|
@@ -74389,7 +74389,7 @@ var getGlobalDepsInstallCommand = (packageManager, deps) => {
|
|
|
74389
74389
|
import { execSync as execSync2 } from "node:child_process";
|
|
74390
74390
|
var import_semver2 = __toESM2(require_semver2(), 1);
|
|
74391
74391
|
// package.json
|
|
74392
|
-
var version = "0.1.
|
|
74392
|
+
var version = "0.1.944";
|
|
74393
74393
|
var package_default = {
|
|
74394
74394
|
name: "@tscircuit/cli",
|
|
74395
74395
|
main: "dist/cli/main.js",
|
package/dist/lib/index.js
CHANGED
|
@@ -60414,7 +60414,7 @@ var getNodeHandler = (winterSpec, { port, middleware = [] }) => {
|
|
|
60414
60414
|
}));
|
|
60415
60415
|
};
|
|
60416
60416
|
// package.json
|
|
60417
|
-
var version = "0.1.
|
|
60417
|
+
var version = "0.1.944";
|
|
60418
60418
|
var package_default = {
|
|
60419
60419
|
name: "@tscircuit/cli",
|
|
60420
60420
|
main: "dist/cli/main.js",
|
|
@@ -62861,7 +62861,7 @@ function init(open, close) {
|
|
|
62861
62861
|
var kleur_default = $;
|
|
62862
62862
|
|
|
62863
62863
|
// lib/shared/handle-registry-auth-error.ts
|
|
62864
|
-
var AUTH_TOKEN_REGEX = /^\/\/npm\.tscircuit\.com\/:_authToken
|
|
62864
|
+
var AUTH_TOKEN_REGEX = /^\/\/npm\.tscircuit\.com\/:_authToken=(.+)$/m;
|
|
62865
62865
|
function isUnauthorizedError(error) {
|
|
62866
62866
|
const output = [
|
|
62867
62867
|
error instanceof Error ? error.message : "",
|