Skip to content

Commit

Permalink
deps(workbench-testing-app): use SCION DevTools v1.0.0-rc.12
Browse files Browse the repository at this point in the history
  • Loading branch information
danielwiehl authored and Marcarrian committed Dec 21, 2022
1 parent 1b97c24 commit f9378e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/workbench-testing-app/src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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': {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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': {
Expand Down

0 comments on commit f9378e0

Please sign in to comment.