@gooddata/create-pluggable-module 11.54.0-alpha.5 → 11.54.0-alpha.7
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.
|
@@ -2,8 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
Standalone development harness for **gdc-app-template-name-module**.
|
|
4
4
|
|
|
5
|
-
This is a template. Run `rush init-pluggable-app` to scaffold a new application from it.
|
|
6
|
-
|
|
7
5
|
## What this does
|
|
8
6
|
|
|
9
7
|
The harness runs the pluggable application module outside of the full host shell. It provides:
|
|
@@ -2,8 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
Pluggable application module for **gdc-app-template-name**.
|
|
4
4
|
|
|
5
|
-
This is a template. Run `rush init-pluggable-app` to scaffold a new application from it.
|
|
6
|
-
|
|
7
5
|
## Structure
|
|
8
6
|
|
|
9
7
|
- `src/pluggableApp.tsx` — mount/unmount lifecycle, forwards `onEvent` and `onTelemetryEvent` callbacks
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/create-pluggable-module",
|
|
3
|
-
"version": "11.54.0-alpha.
|
|
3
|
+
"version": "11.54.0-alpha.7",
|
|
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/
|
|
54
|
-
"@gooddata/
|
|
55
|
-
"gdc-app-template-name-module": "11.54.0-alpha.
|
|
56
|
-
"gdc-app-template-name-harness": "11.54.0-alpha.
|
|
53
|
+
"@gooddata/eslint-config": "11.54.0-alpha.7",
|
|
54
|
+
"@gooddata/oxlint-config": "11.54.0-alpha.7",
|
|
55
|
+
"gdc-app-template-name-module": "11.54.0-alpha.7",
|
|
56
|
+
"gdc-app-template-name-harness": "11.54.0-alpha.7"
|
|
57
57
|
},
|
|
58
58
|
"engines": {
|
|
59
59
|
"node": ">=24.12.0"
|