@linktr.ee/create-link-app 1.1.1 → 1.1.3
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.
|
@@ -10,7 +10,7 @@ const root = document.getElementById('root');
|
|
|
10
10
|
// First set up event handler for extension data
|
|
11
11
|
window.addEventListener('message', function handler(event) {
|
|
12
12
|
if (!__ALLOW_ANY_ORIGIN__) {
|
|
13
|
-
if (!/^https:\/\/(qa\.)?linktr.ee$/.test(event.origin))
|
|
13
|
+
if (!/^https:\/\/(qa\.)?linktr.ee$|^https:\/\/linktree\.local$/.test(event.origin))
|
|
14
14
|
return;
|
|
15
15
|
}
|
|
16
16
|
if (event.data?.type !== 'extension-data')
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@linktr.ee/create-link-app",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.3",
|
|
4
4
|
"description": "Create a Link App on Linktr.ee.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"author": "Linktree",
|
|
@@ -109,4 +109,4 @@
|
|
|
109
109
|
"@oclif/plugin-help"
|
|
110
110
|
]
|
|
111
111
|
}
|
|
112
|
-
}
|
|
112
|
+
}
|