@acmekit/admin-bundler 2.13.45 → 2.13.47
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/index.js +1 -1
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -1403,7 +1403,7 @@ async function getViteConfig(options) {
|
|
|
1403
1403
|
return finalConfig;
|
|
1404
1404
|
}
|
|
1405
1405
|
function getAllowedHosts() {
|
|
1406
|
-
const hosts = process.env.__ACMEKIT_ADMIN_ADDITIONAL_ALLOWED_HOSTS ?? process.env.
|
|
1406
|
+
const hosts = process.env.__ACMEKIT_ADMIN_ADDITIONAL_ALLOWED_HOSTS ?? process.env.__ACMEKIT_ADMIN_ADDITIONAL_ALLOWED_HOSTS;
|
|
1407
1407
|
if (!hosts) {
|
|
1408
1408
|
return void 0;
|
|
1409
1409
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@acmekit/admin-bundler",
|
|
3
|
-
"version": "2.13.
|
|
3
|
+
"version": "2.13.47",
|
|
4
4
|
"description": "Bundler for the AcmeKit admin dashboard.",
|
|
5
5
|
"author": "Kasper Kristensen <kasper@acmekit.com>",
|
|
6
6
|
"scripts": {
|
|
@@ -18,12 +18,12 @@
|
|
|
18
18
|
"package.json"
|
|
19
19
|
],
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"@acmekit/types": "2.13.
|
|
21
|
+
"@acmekit/types": "2.13.47"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@acmekit/admin-shared": "2.13.
|
|
25
|
-
"@acmekit/admin-vite-plugin": "2.13.
|
|
26
|
-
"@acmekit/dashboard": "2.13.
|
|
24
|
+
"@acmekit/admin-shared": "2.13.47",
|
|
25
|
+
"@acmekit/admin-vite-plugin": "2.13.47",
|
|
26
|
+
"@acmekit/dashboard": "2.13.47",
|
|
27
27
|
"@vitejs/plugin-react": "^4.2.1",
|
|
28
28
|
"autoprefixer": "^10.4.19",
|
|
29
29
|
"compression": "^1.8.0",
|