thinkwork-cli 0.13.1 → 0.13.2
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/{api-client-4DZ266J5.js → api-client-JYZXYQJR.js} +3 -1
- package/dist/bowser-6Z6JFAIR.js +2822 -0
- package/dist/chunk-DV3MRBR5.js +43 -0
- package/dist/chunk-DVPBI5HM.js +1728 -0
- package/dist/chunk-EI5ZX7CN.js +522 -0
- package/dist/chunk-EUJ7X6YD.js +126 -0
- package/dist/chunk-GG5WKBOX.js +436 -0
- package/dist/chunk-I64EZSU5.js +358 -0
- package/dist/chunk-ILZKG5WV.js +6151 -0
- package/dist/chunk-KMIJ5KGT.js +128 -0
- package/dist/chunk-OCPHU34C.js +996 -0
- package/dist/chunk-QOERT44A.js +3286 -0
- package/dist/chunk-XYM7PE2A.js +2264 -0
- package/dist/{chunk-Y2WHJECR.js → chunk-Z2F6RJFR.js} +1 -39
- package/dist/cli.js +43080 -13150
- package/dist/dist-es-CRV46D5B.js +315 -0
- package/dist/dist-es-DCY4IC3Y.js +2000 -0
- package/dist/dist-es-ENBUC3JP.js +14726 -0
- package/dist/dist-es-G54LBMRN.js +48 -0
- package/dist/dist-es-G7PTG75M.js +176 -0
- package/dist/dist-es-GKDBE7E6.js +88 -0
- package/dist/dist-es-HY3535OI.js +70 -0
- package/dist/dist-es-KL7Y5NB2.js +377 -0
- package/dist/dist-es-LDE437AM.js +170 -0
- package/dist/dist-es-P26FWFLT.js +485 -0
- package/dist/dist-es-Q57SZXZ7.js +70 -0
- package/dist/dist-es-R7FGL2IB.js +88 -0
- package/dist/dist-es-USORBXZ5.js +318 -0
- package/dist/dist-es-ZKC2QKD2.js +377 -0
- package/dist/drizzle/0076_scheduled_jobs_marco_backfill.sql +2 -1
- package/dist/drizzle/0079_seed_tenant_customize_catalog.sql +1 -0
- package/dist/drizzle/0090_brain_schema_extraction.sql +10 -0
- package/dist/drizzle/0132_drop_computer_tables.sql +3 -0
- package/dist/drizzle/0160_compliance_event_types_plugins.sql +2 -0
- package/dist/drizzle/0214_think137_drop_judge_evidence_roi.sql +1 -0
- package/dist/drizzle/0216_drop_agent_loop_versions_goal_worker_policy.sql +1 -0
- package/dist/drizzle/0227_analyst_reader_role.sql +6 -0
- package/dist/drizzle/0230_analyst_rls.sql +9 -0
- package/dist/drizzle/0250_kg_schema_extraction.sql +27 -0
- package/dist/drizzle/0251_brain_stragglers.sql +21 -0
- package/dist/drizzle/0253_drop_brain_substrate.sql +2 -0
- package/dist/drizzle/0257_agents_runtime_allow_harness.sql +24 -0
- package/dist/drizzle/0261_managed_harness_multiplayer.sql +313 -0
- package/dist/drizzle/0261_native_auth_control_plane.sql +328 -0
- package/dist/drizzle/0262_auth_subscription_tickets.sql +59 -0
- package/dist/drizzle/0262_parallel_harness_threads.sql +9 -0
- package/dist/drizzle/0263_agentcore_runtime_identifier.sql +69 -0
- package/dist/drizzle/0263_drop_workos_auth_runtime.sql +236 -0
- package/dist/drizzle/0264_auth_enrollment_attempt_limits.sql +15 -0
- package/dist/drizzle/0264_harness_tool_execution_ledger.sql +113 -0
- package/dist/drizzle/0265_eval_runs_requester_identity.sql +28 -0
- package/dist/drizzle/0265_require_fully_valid_auth_publication.sql +27 -0
- package/dist/drizzle/0266_auth_identity_recovery_grants.sql +9 -0
- package/dist/drizzle/0266_eval_profiles_runtime_type.sql +12 -0
- package/dist/drizzle/0267_ontology_candidate_rejections.sql +53 -0
- package/dist/drizzle/0268_identity_crosswalk_routing.sql +182 -0
- package/dist/drizzle/0269_ontology_system_map.sql +31 -0
- package/dist/event-streams-7JNLJEEL.js +894 -0
- package/dist/event-streams-KDF5RWR6.js +1515 -0
- package/dist/loadSso-DJVB7BXE.js +576 -0
- package/dist/loadSso-JAMNA3WY.js +583 -0
- package/dist/plugins/catalog/package.json +1 -2
- package/dist/plugins/catalog/src/__tests__/build-catalog.test.ts +0 -1
- package/dist/plugins/catalog/src/__tests__/contracts.test.ts +0 -69
- package/dist/plugins/catalog/src/__tests__/plugin-package.test.ts +0 -2
- package/dist/plugins/catalog/src/__tests__/plugin-registry.test.ts +0 -5
- package/dist/plugins/catalog/src/contracts.ts +2 -179
- package/dist/plugins/catalog/src/registry/generated-first-party.ts +0 -6
- package/dist/signin-UGDWTGS4.js +821 -0
- package/dist/sso-oidc-Q4VXANXY.js +837 -0
- package/dist/sts-CWLSE3GH.js +1241 -0
- package/dist/sts-DNZLNVOV.js +1245 -0
- package/dist/terraform/examples/greenfield/main.tf +223 -66
- package/dist/terraform/examples/greenfield/terraform.tfvars.example +15 -1
- package/dist/terraform/modules/app/agentcore-gateway/main.tf +305 -0
- package/dist/terraform/modules/app/agentcore-gateway/outputs.tf +44 -0
- package/dist/terraform/modules/app/agentcore-gateway/scripts/delete_gateway.sh +93 -0
- package/dist/terraform/modules/app/agentcore-gateway/scripts/read_gateway.sh +33 -0
- package/dist/terraform/modules/app/agentcore-gateway/scripts/reconcile_gateway.sh +543 -0
- package/dist/terraform/modules/app/agentcore-gateway/variables.tf +70 -0
- package/dist/terraform/modules/app/agentcore-harness/main.tf +237 -8
- package/dist/terraform/modules/app/agentcore-harness/outputs.tf +63 -0
- package/dist/terraform/modules/app/agentcore-harness/scripts/delete_harness.sh +5 -0
- package/dist/terraform/modules/app/agentcore-harness/scripts/harness-lifecycle.mjs +430 -0
- package/dist/terraform/modules/app/agentcore-harness/scripts/harness-readback.mjs +180 -0
- package/dist/terraform/modules/app/agentcore-harness/scripts/harness-tool-contract.mjs +193 -0
- package/dist/terraform/modules/app/agentcore-harness/scripts/prune_harness.sh +5 -0
- package/dist/terraform/modules/app/agentcore-harness/scripts/read_harness.sh +5 -0
- package/dist/terraform/modules/app/agentcore-harness/scripts/reconcile_harness.sh +5 -0
- package/dist/terraform/modules/app/agentcore-harness/variables.tf +72 -1
- package/dist/terraform/modules/app/agentcore-identity/main.tf +173 -0
- package/dist/terraform/modules/app/agentcore-identity/outputs.tf +51 -0
- package/dist/terraform/modules/app/agentcore-identity/scripts/bootstrap_twenty_oauth_client.sh +122 -0
- package/dist/terraform/modules/app/agentcore-identity/scripts/delete_identity.sh +25 -0
- package/dist/terraform/modules/app/agentcore-identity/scripts/delete_twenty_identity.sh +16 -0
- package/dist/terraform/modules/app/agentcore-identity/scripts/read_identity.sh +40 -0
- package/dist/terraform/modules/app/agentcore-identity/scripts/reconcile_identity.sh +73 -0
- package/dist/terraform/modules/app/agentcore-identity/scripts/reconcile_twenty_identity.sh +74 -0
- package/dist/terraform/modules/app/agentcore-identity/scripts/reconcile_twenty_provider.mjs +61 -0
- package/dist/terraform/modules/app/agentcore-identity/variables.tf +54 -0
- package/dist/terraform/modules/app/appsync-subscriptions/main.tf +127 -21
- package/dist/terraform/modules/app/appsync-subscriptions/outputs.tf +0 -6
- package/dist/terraform/modules/app/appsync-subscriptions/variables.tf +5 -0
- package/dist/terraform/modules/app/deployment-control-plane/runner.py +966 -27
- package/dist/terraform/modules/app/deployment-control-plane/test_runner_bundle.py +581 -22
- package/dist/terraform/modules/app/lambda-api/agentcore-harness-alarms.tf +88 -0
- package/dist/terraform/modules/app/lambda-api/agentcore-identity-alarms.tf +91 -0
- package/dist/terraform/modules/app/lambda-api/handlers.tf +298 -74
- package/dist/terraform/modules/app/lambda-api/iam-grouped.tf +99 -54
- package/dist/terraform/modules/app/lambda-api/main.tf +24 -0
- package/dist/terraform/modules/app/lambda-api/mcp-oauth.tf +181 -4
- package/dist/terraform/modules/app/lambda-api/outputs.tf +35 -0
- package/dist/terraform/modules/app/lambda-api/runtime-config.tf +3 -21
- package/dist/terraform/modules/app/lambda-api/variables.tf +109 -16
- package/dist/terraform/modules/foundation/cognito/main.tf +294 -72
- package/dist/terraform/modules/foundation/cognito/outputs.tf +42 -0
- package/dist/terraform/modules/foundation/cognito/variables.tf +114 -4
- package/dist/terraform/modules/thinkwork/main.tf +269 -46
- package/dist/terraform/modules/thinkwork/outputs.tf +136 -8
- package/dist/terraform/modules/thinkwork/variables.tf +124 -17
- package/dist/terraform/schema.graphql +69 -36
- package/dist/workspace-defaults/files/USER.md +1 -0
- package/package.json +3 -2
- package/dist/drizzle/0261_thread_turns_origin_turn_index.sql +0 -11
- package/dist/plugins/workos-auth/package.json +0 -22
- package/dist/plugins/workos-auth/src/index.ts +0 -30
- package/dist/plugins/workos-auth/src/manifest.ts +0 -40
- package/dist/plugins/workos-auth/src/provider-contract.ts +0 -39
- package/dist/plugins/workos-auth/test/manifest.test.ts +0 -94
- package/dist/plugins/workos-auth/tsconfig.json +0 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "thinkwork-cli",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.2",
|
|
4
4
|
"description": "Thinkwork CLI — deploy, manage, and interact with your Thinkwork stack",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"dist"
|
|
12
12
|
],
|
|
13
13
|
"scripts": {
|
|
14
|
-
"build": "tsup
|
|
14
|
+
"build": "tsup && node scripts/bundle-terraform.js",
|
|
15
15
|
"dev": "tsx src/cli.ts",
|
|
16
16
|
"codegen": "graphql-codegen --config codegen.ts",
|
|
17
17
|
"typecheck": "tsc --noEmit",
|
|
@@ -33,6 +33,7 @@
|
|
|
33
33
|
"@graphql-codegen/cli": "^5.0.6",
|
|
34
34
|
"@graphql-codegen/client-preset": "^4.8.2",
|
|
35
35
|
"@thinkwork/admin-ops": "workspace:*",
|
|
36
|
+
"@thinkwork/api": "workspace:*",
|
|
36
37
|
"@thinkwork/database-pg": "workspace:*",
|
|
37
38
|
"@types/node": "^25.6.0",
|
|
38
39
|
"tsup": "^8.0.0",
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
-- THINK-307 KTD4: the retry dispatcher's successor-turn guard, THINK-308's
|
|
2
|
-
-- finalize reconciliation, and THINK-309's recovery resolver all look up
|
|
3
|
-
-- thread_turns by origin_turn_id; no index covers that column today.
|
|
4
|
-
-- Additive — safe to apply ahead of code deploy.
|
|
5
|
-
--
|
|
6
|
-
-- Hand-rolled (drizzle meta journal is not in use for this change);
|
|
7
|
-
-- apply with: psql "$DATABASE_URL" -f drizzle/0261_thread_turns_origin_turn_index.sql
|
|
8
|
-
-- creates: public.idx_thread_turns_origin_turn
|
|
9
|
-
|
|
10
|
-
CREATE INDEX IF NOT EXISTS idx_thread_turns_origin_turn
|
|
11
|
-
ON public.thread_turns (origin_turn_id);
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@thinkwork/plugin-workos-auth",
|
|
3
|
-
"version": "0.0.0",
|
|
4
|
-
"private": true,
|
|
5
|
-
"type": "module",
|
|
6
|
-
"main": "./src/index.ts",
|
|
7
|
-
"exports": {
|
|
8
|
-
".": "./src/index.ts",
|
|
9
|
-
"./manifest": "./src/manifest.ts",
|
|
10
|
-
"./provider-contract": "./src/provider-contract.ts"
|
|
11
|
-
},
|
|
12
|
-
"scripts": {
|
|
13
|
-
"build": "tsc --build",
|
|
14
|
-
"typecheck": "tsc --noEmit",
|
|
15
|
-
"test": "vitest run"
|
|
16
|
-
},
|
|
17
|
-
"devDependencies": {
|
|
18
|
-
"@thinkwork/plugin-catalog": "workspace:*",
|
|
19
|
-
"typescript": "^5.5.0",
|
|
20
|
-
"vitest": "^2.0.0"
|
|
21
|
-
}
|
|
22
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { workosAuthManifest } from "./manifest";
|
|
2
|
-
|
|
3
|
-
export const workosAuthPluginPackage = {
|
|
4
|
-
packageKey: "workos-auth",
|
|
5
|
-
sourceRoot: "plugins/workos-auth",
|
|
6
|
-
manifest: workosAuthManifest,
|
|
7
|
-
ownedSources: [
|
|
8
|
-
{
|
|
9
|
-
kind: "manifest",
|
|
10
|
-
path: "plugins/workos-auth/src/manifest.ts",
|
|
11
|
-
description:
|
|
12
|
-
"WorkOS Auth catalog manifest and Cognito auth-provider component contract.",
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
kind: "api",
|
|
16
|
-
path: "plugins/workos-auth/src/provider-contract.ts",
|
|
17
|
-
description:
|
|
18
|
-
"WorkOS Auth provider keys, admin config fields, and U1-approved public option metadata.",
|
|
19
|
-
},
|
|
20
|
-
{
|
|
21
|
-
kind: "tests",
|
|
22
|
-
path: "plugins/workos-auth/test",
|
|
23
|
-
description: "WorkOS Auth package-local manifest and contract tests.",
|
|
24
|
-
},
|
|
25
|
-
],
|
|
26
|
-
compatibilityLinks: [],
|
|
27
|
-
} as const;
|
|
28
|
-
|
|
29
|
-
export { workosAuthManifest };
|
|
30
|
-
export * from "./provider-contract";
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import type { PluginManifest } from "@thinkwork/plugin-catalog/contracts";
|
|
2
|
-
|
|
3
|
-
import {
|
|
4
|
-
WORKOS_AUTH_COGNITO_IDP_NAME,
|
|
5
|
-
WORKOS_AUTH_PROVIDER_COMPONENT_KEY,
|
|
6
|
-
WORKOS_AUTH_SETTINGS_SURFACE,
|
|
7
|
-
workosAuthConfigFields,
|
|
8
|
-
workosAuthPublicOptions,
|
|
9
|
-
} from "./provider-contract";
|
|
10
|
-
|
|
11
|
-
export const workosAuthManifest = {
|
|
12
|
-
pluginKey: "workos-auth",
|
|
13
|
-
displayName: "WorkOS Auth",
|
|
14
|
-
description:
|
|
15
|
-
"WorkOS-backed SSO broker that federates through Cognito while keeping Cognito as ThinkWork's final session issuer.",
|
|
16
|
-
versions: [
|
|
17
|
-
{
|
|
18
|
-
version: "0.1.0",
|
|
19
|
-
requiredOauthScopes: [],
|
|
20
|
-
components: [
|
|
21
|
-
{
|
|
22
|
-
type: "auth-provider",
|
|
23
|
-
key: WORKOS_AUTH_PROVIDER_COMPONENT_KEY,
|
|
24
|
-
displayName: "WorkOS Cognito federation",
|
|
25
|
-
provider: "workos",
|
|
26
|
-
settingsSurface: WORKOS_AUTH_SETTINGS_SURFACE,
|
|
27
|
-
cognitoIdentityProviderName: WORKOS_AUTH_COGNITO_IDP_NAME,
|
|
28
|
-
configFields: workosAuthConfigFields,
|
|
29
|
-
publicOptions: workosAuthPublicOptions,
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
type: "ui-surface",
|
|
33
|
-
key: "settings",
|
|
34
|
-
displayName: "WorkOS Auth settings",
|
|
35
|
-
intendedMount: WORKOS_AUTH_SETTINGS_SURFACE,
|
|
36
|
-
},
|
|
37
|
-
],
|
|
38
|
-
},
|
|
39
|
-
],
|
|
40
|
-
} satisfies PluginManifest;
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
AuthProviderConfigField,
|
|
3
|
-
AuthProviderPublicOption,
|
|
4
|
-
} from "@thinkwork/plugin-catalog/contracts";
|
|
5
|
-
|
|
6
|
-
export const WORKOS_AUTH_PROVIDER_COMPONENT_KEY = "workos-auth" as const;
|
|
7
|
-
export const WORKOS_AUTH_SETTINGS_SURFACE =
|
|
8
|
-
"settings.plugins.workos-auth" as const;
|
|
9
|
-
export const WORKOS_AUTH_COGNITO_IDP_NAME = "WorkOSAuth" as const;
|
|
10
|
-
|
|
11
|
-
export const workosAuthConfigFields = [
|
|
12
|
-
{
|
|
13
|
-
key: "issuerUrl",
|
|
14
|
-
displayName: "WorkOS AuthKit issuer URL",
|
|
15
|
-
required: true,
|
|
16
|
-
storage: "metadata",
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
key: "clientId",
|
|
20
|
-
displayName: "WorkOS OAuth client ID",
|
|
21
|
-
required: true,
|
|
22
|
-
storage: "metadata",
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
key: "clientSecret",
|
|
26
|
-
displayName: "WorkOS OAuth client secret",
|
|
27
|
-
required: true,
|
|
28
|
-
storage: "secret-ref",
|
|
29
|
-
},
|
|
30
|
-
] satisfies AuthProviderConfigField[];
|
|
31
|
-
|
|
32
|
-
export const workosAuthPublicOptions = [
|
|
33
|
-
{
|
|
34
|
-
key: "sso",
|
|
35
|
-
displayName: "Continue with SSO",
|
|
36
|
-
providerSpecific: false,
|
|
37
|
-
recommended: true,
|
|
38
|
-
},
|
|
39
|
-
] satisfies AuthProviderPublicOption[];
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
import { describe, expect, it } from "vitest";
|
|
2
|
-
|
|
3
|
-
import {
|
|
4
|
-
validatePluginManifest,
|
|
5
|
-
type AuthProviderComponent,
|
|
6
|
-
} from "@thinkwork/plugin-catalog/contracts";
|
|
7
|
-
import { defineFirstPartyPluginPackage } from "@thinkwork/plugin-catalog/plugin-package";
|
|
8
|
-
|
|
9
|
-
import { workosAuthPluginPackage } from "../src";
|
|
10
|
-
import { workosAuthManifest } from "../src/manifest";
|
|
11
|
-
import {
|
|
12
|
-
WORKOS_AUTH_COGNITO_IDP_NAME,
|
|
13
|
-
WORKOS_AUTH_PROVIDER_COMPONENT_KEY,
|
|
14
|
-
WORKOS_AUTH_SETTINGS_SURFACE,
|
|
15
|
-
workosAuthConfigFields,
|
|
16
|
-
workosAuthPublicOptions,
|
|
17
|
-
} from "../src/provider-contract";
|
|
18
|
-
|
|
19
|
-
function authProviderComponent(): AuthProviderComponent {
|
|
20
|
-
const component = workosAuthManifest.versions[0].components.find(
|
|
21
|
-
(candidate) => candidate.type === "auth-provider",
|
|
22
|
-
);
|
|
23
|
-
if (component?.type !== "auth-provider") {
|
|
24
|
-
throw new Error("WorkOS Auth manifest is missing auth-provider component");
|
|
25
|
-
}
|
|
26
|
-
return component;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
describe("WorkOS Auth plugin manifest", () => {
|
|
30
|
-
it("validates as an auth-provider plugin with a settings surface", () => {
|
|
31
|
-
const validated = validatePluginManifest(workosAuthManifest);
|
|
32
|
-
|
|
33
|
-
expect(validated.pluginKey).toBe("workos-auth");
|
|
34
|
-
expect(validated.displayName).toBe("WorkOS Auth");
|
|
35
|
-
expect(validated.versions[0].requiredOauthScopes).toEqual([]);
|
|
36
|
-
expect(validated.versions[0].components.map((component) => component.type))
|
|
37
|
-
.toEqual(["auth-provider", "ui-surface"]);
|
|
38
|
-
});
|
|
39
|
-
|
|
40
|
-
it("declares the U1-approved single SSO fallback instead of provider buttons", () => {
|
|
41
|
-
const component = authProviderComponent();
|
|
42
|
-
|
|
43
|
-
expect(component).toMatchObject({
|
|
44
|
-
type: "auth-provider",
|
|
45
|
-
key: WORKOS_AUTH_PROVIDER_COMPONENT_KEY,
|
|
46
|
-
provider: "workos",
|
|
47
|
-
settingsSurface: WORKOS_AUTH_SETTINGS_SURFACE,
|
|
48
|
-
cognitoIdentityProviderName: WORKOS_AUTH_COGNITO_IDP_NAME,
|
|
49
|
-
});
|
|
50
|
-
expect(component.publicOptions).toEqual(workosAuthPublicOptions);
|
|
51
|
-
expect(component.publicOptions).toEqual([
|
|
52
|
-
{
|
|
53
|
-
key: "sso",
|
|
54
|
-
displayName: "Continue with SSO",
|
|
55
|
-
providerSpecific: false,
|
|
56
|
-
recommended: true,
|
|
57
|
-
},
|
|
58
|
-
]);
|
|
59
|
-
});
|
|
60
|
-
|
|
61
|
-
it("models secrets as secret references, never manifest values", () => {
|
|
62
|
-
expect(workosAuthConfigFields).toEqual([
|
|
63
|
-
{
|
|
64
|
-
key: "issuerUrl",
|
|
65
|
-
displayName: "WorkOS AuthKit issuer URL",
|
|
66
|
-
required: true,
|
|
67
|
-
storage: "metadata",
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
key: "clientId",
|
|
71
|
-
displayName: "WorkOS OAuth client ID",
|
|
72
|
-
required: true,
|
|
73
|
-
storage: "metadata",
|
|
74
|
-
},
|
|
75
|
-
{
|
|
76
|
-
key: "clientSecret",
|
|
77
|
-
displayName: "WorkOS OAuth client secret",
|
|
78
|
-
required: true,
|
|
79
|
-
storage: "secret-ref",
|
|
80
|
-
},
|
|
81
|
-
]);
|
|
82
|
-
expect(JSON.stringify(workosAuthManifest)).not.toMatch(
|
|
83
|
-
/client_secret|sk_|secretValue|currentValue/,
|
|
84
|
-
);
|
|
85
|
-
});
|
|
86
|
-
|
|
87
|
-
it("defines a first-party package boundary under plugins/workos-auth", () => {
|
|
88
|
-
const defined = defineFirstPartyPluginPackage(workosAuthPluginPackage);
|
|
89
|
-
|
|
90
|
-
expect(defined.packageKey).toBe("workos-auth");
|
|
91
|
-
expect(defined.sourceRoot).toBe("plugins/workos-auth");
|
|
92
|
-
expect(defined.compatibilityLinks).toEqual([]);
|
|
93
|
-
});
|
|
94
|
-
});
|