@gooddata/mock-handling 11.19.0-alpha.8 → 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,4 +1,4 @@
1
- export declare const LIB_VERSION = "11.19.0-alpha.8";
1
+ export declare const LIB_VERSION = "11.19.0";
2
2
  export declare const LIB_DESCRIPTION = "GoodData SDK Mock data capture and management tool";
3
3
  export declare const LIB_NAME = "@gooddata/mock-handling";
4
4
  //# sourceMappingURL=__version.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"__version.d.ts","sourceRoot":"","sources":["../src/__version.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,WAAW,oBAAoB,CAAC;AAE7C,eAAO,MAAM,eAAe,uDAAuD,CAAC;AAEpF,eAAO,MAAM,QAAQ,4BAA4B,CAAC"}
1
+ {"version":3,"file":"__version.d.ts","sourceRoot":"","sources":["../src/__version.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,WAAW,YAAY,CAAC;AAErC,eAAO,MAAM,eAAe,uDAAuD,CAAC;AAEpF,eAAO,MAAM,QAAQ,4BAA4B,CAAC"}
package/esm/__version.js CHANGED
@@ -1,6 +1,6 @@
1
1
  // (C) 2021 GoodData Corporation
2
2
  // DO NOT CHANGE THIS FILE, IT IS RE-GENERATED ON EVERY BUILD
3
- export const LIB_VERSION = "11.19.0-alpha.8";
3
+ export const LIB_VERSION = "11.19.0";
4
4
  export const LIB_DESCRIPTION = "GoodData SDK Mock data capture and management tool";
5
5
  export const LIB_NAME = "@gooddata/mock-handling";
6
6
  //# sourceMappingURL=__version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"__version.js","sourceRoot":"","sources":["../src/__version.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAEhC,6DAA6D;AAE7D,MAAM,CAAC,MAAM,WAAW,GAAG,iBAAiB,CAAC;AAE7C,MAAM,CAAC,MAAM,eAAe,GAAG,oDAAoD,CAAC;AAEpF,MAAM,CAAC,MAAM,QAAQ,GAAG,yBAAyB,CAAC"}
1
+ {"version":3,"file":"__version.js","sourceRoot":"","sources":["../src/__version.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAEhC,6DAA6D;AAE7D,MAAM,CAAC,MAAM,WAAW,GAAG,SAAS,CAAC;AAErC,MAAM,CAAC,MAAM,eAAe,GAAG,oDAAoD,CAAC;AAEpF,MAAM,CAAC,MAAM,QAAQ,GAAG,yBAAyB,CAAC"}
package/esm/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env node
2
2
  // (C) 2007-2026 GoodData Corporation
3
- /* eslint-disable no-barrel-files/no-barrel-files */
3
+ /* oxlint-disable no-barrel-files/no-barrel-files */
4
4
  import * as path from "path";
5
5
  import * as process from "process";
6
6
  import chalk from "chalk";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/mock-handling",
3
- "version": "11.19.0-alpha.8",
3
+ "version": "11.19.0",
4
4
  "description": "GoodData SDK Mock data capture and management tool",
5
5
  "license": "MIT",
6
6
  "author": "GoodData",
@@ -30,9 +30,9 @@
30
30
  "ora": "^5.3.0",
31
31
  "p-map": "^3.0.0",
32
32
  "tslib": "2.8.1",
33
- "@gooddata/sdk-backend-spi": "11.19.0-alpha.8",
34
- "@gooddata/sdk-model": "11.19.0-alpha.8",
35
- "@gooddata/sdk-backend-tiger": "11.19.0-alpha.8"
33
+ "@gooddata/sdk-backend-spi": "11.19.0",
34
+ "@gooddata/sdk-backend-tiger": "11.19.0",
35
+ "@gooddata/sdk-model": "11.19.0"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@types/inquirer": "^8.2.6",
@@ -44,18 +44,20 @@
44
44
  "dependency-cruiser": "^14.1.2",
45
45
  "eslint": "^9.39.2",
46
46
  "eslint-import-resolver-typescript": "4.4.4",
47
- "eslint-plugin-header": "3.1.1",
47
+ "eslint-plugin-headers": "1.3.3",
48
48
  "eslint-plugin-import-esm": "1.2.1",
49
49
  "eslint-plugin-import-x": "4.16.1",
50
50
  "eslint-plugin-jsdoc": "62.1.0",
51
51
  "eslint-plugin-no-barrel-files": "1.2.2",
52
- "eslint-plugin-no-only-tests": "3.3.0",
53
52
  "eslint-plugin-sonarjs": "3.0.6",
54
53
  "npm-run-all": "^4.1.5",
55
54
  "oxfmt": "0.27.0",
55
+ "oxlint": "^1.43.0",
56
+ "oxlint-tsgolint": "0.11.4",
56
57
  "typescript": "5.9.3",
57
58
  "vitest": "4.0.8",
58
- "@gooddata/eslint-config": "11.19.0-alpha.8"
59
+ "@gooddata/eslint-config": "11.19.0",
60
+ "@gooddata/oxlint-config": "11.19.0"
59
61
  },
60
62
  "scripts": {
61
63
  "_phase:build": "npm run build",
@@ -74,7 +76,11 @@
74
76
  "oxfmt-write": "oxfmt .",
75
77
  "test": "vitest watch",
76
78
  "test-once": "vitest run",
77
- "validate": "npm run dep-cruiser && npm run eslint && npm run oxfmt-check",
78
- "validate-esm": "node --input-type=module --eval 'import \"@gooddata/mock-handling\"'"
79
+ "validate": "npm run dep-cruiser && npm run lint && npm run oxfmt-check",
80
+ "validate-esm": "node --input-type=module --eval 'import \"@gooddata/mock-handling\"'",
81
+ "lint": "npm run oxlint && npm run eslint",
82
+ "lint-fix": "npm run oxlint-fix && npm run eslint-fix",
83
+ "oxlint": "oxlint . --type-aware",
84
+ "oxlint-fix": "oxlint . --type-aware --fix"
79
85
  }
80
86
  }