@gooddata/sdk-embedding 11.56.0-alpha.5 → 11.56.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.
Files changed (1) hide show
  1. package/package.json +7 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-embedding",
3
- "version": "11.56.0-alpha.5",
3
+ "version": "11.56.0-alpha.7",
4
4
  "description": "GoodData Embedding APIs",
5
5
  "license": "MIT",
6
6
  "author": "GoodData",
@@ -29,7 +29,7 @@
29
29
  "lodash-es": "^4.17.23",
30
30
  "ts-invariant": "0.10.3",
31
31
  "tslib": "2.8.1",
32
- "@gooddata/sdk-model": "11.56.0-alpha.5"
32
+ "@gooddata/sdk-model": "11.56.0-alpha.7"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@microsoft/api-documenter": "7.30.10",
@@ -37,7 +37,6 @@
37
37
  "@types/lodash-es": "4.17.12",
38
38
  "@typescript-eslint/eslint-plugin": "8.58.0",
39
39
  "@typescript-eslint/parser": "8.58.0",
40
- "@typescript/native-preview": "7.0.0-dev.20260707.2",
41
40
  "dependency-cruiser": "17.3.10",
42
41
  "eslint": "^9.39.2",
43
42
  "eslint-plugin-headers": "1.3.3",
@@ -49,10 +48,10 @@
49
48
  "oxfmt": "0.66.0",
50
49
  "oxlint": "1.57.0",
51
50
  "oxlint-tsgolint": "0.15.0",
52
- "typescript": "6.0.3",
51
+ "typescript": "7.0.2",
53
52
  "vitest": "4.1.8",
54
- "@gooddata/eslint-config": "11.56.0-alpha.5",
55
- "@gooddata/oxlint-config": "11.56.0-alpha.5"
53
+ "@gooddata/eslint-config": "11.56.0-alpha.7",
54
+ "@gooddata/oxlint-config": "11.56.0-alpha.7"
56
55
  },
57
56
  "scripts": {
58
57
  "_phase:build": "npm run build",
@@ -60,8 +59,8 @@
60
59
  "_phase:validate": "npm run validate",
61
60
  "api-extractor": "mkdir -p api && [ -z \"${CI}\" ] && (api-extractor run -l) || (api-extractor run)",
62
61
  "build": "npm-run-all -p build-check build-ts && npm run api-extractor",
63
- "build-check": "tsgo",
64
- "build-ts": "tsgo -p tsconfig.build.json",
62
+ "build-check": "tsc",
63
+ "build-ts": "tsc -p tsconfig.build.json",
65
64
  "clean": "../../common/scripts/clean-command-state.sh && rm -rf ci dist esm coverage temp *.log tsconfig.tsbuildinfo",
66
65
  "dep-cruiser": "depcruise --validate .dependency-cruiser.js --output-type err-long src/",
67
66
  "format-check": "oxfmt --check .",