@costrict/csc 4.2.18 → 4.2.19

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.18") {
740
- cached = "4.2.18";
739
+ if ("4.2.19") {
740
+ cached = "4.2.19";
741
741
  return cached;
742
742
  }
743
743
  } catch {}
@@ -138474,7 +138474,7 @@ var init_user = __esm(() => {
138474
138474
  deviceId,
138475
138475
  sessionId: getSessionId(),
138476
138476
  email: getEmail(),
138477
- appVersion: "4.2.18",
138477
+ appVersion: "4.2.19",
138478
138478
  platform: getHostPlatformForAnalytics(),
138479
138479
  organizationUuid,
138480
138480
  accountUuid,
@@ -138761,7 +138761,7 @@ var init_metadata = __esm(() => {
138761
138761
  "sed"
138762
138762
  ]);
138763
138763
  getVersionBase = memoize_default(() => {
138764
- const match = "4.2.18".match(/^\d+\.\d+\.\d+(?:-[a-z]+)?/);
138764
+ const match = "4.2.19".match(/^\d+\.\d+\.\d+(?:-[a-z]+)?/);
138765
138765
  return match ? match[0] : undefined;
138766
138766
  });
138767
138767
  buildEnvContext = memoize_default(async () => {
@@ -138801,9 +138801,9 @@ var init_metadata = __esm(() => {
138801
138801
  isGithubAction: isEnvTruthy(process.env.GITHUB_ACTIONS),
138802
138802
  isClaudeCodeAction: isEnvTruthy(process.env.CLAUDE_CODE_ACTION),
138803
138803
  isClaudeAiAuth: isClaudeAISubscriber(),
138804
- version: "4.2.18",
138804
+ version: "4.2.19",
138805
138805
  versionBase: getVersionBase(),
138806
- buildTime: "2026-07-29T00:51:16.556Z",
138806
+ buildTime: "2026-07-29T01:42:35.744Z",
138807
138807
  deploymentEnvironment: env4.detectDeploymentEnvironment(),
138808
138808
  ...isEnvTruthy(process.env.GITHUB_ACTIONS) && {
138809
138809
  githubEventName: process.env.GITHUB_EVENT_NAME,
@@ -143141,5 +143141,5 @@ export {
143141
143141
  isParentHeartbeatValid
143142
143142
  };
143143
143143
 
143144
- //# debugId=F6CB627EF01EE1A964756E2164756E21
143144
+ //# debugId=3599558BE40A0C9364756E2164756E21
143145
143145
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@costrict/csc",
3
- "version": "4.2.18",
3
+ "version": "4.2.19",
4
4
  "description": "costrict",
5
5
  "type": "module",
6
6
  "author": "costrict",