@gooddata/create-pluggable-module 11.49.0-alpha.0 → 11.49.0-alpha.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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gdc-app-template-name-harness",
3
- "version": "11.49.0-alpha.0",
3
+ "version": "11.49.0-alpha.1",
4
4
  "private": true,
5
5
  "description": "Standalone harness for gdc-app-template-name module",
6
6
  "license": "UNLICENSED",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gdc-app-template-name-module",
3
- "version": "11.49.0-alpha.0",
3
+ "version": "11.49.0-alpha.1",
4
4
  "private": true,
5
5
  "description": "{applicationTemplateTitle} pluggable application module",
6
6
  "license": "UNLICENSED",
@@ -125,6 +125,8 @@ export default defineConfig(({ mode, command }): UserConfig => {
125
125
  federation({
126
126
  name: "{applicationTemplateFederationName}",
127
127
  filename: "remoteEntry.js",
128
+ manifest: true,
129
+ publicPath: "auto",
128
130
  dts: false,
129
131
  exposes: {
130
132
  "./pluggableApp": "./src/pluggableApp.tsx",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/create-pluggable-module",
3
- "version": "11.49.0-alpha.0",
3
+ "version": "11.49.0-alpha.1",
4
4
  "description": "Scaffolder for GoodData pluggable applications. Invoked via `npm init @gooddata/pluggable-module`.",
5
5
  "license": "MIT",
6
6
  "author": "GoodData Corporation",
@@ -50,10 +50,10 @@
50
50
  "typescript": "5.9.3",
51
51
  "vite": "8.0.16",
52
52
  "vitest": "4.1.8",
53
- "@gooddata/eslint-config": "11.49.0-alpha.0",
54
- "gdc-app-template-name-module": "11.49.0-alpha.0",
55
- "@gooddata/oxlint-config": "11.49.0-alpha.0",
56
- "gdc-app-template-name-harness": "11.49.0-alpha.0"
53
+ "@gooddata/eslint-config": "11.49.0-alpha.1",
54
+ "gdc-app-template-name-harness": "11.49.0-alpha.1",
55
+ "@gooddata/oxlint-config": "11.49.0-alpha.1",
56
+ "gdc-app-template-name-module": "11.49.0-alpha.1"
57
57
  },
58
58
  "engines": {
59
59
  "node": ">=24.12.0"