@gooddata/sdk-ui 10.41.0-alpha.2 → 10.41.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.
- package/package.json +28 -28
package/package.json
CHANGED
@@ -1,26 +1,26 @@
|
|
1
1
|
{
|
2
2
|
"name": "@gooddata/sdk-ui",
|
3
|
-
"version": "10.41.0-alpha.
|
3
|
+
"version": "10.41.0-alpha.3",
|
4
4
|
"description": "GoodData.UI SDK - Core",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
7
7
|
"url": "https://github.com/gooddata/gooddata-ui-sdk.git",
|
8
8
|
"directory": "libs/sdk-ui"
|
9
9
|
},
|
10
|
-
"author": "GoodData Corporation",
|
11
10
|
"license": "MIT",
|
11
|
+
"author": "GoodData Corporation",
|
12
|
+
"sideEffects": [
|
13
|
+
"*.css",
|
14
|
+
"*.svg"
|
15
|
+
],
|
12
16
|
"type": "module",
|
13
|
-
"browser": "./esm/index.js",
|
14
17
|
"exports": {
|
15
18
|
".": "./esm/index.js",
|
16
19
|
"./styles/css/*": "./styles/css/*",
|
17
20
|
"./styles/scss/*": "./styles/scss/*"
|
18
21
|
},
|
22
|
+
"browser": "./esm/index.js",
|
19
23
|
"types": "./esm/index.d.ts",
|
20
|
-
"sideEffects": [
|
21
|
-
"*.css",
|
22
|
-
"*.svg"
|
23
|
-
],
|
24
24
|
"files": [
|
25
25
|
"esm/**/*.js",
|
26
26
|
"esm/**/*.json",
|
@@ -38,18 +38,14 @@
|
|
38
38
|
"lodash": "^4.17.21",
|
39
39
|
"lz-string": "^1.5.0",
|
40
40
|
"memoize-one": "^6.0.0",
|
41
|
+
"react-fast-compare": "^3.2.0",
|
41
42
|
"react-intl": "6.8.9",
|
42
43
|
"ts-invariant": "^0.7.5",
|
43
44
|
"tslib": "2.8.1",
|
44
45
|
"uuid": "^11.1.0",
|
45
|
-
"
|
46
|
-
"@gooddata/
|
47
|
-
"@gooddata/
|
48
|
-
"@gooddata/sdk-model": "10.41.0-alpha.2"
|
49
|
-
},
|
50
|
-
"peerDependencies": {
|
51
|
-
"react": "^16.10.0 || ^17.0.0 || ^18.0.0",
|
52
|
-
"react-dom": "^16.10.0 || ^17.0.0 || ^18.0.0"
|
46
|
+
"@gooddata/sdk-backend-spi": "10.41.0-alpha.3",
|
47
|
+
"@gooddata/util": "10.41.0-alpha.3",
|
48
|
+
"@gooddata/sdk-model": "10.41.0-alpha.3"
|
53
49
|
},
|
54
50
|
"devDependencies": {
|
55
51
|
"@gooddata/eslint-config": "^4.1.1",
|
@@ -94,34 +90,38 @@
|
|
94
90
|
"typescript": "5.8.3",
|
95
91
|
"vitest": "3.2.4",
|
96
92
|
"vitest-dom": "0.1.1",
|
97
|
-
"@gooddata/i18n-toolkit": "10.41.0-alpha.
|
98
|
-
"@gooddata/reference-workspace": "10.41.0-alpha.
|
99
|
-
"@gooddata/sdk-backend-base": "10.41.0-alpha.
|
100
|
-
"@gooddata/sdk-backend-mockingbird": "10.41.0-alpha.
|
93
|
+
"@gooddata/i18n-toolkit": "10.41.0-alpha.3",
|
94
|
+
"@gooddata/reference-workspace": "10.41.0-alpha.3",
|
95
|
+
"@gooddata/sdk-backend-base": "10.41.0-alpha.3",
|
96
|
+
"@gooddata/sdk-backend-mockingbird": "10.41.0-alpha.3"
|
97
|
+
},
|
98
|
+
"peerDependencies": {
|
99
|
+
"react": "^16.10.0 || ^17.0.0 || ^18.0.0",
|
100
|
+
"react-dom": "^16.10.0 || ^17.0.0 || ^18.0.0"
|
101
101
|
},
|
102
102
|
"scripts": {
|
103
103
|
"_phase:build": "npm run build",
|
104
|
-
"_phase:test": "npm run test-once",
|
105
104
|
"_phase:post-build": "npm run build-dynamic-files",
|
105
|
+
"_phase:test": "npm run test-once",
|
106
106
|
"_phase:validate": "npm run validate",
|
107
|
-
"clean": "../../common/scripts/clean-command-state.sh && rm -rf ci dist esm coverage *.log tsconfig.tsbuildinfo",
|
108
107
|
"api-extractor": "mkdir -p api && [ -z \"${CI}\" ] && (api-extractor run -l) || (api-extractor run)",
|
109
108
|
"build": "bash scripts/build.sh",
|
110
109
|
"build-dynamic-files": "bash scripts/build.sh --genFilesOnly",
|
111
|
-
"
|
112
|
-
"
|
113
|
-
"
|
114
|
-
"test-ci": "vitest run --reporter=junit --outputFile=./ci/results/test-results.xml",
|
110
|
+
"clean": "../../common/scripts/clean-command-state.sh && rm -rf ci dist esm coverage *.log tsconfig.tsbuildinfo",
|
111
|
+
"dep-cruiser": "depcruise --validate .dependency-cruiser.cjs --output-type err-long src/",
|
112
|
+
"dep-cruiser-ci": "depcruise --validate .dependency-cruiser.cjs --output-type err-long src/",
|
115
113
|
"eslint": "eslint -c .eslintrc.cjs src/",
|
116
|
-
"eslint-fix": "eslint -c .eslintrc.cjs src/ --fix",
|
117
114
|
"eslint-ci": "mkdir -p ./ci/results && eslint -f checkstyle -o ci/results/eslint-results.xml -c .eslintrc.cjs src/",
|
115
|
+
"eslint-fix": "eslint -c .eslintrc.cjs src/ --fix",
|
118
116
|
"prettier-check": "prettier --check '{src,stories,styles,__mocks__}/**/*.{ts,tsx,json,scss,md,yaml,html}'",
|
119
117
|
"prettier-write": "prettier --write '{src,stories,styles,__mocks__}/**/*.{ts,tsx,json,scss,md,yaml,html}'",
|
120
|
-
"dep-cruiser": "depcruise --validate .dependency-cruiser.cjs --output-type err-long src/",
|
121
|
-
"dep-cruiser-ci": "depcruise --validate .dependency-cruiser.cjs --output-type err-long src/",
|
122
118
|
"stylelint": "stylelint '**/*.scss'",
|
123
119
|
"stylelint-ci": "stylelint '**/*.scss' --custom-formatter=node_modules/stylelint-checkstyle-formatter > ./ci/results/stylelint-results.xml",
|
120
|
+
"test": "vitest watch",
|
121
|
+
"test-ci": "vitest run --reporter=junit --outputFile=./ci/results/test-results.xml",
|
122
|
+
"test-once": "vitest run",
|
124
123
|
"validate": "tsc && export BROWSERSLIST_IGNORE_OLD_DATA=true && npm run dep-cruiser && npm run eslint && npm run stylelint && npm run validate-locales && npm run prettier-check",
|
124
|
+
"validate-esm": "node --input-type=module --eval 'import \"@gooddata/sdk-ui\"' ",
|
125
125
|
"validate-locales": "i18n-toolkit",
|
126
126
|
"validate-locales-ci": "i18n-toolkit"
|
127
127
|
}
|