diff --git a/apps/workbench-testing-app/src/environments/environment.ts b/apps/workbench-testing-app/src/environments/environment.ts index df11088f8..af07db903 100644 --- a/apps/workbench-testing-app/src/environments/environment.ts +++ b/apps/workbench-testing-app/src/environments/environment.ts @@ -31,7 +31,7 @@ const microfrontendPlatformConfig: MicrofrontendPlatformConfig = { applications: [ {symbolicName: 'workbench-client-testing-app1', manifestUrl: 'http://localhost:4201/assets/manifest-app1.json', intentionRegisterApiDisabled: false}, {symbolicName: 'workbench-client-testing-app2', manifestUrl: 'http://localhost:4202/assets/manifest-app2.json', intentionRegisterApiDisabled: false}, - {symbolicName: 'devtools', manifestUrl: 'https://scion-microfrontend-platform-devtools-v1-0-0-rc-11.vercel.app/assets/manifest.json', intentionCheckDisabled: true, scopeCheckDisabled: true}, + {symbolicName: 'devtools', manifestUrl: 'https://scion-microfrontend-platform-devtools-v1-0-0-rc-12.vercel.app/assets/manifest.json', intentionCheckDisabled: true, scopeCheckDisabled: true}, ], properties: { 'workbench-client-testing-app1': { diff --git a/apps/workbench-testing-app/src/environments/environment.vercel.ts b/apps/workbench-testing-app/src/environments/environment.vercel.ts index 7ff7a777a..1970cf809 100644 --- a/apps/workbench-testing-app/src/environments/environment.vercel.ts +++ b/apps/workbench-testing-app/src/environments/environment.vercel.ts @@ -22,7 +22,7 @@ const microfrontendPlatformConfig: MicrofrontendPlatformConfig = { applications: [ {symbolicName: 'workbench-client-testing-app1', manifestUrl: 'https://scion-workbench-client-testing-app1.vercel.app/assets/manifest-app1.json', intentionRegisterApiDisabled: false}, {symbolicName: 'workbench-client-testing-app2', manifestUrl: 'https://scion-workbench-client-testing-app2.vercel.app/assets/manifest-app2.json', intentionRegisterApiDisabled: false}, - {symbolicName: 'devtools', manifestUrl: 'https://scion-microfrontend-platform-devtools-v1-0-0-rc-11.vercel.app/assets/manifest.json', intentionCheckDisabled: true, scopeCheckDisabled: true}, + {symbolicName: 'devtools', manifestUrl: 'https://scion-microfrontend-platform-devtools-v1-0-0-rc-12.vercel.app/assets/manifest.json', intentionCheckDisabled: true, scopeCheckDisabled: true}, ], properties: { 'workbench-client-testing-app1': {