@gooddata/reference-workspace 11.19.0-alpha.9 → 11.19.0

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":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,cAAc,MAAM,aAAa,CAAC;AAC9C,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAC5C,OAAO,EAAE,WAAW,IAAI,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAC1E,OAAO,KAAK,mBAAmB,MAAM,uBAAuB,CAAC;AAE7D,OAAO,EAAE,WAAW,EAAE,cAAc,EAAE,mBAAmB,EAAE,aAAa,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,cAAc,MAAM,aAAa,CAAC;AAC9C,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAC5C,OAAO,EAAE,WAAW,IAAI,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAC1E,OAAO,KAAK,mBAAmB,MAAM,uBAAuB,CAAC;AAE7D,OAAO,EAAE,WAAW,EAAE,cAAc,EAAE,mBAAmB,EAAE,aAAa,EAAE,CAAC"}
package/esm/index.js CHANGED
@@ -1,5 +1,6 @@
1
1
  // (C) 2019-2026 GoodData Corporation
2
- /* eslint-disable no-barrel-files/no-barrel-files,no-restricted-syntax */
2
+ /* oxlint-disable no-barrel-files/no-barrel-files */
3
+ /* eslint-disable no-restricted-syntax */
3
4
  import * as ReferenceMdExt from "./md/ext.js";
4
5
  import * as ReferenceMd from "./md/full.js";
5
6
  import { DataSamples as ReferenceData } from "./recordings/dataSample.js";
package/esm/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,qCAAqC;AAErC,yEAAyE;AAEzE,OAAO,KAAK,cAAc,MAAM,aAAa,CAAC;AAC9C,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAC5C,OAAO,EAAE,WAAW,IAAI,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAC1E,OAAO,KAAK,mBAAmB,MAAM,uBAAuB,CAAC;AAE7D,OAAO,EAAE,WAAW,EAAE,cAAc,EAAE,mBAAmB,EAAE,aAAa,EAAE,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,qCAAqC;AAErC,oDAAoD;AACpD,yCAAyC;AAEzC,OAAO,KAAK,cAAc,MAAM,aAAa,CAAC;AAC9C,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAC5C,OAAO,EAAE,WAAW,IAAI,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAC1E,OAAO,KAAK,mBAAmB,MAAM,uBAAuB,CAAC;AAE7D,OAAO,EAAE,WAAW,EAAE,cAAc,EAAE,mBAAmB,EAAE,aAAa,EAAE,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/reference-workspace",
3
- "version": "11.19.0-alpha.9",
3
+ "version": "11.19.0",
4
4
  "description": "GoodData SDK - Reference Workspace for tests",
5
5
  "license": "MIT",
6
6
  "author": "GoodData",
@@ -22,8 +22,8 @@
22
22
  "dependencies": {
23
23
  "lodash-es": "^4.17.23",
24
24
  "tslib": "2.8.1",
25
- "@gooddata/sdk-model": "11.19.0-alpha.9",
26
- "@gooddata/sdk-backend-spi": "11.19.0-alpha.9"
25
+ "@gooddata/sdk-backend-spi": "11.19.0",
26
+ "@gooddata/sdk-model": "11.19.0"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@types/lodash-es": "^4.17.12",
@@ -34,16 +34,18 @@
34
34
  "dependency-cruiser": "^14.1.2",
35
35
  "eslint": "^9.39.2",
36
36
  "eslint-import-resolver-typescript": "4.4.4",
37
- "eslint-plugin-header": "3.1.1",
37
+ "eslint-plugin-headers": "1.3.3",
38
38
  "eslint-plugin-import-esm": "1.2.1",
39
39
  "eslint-plugin-import-x": "4.16.1",
40
40
  "eslint-plugin-jsdoc": "62.1.0",
41
41
  "eslint-plugin-no-barrel-files": "1.2.2",
42
- "eslint-plugin-no-only-tests": "3.3.0",
43
42
  "eslint-plugin-sonarjs": "3.0.6",
44
43
  "oxfmt": "0.27.0",
44
+ "oxlint": "^1.43.0",
45
+ "oxlint-tsgolint": "0.11.4",
45
46
  "typescript": "5.9.3",
46
- "@gooddata/eslint-config": "11.19.0-alpha.9"
47
+ "@gooddata/oxlint-config": "11.19.0",
48
+ "@gooddata/eslint-config": "11.19.0"
47
49
  },
48
50
  "scripts": {
49
51
  "_phase:build": "npm run build",
@@ -60,6 +62,10 @@
60
62
  "oxfmt-write": "oxfmt .",
61
63
  "refresh-md": "../reference-workspace-mgmt/bin/refresh-md.sh && npm run build",
62
64
  "refresh-recordings": "../reference-workspace-mgmt/bin/refresh-recordings.sh && npm run oxfmt-write && npm run build",
63
- "validate": "npm run dep-cruiser && npm run eslint && npm run oxfmt-check"
65
+ "validate": "npm run dep-cruiser && npm run lint && npm run oxfmt-check",
66
+ "lint": "npm run oxlint && npm run eslint",
67
+ "lint-fix": "npm run oxlint-fix && npm run eslint-fix",
68
+ "oxlint": "oxlint . --type-aware",
69
+ "oxlint-fix": "oxlint . --type-aware --fix"
64
70
  }
65
71
  }