@gooddata/sdk-embedding 10.28.0-alpha.4 → 10.28.0-alpha.41
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/package.json +4 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@gooddata/sdk-embedding",
|
3
|
-
"version": "10.28.0-alpha.
|
3
|
+
"version": "10.28.0-alpha.41",
|
4
4
|
"author": "GoodData",
|
5
5
|
"description": "GoodData Embedding APIs",
|
6
6
|
"repository": {
|
@@ -29,7 +29,7 @@
|
|
29
29
|
"lodash": "^4.17.21",
|
30
30
|
"tslib": "^2.5.0",
|
31
31
|
"ts-invariant": "^0.7.5",
|
32
|
-
"@gooddata/sdk-model": "10.28.0-alpha.
|
32
|
+
"@gooddata/sdk-model": "10.28.0-alpha.41"
|
33
33
|
},
|
34
34
|
"devDependencies": {
|
35
35
|
"@gooddata/eslint-config": "^4.1.1",
|
@@ -69,6 +69,7 @@
|
|
69
69
|
"dep-cruiser": "depcruise --validate .dependency-cruiser.cjs --output-type err-long src/",
|
70
70
|
"dep-cruiser-ci": "depcruise --validate .dependency-cruiser.cjs --output-type err-long src/",
|
71
71
|
"validate": "npm run dep-cruiser && npm run eslint && npm run prettier-check",
|
72
|
-
"validate-ci": "npm run dep-cruiser-ci && npm run eslint-ci && npm run prettier-check"
|
72
|
+
"validate-ci": "npm run dep-cruiser-ci && npm run eslint-ci && npm run prettier-check",
|
73
|
+
"validate-esm": "node --input-type=module --eval 'import \"@gooddata/sdk-embedding\"' "
|
73
74
|
}
|
74
75
|
}
|