@gooddata/mock-handling 10.16.0-alpha.16 → 10.16.0-alpha.18
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.
- package/esm/__version.d.ts +1 -2
- package/esm/__version.d.ts.map +1 -1
- package/esm/__version.js +3 -5
- package/esm/__version.js.map +1 -1
- package/package.json +5 -4
package/esm/__version.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
export declare const LIB_VERSION = "10.16.0-alpha.
|
|
1
|
+
export declare const LIB_VERSION = "10.16.0-alpha.18";
|
|
2
2
|
export declare const LIB_NAME = "@gooddata/mock-handling";
|
|
3
|
-
export declare const LIB_DESCRIPTION = "GoodData SDK Mock data capture and management tool";
|
|
4
3
|
//# sourceMappingURL=__version.d.ts.map
|
package/esm/__version.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"__version.d.ts","sourceRoot":"","sources":["../src/__version.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"__version.d.ts","sourceRoot":"","sources":["../src/__version.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,WAAW,qBAAqB,CAAC;AAE9C,eAAO,MAAM,QAAQ,4BAA4B,CAAC"}
|
package/esm/__version.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
// (C) 2021
|
|
2
|
-
//
|
|
3
|
-
|
|
4
|
-
export const LIB_VERSION = "10.16.0-alpha.16";
|
|
1
|
+
// (C) 2021 GoodData Corporation
|
|
2
|
+
// DO NOT CHANGE THIS FILE, IT IS RE-GENERATED ON EVERY BUILD
|
|
3
|
+
export const LIB_VERSION = "10.16.0-alpha.18";
|
|
5
4
|
export const LIB_NAME = "@gooddata/mock-handling";
|
|
6
|
-
export const LIB_DESCRIPTION = "GoodData SDK Mock data capture and management tool";
|
|
7
5
|
//# sourceMappingURL=__version.js.map
|
package/esm/__version.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"__version.js","sourceRoot":"","sources":["../src/__version.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"__version.js","sourceRoot":"","sources":["../src/__version.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,6DAA6D;AAC7D,MAAM,CAAC,MAAM,WAAW,GAAG,kBAAkB,CAAC;AAE9C,MAAM,CAAC,MAAM,QAAQ,GAAG,yBAAyB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/mock-handling",
|
|
3
|
-
"version": "10.16.0-alpha.
|
|
3
|
+
"version": "10.16.0-alpha.18",
|
|
4
4
|
"author": "GoodData",
|
|
5
5
|
"description": "GoodData SDK Mock data capture and management tool",
|
|
6
6
|
"repository": {
|
|
@@ -33,9 +33,9 @@
|
|
|
33
33
|
"rimraf": "^3.0.0",
|
|
34
34
|
"ts-morph": "^13.0.2",
|
|
35
35
|
"tslib": "^2.5.0",
|
|
36
|
-
"@gooddata/sdk-backend-
|
|
37
|
-
"@gooddata/sdk-backend-
|
|
38
|
-
"@gooddata/sdk-model": "10.16.0-alpha.
|
|
36
|
+
"@gooddata/sdk-backend-spi": "10.16.0-alpha.18",
|
|
37
|
+
"@gooddata/sdk-backend-tiger": "10.16.0-alpha.18",
|
|
38
|
+
"@gooddata/sdk-model": "10.16.0-alpha.18"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@gooddata/eslint-config": "^4.1.0",
|
|
@@ -65,6 +65,7 @@
|
|
|
65
65
|
"scripts": {
|
|
66
66
|
"clean": "rm -rf ci dist esm coverage *.log tsconfig.tsbuildinfo",
|
|
67
67
|
"build": "bash scripts/build.sh",
|
|
68
|
+
"build-generate-version": "bash scripts/build.sh --genVersionOnly",
|
|
68
69
|
"test": "vitest watch",
|
|
69
70
|
"test-once": "vitest run",
|
|
70
71
|
"test-ci": "vitest run --reporter=junit --outputFile=./ci/results/test-results.xml",
|