Skip to content

Commit

Permalink
Merge pull request #486 from empathyco/feat/support-platform-test-env
Browse files Browse the repository at this point in the history
feat: Support Platform Test environment
  • Loading branch information
alvarodE authored May 24, 2024
2 parents b70365e + 185a7cc commit 8acd3ab
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 12 deletions.
46 changes: 36 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@empathyco/x-adapter": "^8.0.3-alpha.1",
"@empathyco/x-adapter-platform": "^1.1.0-alpha.1",
"@empathyco/x-adapter-platform": "^1.1.0-alpha.3",
"@empathyco/x-archetype-utils": "^1.1.0-alpha.2",
"@empathyco/x-components": "^5.0.0-alpha.4",
"@empathyco/x-deep-merge": "^2.0.3-alpha.1",
Expand Down
2 changes: 1 addition & 1 deletion public/snippet-script.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function getEnv() {
const envsDict = {
live: '',
staging: 'staging',
test: 'staging'
test: 'test'
};

if (env) {
Expand Down
1 change: 1 addition & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
}
@XOn(['ParamsLoadedFromUrl'])
// eslint-disable-next-line @typescript-eslint/no-unused-vars
async requestAuthWysiwyg(payload: UrlParams): Promise<void> {
try {
if (window.wysiwyg) {
Expand Down

0 comments on commit 8acd3ab

Please sign in to comment.