@gooddata/mock-handling 10.16.0-alpha.13 → 10.16.0-alpha.14
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 +2 -1
- package/esm/__version.d.ts.map +1 -1
- package/esm/__version.js +5 -3
- package/esm/__version.js.map +1 -1
- package/package.json +4 -4
package/esm/__version.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
export declare const LIB_VERSION = "10.16.0-alpha.
|
|
1
|
+
export declare const LIB_VERSION = "10.16.0-alpha.14";
|
|
2
2
|
export declare const LIB_NAME = "@gooddata/mock-handling";
|
|
3
|
+
export declare const LIB_DESCRIPTION = "GoodData SDK Mock data capture and management tool";
|
|
3
4
|
//# 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":"AAGA,eAAO,MAAM,WAAW,UAAU,CAAC;AACnC,eAAO,MAAM,QAAQ,yBAAyB,CAAC;AAC/C,eAAO,MAAM,eAAe,gCAAgC,CAAC"}
|
package/esm/__version.js
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
|
-
// (C) 2021 GoodData Corporation
|
|
2
|
-
//
|
|
3
|
-
|
|
1
|
+
// (C) 2021-2024 GoodData Corporation
|
|
2
|
+
// The placeholders in this file are replaced by values
|
|
3
|
+
// from package.json right after tsc build
|
|
4
|
+
export const LIB_VERSION = "10.16.0-alpha.14";
|
|
4
5
|
export const LIB_NAME = "@gooddata/mock-handling";
|
|
6
|
+
export const LIB_DESCRIPTION = "GoodData SDK Mock data capture and management tool";
|
|
5
7
|
//# 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,qCAAqC;AACrC,uDAAuD;AACvD,0CAA0C;AAC1C,MAAM,CAAC,MAAM,WAAW,GAAG,OAAO,CAAC;AACnC,MAAM,CAAC,MAAM,QAAQ,GAAG,sBAAsB,CAAC;AAC/C,MAAM,CAAC,MAAM,eAAe,GAAG,6BAA6B,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.14",
|
|
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-tiger": "10.16.0-alpha.
|
|
37
|
-
"@gooddata/sdk-
|
|
38
|
-
"@gooddata/sdk-
|
|
36
|
+
"@gooddata/sdk-backend-tiger": "10.16.0-alpha.14",
|
|
37
|
+
"@gooddata/sdk-backend-spi": "10.16.0-alpha.14",
|
|
38
|
+
"@gooddata/sdk-model": "10.16.0-alpha.14"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@gooddata/eslint-config": "^4.1.0",
|