@costrict/csc 4.2.15 → 4.2.16

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.
@@ -736,8 +736,8 @@ function getClientVersion() {
736
736
  if (cached)
737
737
  return cached;
738
738
  try {
739
- if ("4.2.15") {
740
- cached = "4.2.15";
739
+ if ("4.2.16") {
740
+ cached = "4.2.16";
741
741
  return cached;
742
742
  }
743
743
  } catch {}
@@ -6835,8 +6835,6 @@ var init_ui_plugins = __esm(() => {
6835
6835
  "plugins.installed.partial": "Installed {success}/{total} plugins",
6836
6836
  "plugins.installed.plugins": "Installed plugins (",
6837
6837
  "plugins.installing": "Installing\u2026",
6838
- "plugins.installs": "installs",
6839
- "plugins.installs_2": "installs",
6840
6838
  "plugins.is.enabled.in.costrictsettingsjson.shared.with.your.team": "is enabled in .costrict/settings.json (shared with your team)",
6841
6839
  "plugins.loading": "Loading\u2026",
6842
6840
  "plugins.loading_2": "Loading\u2026",
@@ -11372,8 +11370,6 @@ var init_ui_plugins2 = __esm(() => {
11372
11370
  "plugins.installed.partial": "\u5DF2\u5B89\u88C5 {success}/{total} \u4E2A\u63D2\u4EF6",
11373
11371
  "plugins.installed.plugins": "\u5DF2\u5B89\u88C5\u63D2\u4EF6\uFF08",
11374
11372
  "plugins.installing": "\u6B63\u5728\u5B89\u88C5\u2026",
11375
- "plugins.installs": "\u5B89\u88C5\u91CF",
11376
- "plugins.installs_2": "\u5B89\u88C5\u91CF",
11377
11373
  "plugins.is.enabled.in.costrictsettingsjson.shared.with.your.team": "\u5DF2\u5728 .costrict/settings.json \u4E2D\u542F\u7528\uFF08\u4E0E\u4F60\u7684\u56E2\u961F\u5171\u4EAB\uFF09",
11378
11374
  "plugins.loading": "\u52A0\u8F7D\u4E2D\u2026",
11379
11375
  "plugins.loading_2": "\u52A0\u8F7D\u4E2D\u2026",
@@ -138443,7 +138439,7 @@ var init_user = __esm(() => {
138443
138439
  deviceId,
138444
138440
  sessionId: getSessionId(),
138445
138441
  email: getEmail(),
138446
- appVersion: "4.2.15",
138442
+ appVersion: "4.2.16",
138447
138443
  platform: getHostPlatformForAnalytics(),
138448
138444
  organizationUuid,
138449
138445
  accountUuid,
@@ -138730,7 +138726,7 @@ var init_metadata = __esm(() => {
138730
138726
  "sed"
138731
138727
  ]);
138732
138728
  getVersionBase = memoize_default(() => {
138733
- const match = "4.2.15".match(/^\d+\.\d+\.\d+(?:-[a-z]+)?/);
138729
+ const match = "4.2.16".match(/^\d+\.\d+\.\d+(?:-[a-z]+)?/);
138734
138730
  return match ? match[0] : undefined;
138735
138731
  });
138736
138732
  buildEnvContext = memoize_default(async () => {
@@ -138770,9 +138766,9 @@ var init_metadata = __esm(() => {
138770
138766
  isGithubAction: isEnvTruthy(process.env.GITHUB_ACTIONS),
138771
138767
  isClaudeCodeAction: isEnvTruthy(process.env.CLAUDE_CODE_ACTION),
138772
138768
  isClaudeAiAuth: isClaudeAISubscriber(),
138773
- version: "4.2.15",
138769
+ version: "4.2.16",
138774
138770
  versionBase: getVersionBase(),
138775
- buildTime: "2026-07-17T11:35:24.701Z",
138771
+ buildTime: "2026-07-17T11:45:26.183Z",
138776
138772
  deploymentEnvironment: env4.detectDeploymentEnvironment(),
138777
138773
  ...isEnvTruthy(process.env.GITHUB_ACTIONS) && {
138778
138774
  githubEventName: process.env.GITHUB_EVENT_NAME,
@@ -143098,5 +143094,5 @@ export {
143098
143094
  startBatchWorker
143099
143095
  };
143100
143096
 
143101
- //# debugId=CF029F1C9836782B64756E2164756E21
143097
+ //# debugId=A510A8F9F97ED6F964756E2164756E21
143102
143098
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@costrict/csc",
3
- "version": "4.2.15",
3
+ "version": "4.2.16",
4
4
  "description": "costrict",
5
5
  "type": "module",
6
6
  "author": "costrict",