@wix/astro 2.13.0 → 2.13.1
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/CHANGELOG.md +6 -0
- package/build/integration/builders.js +1 -1
- package/build/integration/{chunk-AT5HXBVK.js → chunk-XH4FRXRS.js} +22 -5
- package/build/integration/chunk-XH4FRXRS.js.map +1 -0
- package/build/integration/index.js +1 -1
- package/package.json +1 -1
- package/build/integration/chunk-AT5HXBVK.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @wix/astro
|
|
2
2
|
|
|
3
|
+
## 2.13.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#447](https://github.com/wix-incubator/headless-integrations/pull/447) [`8d06bb6`](https://github.com/wix-incubator/headless-integrations/commit/8d06bb6a5cfce7bde87eb90bfa89afc5f3db2cae) Thanks [@mastertheblaster](https://github.com/mastertheblaster)! - Automatically include all frontend modules in custom elements and embedded scripts.
|
|
8
|
+
|
|
3
9
|
## 2.13.0
|
|
4
10
|
|
|
5
11
|
### Minor Changes
|
|
@@ -13953,6 +13953,25 @@ init_esm_shims();
|
|
|
13953
13953
|
init_esm_shims();
|
|
13954
13954
|
import { ok as ok7 } from "assert";
|
|
13955
13955
|
import { fileURLToPath as fileURLToPath8 } from "url";
|
|
13956
|
+
|
|
13957
|
+
// ../frontend-dependencies-utils/src/index.ts
|
|
13958
|
+
init_esm_shims();
|
|
13959
|
+
var allFrontendDependencies = [
|
|
13960
|
+
{ packageName: "@wix/site-crm", version: 1 },
|
|
13961
|
+
{ packageName: "@wix/site-ecom", version: 1 },
|
|
13962
|
+
{ packageName: "@wix/site-location", version: 1 },
|
|
13963
|
+
{ packageName: "@wix/site-members", version: 1 },
|
|
13964
|
+
{ packageName: "@wix/site-pay", version: 1 },
|
|
13965
|
+
{ packageName: "@wix/site-pricing-plans", version: 1 },
|
|
13966
|
+
{ packageName: "@wix/site-seo", version: 1 },
|
|
13967
|
+
{ packageName: "@wix/site-site", version: 1 },
|
|
13968
|
+
{ packageName: "@wix/site-storage", version: 1 },
|
|
13969
|
+
{ packageName: "@wix/site-stores", version: 1 },
|
|
13970
|
+
{ packageName: "@wix/site-window", version: 1 },
|
|
13971
|
+
{ packageName: "@wix/site-realtime", version: 1 }
|
|
13972
|
+
];
|
|
13973
|
+
|
|
13974
|
+
// ../astro-custom-elements-extensions/src/integration.ts
|
|
13956
13975
|
import { createServer as createServer2 } from "vite";
|
|
13957
13976
|
|
|
13958
13977
|
// ../astro-custom-elements-extensions/src/utils/filterSupportedExtensions.ts
|
|
@@ -21453,8 +21472,7 @@ var createIntegration4 = () => {
|
|
|
21453
21472
|
}
|
|
21454
21473
|
} : {}
|
|
21455
21474
|
},
|
|
21456
|
-
dependencies:
|
|
21457
|
-
// TODO: frontend dependencies
|
|
21475
|
+
dependencies: allFrontendDependencies,
|
|
21458
21476
|
installation: {
|
|
21459
21477
|
base: {
|
|
21460
21478
|
autoAdd: extension.options.installation.autoAdd,
|
|
@@ -29833,8 +29851,7 @@ var createIntegration5 = () => {
|
|
|
29833
29851
|
name: extension.options.name,
|
|
29834
29852
|
allowedForFreeSite: true,
|
|
29835
29853
|
connectArticleUrl: "",
|
|
29836
|
-
dependencies:
|
|
29837
|
-
// TODO: frontend dependencies
|
|
29854
|
+
dependencies: allFrontendDependencies,
|
|
29838
29855
|
embedCategory: extension.options.scriptType,
|
|
29839
29856
|
loadOnce: true,
|
|
29840
29857
|
pages: "NONE_PAGES",
|
|
@@ -31139,4 +31156,4 @@ queue-microtask/index.js:
|
|
|
31139
31156
|
run-parallel/index.js:
|
|
31140
31157
|
(*! run-parallel. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> *)
|
|
31141
31158
|
*/
|
|
31142
|
-
//# sourceMappingURL=chunk-
|
|
31159
|
+
//# sourceMappingURL=chunk-XH4FRXRS.js.map
|