@kushki/js 1.39.8 → 1.39.9
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/lib/KushkiInfo.js
CHANGED
|
@@ -12,7 +12,7 @@ const UtilsService_1 = require("./../lib/service/UtilsService");
|
|
|
12
12
|
*/
|
|
13
13
|
class KInfo {
|
|
14
14
|
static buildKushkiInfo(kushkiInfo) {
|
|
15
|
-
const kushki_js_version = "1.39.
|
|
15
|
+
const kushki_js_version = "1.39.9";
|
|
16
16
|
if (kushkiInfo) {
|
|
17
17
|
if (UtilsService_1.UtilsService.sIsEmpty(kushkiInfo.platformVersion))
|
|
18
18
|
kushkiInfo.platformVersion = kushki_js_version;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.environment = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* Environment file
|
|
6
|
+
*/
|
|
7
|
+
/* tslint:disable:all */
|
|
8
|
+
// The file contents for the current environment will overwrite these during build.
|
|
9
|
+
// The build system defaults to the dev environment which uses `environment.ts`, but if you do
|
|
10
|
+
// `ng build --env=prod` then `environment.prod.ts` will be used instead.
|
|
11
|
+
exports.environment = {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kushki/js",
|
|
3
|
-
"version": "1.39.
|
|
3
|
+
"version": "1.39.9",
|
|
4
4
|
"description": "kushki-js",
|
|
5
5
|
"main": "lib/lib.js",
|
|
6
6
|
"types": "lib/lib.d.ts",
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
},
|
|
99
99
|
"dependencies": {
|
|
100
100
|
"@aws-amplify/auth": "4.6.1",
|
|
101
|
-
"@kushki/cardinal-sandbox-js": "1.0.
|
|
101
|
+
"@kushki/cardinal-sandbox-js": "1.0.6",
|
|
102
102
|
"acorn": "6.4.1",
|
|
103
103
|
"aws-amplify": "4.3.30",
|
|
104
104
|
"axios": "0.21.3",
|