@gooddata/sdk-model 9.9.3-beta.2 → 9.9.3-beta.4

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.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-model",
3
- "version": "9.9.3-beta.2",
3
+ "version": "9.9.3-beta.4",
4
4
  "author": "GoodData",
5
5
  "description": "GoodData Model definitions used by UI components and Backend SPI and its implementations",
6
6
  "repository": {
@@ -62,9 +62,9 @@
62
62
  "clean": "rm -rf ci dist esm coverage *.log tsconfig.tsbuildinfo",
63
63
  "build": "tsc -p tsconfig.json && npm run api-extractor",
64
64
  "api-extractor": "mkdir -p api && [ -z \"${CI}\" ] && (api-extractor run -l) || (api-extractor run)",
65
- "test": "vitest watch",
66
- "test-once": "vitest run",
67
- "test-ci": "vitest run --reporter=junit --outputFile=./ci/results/test-results.xml",
65
+ "test": "NODE_NO_WARNINGS=1 vitest watch",
66
+ "test-once": "NODE_NO_WARNINGS=1 vitest run",
67
+ "test-ci": "NODE_NO_WARNINGS=1 vitest run --reporter=junit --outputFile=./ci/results/test-results.xml",
68
68
  "eslint": "eslint -c .eslintrc.cjs src/",
69
69
  "eslint-fix": "eslint -c .eslintrc.cjs src/ --fix",
70
70
  "eslint-ci": "mkdir -p ./ci/results && eslint -f checkstyle -o ci/results/eslint-results.xml -c .eslintrc.cjs src/",