@paydock/client-sdk 1.120.1-beta → 1.120.1
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/bundles/index.cjs +3 -3
- package/bundles/index.mjs +3 -3
- package/bundles/widget.umd.js +3 -3
- package/bundles/widget.umd.min.js +1 -1
- package/package.json +1 -1
package/bundles/index.cjs
CHANGED
|
@@ -927,7 +927,7 @@ SDK.headerKeys = Object.freeze({
|
|
|
927
927
|
version: 'x-sdk-version',
|
|
928
928
|
type: 'x-sdk-type'
|
|
929
929
|
});
|
|
930
|
-
SDK._version = 'v1.120.1
|
|
930
|
+
SDK._version = 'v1.120.1';
|
|
931
931
|
|
|
932
932
|
/******************************************************************************
|
|
933
933
|
Copyright (c) Microsoft Corporation.
|
|
@@ -4203,8 +4203,8 @@ function createNewrelicConfig() {
|
|
|
4203
4203
|
var params = {
|
|
4204
4204
|
enabled: 'true',
|
|
4205
4205
|
accountId: '974691',
|
|
4206
|
-
agentId: '
|
|
4207
|
-
applicationId: '
|
|
4206
|
+
agentId: '1386157152',
|
|
4207
|
+
applicationId: '1386157152',
|
|
4208
4208
|
licenseKey: '4848a32285',
|
|
4209
4209
|
trustKey: '974691'
|
|
4210
4210
|
};
|
package/bundles/index.mjs
CHANGED
|
@@ -925,7 +925,7 @@ SDK.headerKeys = Object.freeze({
|
|
|
925
925
|
version: 'x-sdk-version',
|
|
926
926
|
type: 'x-sdk-type'
|
|
927
927
|
});
|
|
928
|
-
SDK._version = 'v1.120.1
|
|
928
|
+
SDK._version = 'v1.120.1';
|
|
929
929
|
|
|
930
930
|
/******************************************************************************
|
|
931
931
|
Copyright (c) Microsoft Corporation.
|
|
@@ -4201,8 +4201,8 @@ function createNewrelicConfig() {
|
|
|
4201
4201
|
var params = {
|
|
4202
4202
|
enabled: 'true',
|
|
4203
4203
|
accountId: '974691',
|
|
4204
|
-
agentId: '
|
|
4205
|
-
applicationId: '
|
|
4204
|
+
agentId: '1386157152',
|
|
4205
|
+
applicationId: '1386157152',
|
|
4206
4206
|
licenseKey: '4848a32285',
|
|
4207
4207
|
trustKey: '974691'
|
|
4208
4208
|
};
|
package/bundles/widget.umd.js
CHANGED
|
@@ -929,7 +929,7 @@
|
|
|
929
929
|
version: 'x-sdk-version',
|
|
930
930
|
type: 'x-sdk-type'
|
|
931
931
|
});
|
|
932
|
-
SDK._version = 'v1.120.1
|
|
932
|
+
SDK._version = 'v1.120.1';
|
|
933
933
|
|
|
934
934
|
/******************************************************************************
|
|
935
935
|
Copyright (c) Microsoft Corporation.
|
|
@@ -4205,8 +4205,8 @@
|
|
|
4205
4205
|
var params = {
|
|
4206
4206
|
enabled: 'true',
|
|
4207
4207
|
accountId: '974691',
|
|
4208
|
-
agentId: '
|
|
4209
|
-
applicationId: '
|
|
4208
|
+
agentId: '1386157152',
|
|
4209
|
+
applicationId: '1386157152',
|
|
4210
4210
|
licenseKey: '4848a32285',
|
|
4211
4211
|
trustKey: '974691'
|
|
4212
4212
|
};
|