@gooddata/sdk-ui 10.28.0-alpha.20 → 10.28.0-alpha.21

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.
@@ -1 +1 @@
1
- {"version":3,"file":"compression.d.ts","sourceRoot":"","sources":["../../../src/base/url/compression.ts"],"names":[],"mappings":"AAGA;;;;;;GAMG;AACH,wBAAgB,cAAc,CAAC,CAAC,EAAE,IAAI,EAAE,CAAC,GAAG,MAAM,CAEjD;AAED;;;;;;GAMG;AACH,wBAAgB,iBAAiB,CAAC,CAAC,EAAE,cAAc,EAAE,MAAM,GAAG,CAAC,GAAG,SAAS,CAQ1E"}
1
+ {"version":3,"file":"compression.d.ts","sourceRoot":"","sources":["../../../src/base/url/compression.ts"],"names":[],"mappings":"AAKA;;;;;;GAMG;AACH,wBAAgB,cAAc,CAAC,CAAC,EAAE,IAAI,EAAE,CAAC,GAAG,MAAM,CAEjD;AAED;;;;;;GAMG;AACH,wBAAgB,iBAAiB,CAAC,CAAC,EAAE,cAAc,EAAE,MAAM,GAAG,CAAC,GAAG,SAAS,CAQ1E"}
@@ -1,5 +1,7 @@
1
1
  // (C) 2024-2025 GoodData Corporation
2
- import { compressToEncodedURIComponent, decompressFromEncodedURIComponent } from "lz-string";
2
+ // The requested module is a CommonJS module, which may not support all module.exports as named exports.
3
+ import pkg from "lz-string";
4
+ const { compressToEncodedURIComponent, decompressFromEncodedURIComponent } = pkg;
3
5
  /**
4
6
  * Compresses data to a URL-safe string
5
7
  *
@@ -1 +1 @@
1
- {"version":3,"file":"compression.js","sourceRoot":"","sources":["../../../src/base/url/compression.ts"],"names":[],"mappings":"AAAA,qCAAqC;AACrC,OAAO,EAAE,6BAA6B,EAAE,iCAAiC,EAAE,MAAM,WAAW,CAAC;AAE7F;;;;;;GAMG;AACH,MAAM,UAAU,cAAc,CAAI,IAAO;IACrC,OAAO,6BAA6B,CAAC,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC,CAAC;AAC/D,CAAC;AAED;;;;;;GAMG;AACH,MAAM,UAAU,iBAAiB,CAAI,cAAsB;IACvD,IAAI,CAAC;QACD,MAAM,gBAAgB,GAAG,iCAAiC,CAAC,cAAc,CAAC,CAAC;QAC3E,OAAO,gBAAgB,CAAC,CAAC,CAAE,IAAI,CAAC,KAAK,CAAC,gBAAgB,CAAO,CAAC,CAAC,CAAC,SAAS,CAAC;IAC9E,CAAC;IAAC,OAAO,KAAK,EAAE,CAAC;QACb,OAAO,CAAC,KAAK,CAAC,oCAAoC,EAAE,KAAK,CAAC,CAAC;QAC3D,OAAO,SAAS,CAAC;IACrB,CAAC;AACL,CAAC"}
1
+ {"version":3,"file":"compression.js","sourceRoot":"","sources":["../../../src/base/url/compression.ts"],"names":[],"mappings":"AAAA,qCAAqC;AACrC,wGAAwG;AACxG,OAAO,GAAG,MAAM,WAAW,CAAC;AAC5B,MAAM,EAAE,6BAA6B,EAAE,iCAAiC,EAAE,GAAG,GAAG,CAAC;AAEjF;;;;;;GAMG;AACH,MAAM,UAAU,cAAc,CAAI,IAAO;IACrC,OAAO,6BAA6B,CAAC,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC,CAAC;AAC/D,CAAC;AAED;;;;;;GAMG;AACH,MAAM,UAAU,iBAAiB,CAAI,cAAsB;IACvD,IAAI,CAAC;QACD,MAAM,gBAAgB,GAAG,iCAAiC,CAAC,cAAc,CAAC,CAAC;QAC3E,OAAO,gBAAgB,CAAC,CAAC,CAAE,IAAI,CAAC,KAAK,CAAC,gBAAgB,CAAO,CAAC,CAAC,CAAC,SAAS,CAAC;IAC9E,CAAC;IAAC,OAAO,KAAK,EAAE,CAAC;QACb,OAAO,CAAC,KAAK,CAAC,oCAAoC,EAAE,KAAK,CAAC,CAAC;QAC3D,OAAO,SAAS,CAAC;IACrB,CAAC;AACL,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui",
3
- "version": "10.28.0-alpha.20",
3
+ "version": "10.28.0-alpha.21",
4
4
  "description": "GoodData.UI SDK - Core",
5
5
  "repository": {
6
6
  "type": "git",
@@ -43,9 +43,9 @@
43
43
  "tslib": "^2.5.0",
44
44
  "uuid": "^8.3.2",
45
45
  "react-fast-compare": "^3.2.0",
46
- "@gooddata/sdk-backend-spi": "10.28.0-alpha.20",
47
- "@gooddata/util": "10.28.0-alpha.20",
48
- "@gooddata/sdk-model": "10.28.0-alpha.20"
46
+ "@gooddata/sdk-backend-spi": "10.28.0-alpha.21",
47
+ "@gooddata/sdk-model": "10.28.0-alpha.21",
48
+ "@gooddata/util": "10.28.0-alpha.21"
49
49
  },
50
50
  "peerDependencies": {
51
51
  "react": "^16.10.0 || ^17.0.0 || ^18.0.0",
@@ -97,16 +97,17 @@
97
97
  "typescript": "5.3.3",
98
98
  "vitest": "3.0.8",
99
99
  "vitest-dom": "0.1.1",
100
- "@gooddata/reference-workspace": "10.28.0-alpha.20",
101
- "@gooddata/i18n-toolkit": "10.28.0-alpha.20",
102
- "@gooddata/sdk-backend-base": "10.28.0-alpha.20",
103
- "@gooddata/sdk-backend-mockingbird": "10.28.0-alpha.20"
100
+ "@gooddata/i18n-toolkit": "10.28.0-alpha.21",
101
+ "@gooddata/reference-workspace": "10.28.0-alpha.21",
102
+ "@gooddata/sdk-backend-base": "10.28.0-alpha.21",
103
+ "@gooddata/sdk-backend-mockingbird": "10.28.0-alpha.21"
104
104
  },
105
105
  "scripts": {
106
106
  "clean": "rm -rf ci dist esm coverage *.log tsconfig.tsbuildinfo",
107
107
  "api-extractor": "mkdir -p api && [ -z \"${CI}\" ] && (api-extractor run -l) || (api-extractor run)",
108
108
  "build": "bash scripts/build.sh",
109
109
  "build-dynamic-files": "bash scripts/build.sh --genFilesOnly",
110
+ "validate-esm": "node --input-type=module --eval 'import \"@gooddata/sdk-ui\"' ",
110
111
  "test": "vitest watch",
111
112
  "test-once": "vitest run",
112
113
  "test-ci": "vitest run --reporter=junit --outputFile=./ci/results/test-results.xml",