@gooddata/create-pluggable-module 11.50.0-alpha.1 → 11.50.0-alpha.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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gdc-app-template-name-harness",
3
- "version": "11.50.0-alpha.1",
3
+ "version": "11.50.0-alpha.3",
4
4
  "private": true,
5
5
  "description": "Standalone harness for gdc-app-template-name module",
6
6
  "license": "UNLICENSED",
@@ -104,7 +104,7 @@ export default defineConfig(({ mode }): UserConfig => {
104
104
  outDir: "dist",
105
105
  sourcemap: !isProduction,
106
106
  target: "es2022",
107
- chunkSizeWarningLimit: 10000,
107
+ chunkSizeWarningLimit: 15000,
108
108
  rolldownOptions: {
109
109
  input: resolve(__dirname, "index.html"),
110
110
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gdc-app-template-name-module",
3
- "version": "11.50.0-alpha.1",
3
+ "version": "11.50.0-alpha.3",
4
4
  "private": true,
5
5
  "description": "{applicationTemplateTitle} pluggable application module",
6
6
  "license": "UNLICENSED",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/create-pluggable-module",
3
- "version": "11.50.0-alpha.1",
3
+ "version": "11.50.0-alpha.3",
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.50.0-alpha.1",
54
- "gdc-app-template-name-module": "11.50.0-alpha.1",
55
- "@gooddata/oxlint-config": "11.50.0-alpha.1",
56
- "gdc-app-template-name-harness": "11.50.0-alpha.1"
53
+ "@gooddata/eslint-config": "11.50.0-alpha.3",
54
+ "gdc-app-template-name-harness": "11.50.0-alpha.3",
55
+ "gdc-app-template-name-module": "11.50.0-alpha.3",
56
+ "@gooddata/oxlint-config": "11.50.0-alpha.3"
57
57
  },
58
58
  "engines": {
59
59
  "node": ">=24.12.0"