@gooddata/create-pluggable-module 11.46.0 → 11.47.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.46.0",
3
+ "version": "11.47.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.46.0",
3
+ "version": "11.47.0-alpha.1",
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.46.0",
3
+ "version": "11.47.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.46.0",
54
- "@gooddata/oxlint-config": "11.46.0",
55
- "gdc-app-template-name-module": "11.46.0",
56
- "gdc-app-template-name-harness": "11.46.0"
53
+ "gdc-app-template-name-harness": "11.47.0-alpha.1",
54
+ "@gooddata/eslint-config": "11.47.0-alpha.1",
55
+ "@gooddata/oxlint-config": "11.47.0-alpha.1",
56
+ "gdc-app-template-name-module": "11.47.0-alpha.1"
57
57
  },
58
58
  "engines": {
59
59
  "node": ">=24.12.0"