@paydock/client-sdk 1.118.0-beta → 1.118.0
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
|
@@ -891,7 +891,7 @@ SDK.headerKeys = Object.freeze({
|
|
|
891
891
|
version: 'x-sdk-version',
|
|
892
892
|
type: 'x-sdk-type'
|
|
893
893
|
});
|
|
894
|
-
SDK._version = 'v1.118.0
|
|
894
|
+
SDK._version = 'v1.118.0';
|
|
895
895
|
|
|
896
896
|
/******************************************************************************
|
|
897
897
|
Copyright (c) Microsoft Corporation.
|
|
@@ -3958,8 +3958,8 @@ function createNewrelicConfig() {
|
|
|
3958
3958
|
var params = {
|
|
3959
3959
|
enabled: 'true',
|
|
3960
3960
|
accountId: '974691',
|
|
3961
|
-
agentId: '
|
|
3962
|
-
applicationId: '
|
|
3961
|
+
agentId: '1386157152',
|
|
3962
|
+
applicationId: '1386157152',
|
|
3963
3963
|
licenseKey: '4848a32285',
|
|
3964
3964
|
trustKey: '974691'
|
|
3965
3965
|
};
|
package/bundles/index.mjs
CHANGED
|
@@ -889,7 +889,7 @@ SDK.headerKeys = Object.freeze({
|
|
|
889
889
|
version: 'x-sdk-version',
|
|
890
890
|
type: 'x-sdk-type'
|
|
891
891
|
});
|
|
892
|
-
SDK._version = 'v1.118.0
|
|
892
|
+
SDK._version = 'v1.118.0';
|
|
893
893
|
|
|
894
894
|
/******************************************************************************
|
|
895
895
|
Copyright (c) Microsoft Corporation.
|
|
@@ -3956,8 +3956,8 @@ function createNewrelicConfig() {
|
|
|
3956
3956
|
var params = {
|
|
3957
3957
|
enabled: 'true',
|
|
3958
3958
|
accountId: '974691',
|
|
3959
|
-
agentId: '
|
|
3960
|
-
applicationId: '
|
|
3959
|
+
agentId: '1386157152',
|
|
3960
|
+
applicationId: '1386157152',
|
|
3961
3961
|
licenseKey: '4848a32285',
|
|
3962
3962
|
trustKey: '974691'
|
|
3963
3963
|
};
|
package/bundles/widget.umd.js
CHANGED
|
@@ -893,7 +893,7 @@
|
|
|
893
893
|
version: 'x-sdk-version',
|
|
894
894
|
type: 'x-sdk-type'
|
|
895
895
|
});
|
|
896
|
-
SDK._version = 'v1.118.0
|
|
896
|
+
SDK._version = 'v1.118.0';
|
|
897
897
|
|
|
898
898
|
/******************************************************************************
|
|
899
899
|
Copyright (c) Microsoft Corporation.
|
|
@@ -3960,8 +3960,8 @@
|
|
|
3960
3960
|
var params = {
|
|
3961
3961
|
enabled: 'true',
|
|
3962
3962
|
accountId: '974691',
|
|
3963
|
-
agentId: '
|
|
3964
|
-
applicationId: '
|
|
3963
|
+
agentId: '1386157152',
|
|
3964
|
+
applicationId: '1386157152',
|
|
3965
3965
|
licenseKey: '4848a32285',
|
|
3966
3966
|
trustKey: '974691'
|
|
3967
3967
|
};
|