@paydock/client-sdk 1.123.2-beta → 1.123.2
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
|
@@ -954,7 +954,7 @@ SDK.headerKeys = Object.freeze({
|
|
|
954
954
|
version: 'x-sdk-version',
|
|
955
955
|
type: 'x-sdk-type'
|
|
956
956
|
});
|
|
957
|
-
SDK._version = 'v1.123.2
|
|
957
|
+
SDK._version = 'v1.123.2';
|
|
958
958
|
|
|
959
959
|
/******************************************************************************
|
|
960
960
|
Copyright (c) Microsoft Corporation.
|
|
@@ -4236,8 +4236,8 @@ function createNewrelicConfig() {
|
|
|
4236
4236
|
var params = {
|
|
4237
4237
|
enabled: 'true',
|
|
4238
4238
|
accountId: '974691',
|
|
4239
|
-
agentId: '
|
|
4240
|
-
applicationId: '
|
|
4239
|
+
agentId: '1386157152',
|
|
4240
|
+
applicationId: '1386157152',
|
|
4241
4241
|
licenseKey: '4848a32285',
|
|
4242
4242
|
trustKey: '974691'
|
|
4243
4243
|
};
|
package/bundles/index.mjs
CHANGED
|
@@ -952,7 +952,7 @@ SDK.headerKeys = Object.freeze({
|
|
|
952
952
|
version: 'x-sdk-version',
|
|
953
953
|
type: 'x-sdk-type'
|
|
954
954
|
});
|
|
955
|
-
SDK._version = 'v1.123.2
|
|
955
|
+
SDK._version = 'v1.123.2';
|
|
956
956
|
|
|
957
957
|
/******************************************************************************
|
|
958
958
|
Copyright (c) Microsoft Corporation.
|
|
@@ -4234,8 +4234,8 @@ function createNewrelicConfig() {
|
|
|
4234
4234
|
var params = {
|
|
4235
4235
|
enabled: 'true',
|
|
4236
4236
|
accountId: '974691',
|
|
4237
|
-
agentId: '
|
|
4238
|
-
applicationId: '
|
|
4237
|
+
agentId: '1386157152',
|
|
4238
|
+
applicationId: '1386157152',
|
|
4239
4239
|
licenseKey: '4848a32285',
|
|
4240
4240
|
trustKey: '974691'
|
|
4241
4241
|
};
|
package/bundles/widget.umd.js
CHANGED
|
@@ -958,7 +958,7 @@
|
|
|
958
958
|
version: 'x-sdk-version',
|
|
959
959
|
type: 'x-sdk-type'
|
|
960
960
|
});
|
|
961
|
-
SDK._version = 'v1.123.2
|
|
961
|
+
SDK._version = 'v1.123.2';
|
|
962
962
|
|
|
963
963
|
/******************************************************************************
|
|
964
964
|
Copyright (c) Microsoft Corporation.
|
|
@@ -4240,8 +4240,8 @@
|
|
|
4240
4240
|
var params = {
|
|
4241
4241
|
enabled: 'true',
|
|
4242
4242
|
accountId: '974691',
|
|
4243
|
-
agentId: '
|
|
4244
|
-
applicationId: '
|
|
4243
|
+
agentId: '1386157152',
|
|
4244
|
+
applicationId: '1386157152',
|
|
4245
4245
|
licenseKey: '4848a32285',
|
|
4246
4246
|
trustKey: '974691'
|
|
4247
4247
|
};
|