@paydock/client-sdk 1.104.1-beta → 1.104.3-beta

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/README.md CHANGED
@@ -69,10 +69,9 @@ import paydock from '@paydock/client-sdk'
69
69
  ### Download from CDN
70
70
 
71
71
  For browser environments, you can import the Client SDK directly from our CDN to
72
- your project's HTML. To accomplish this being by including the Client SDK
73
- in your page using one and only of the two script tags below. After this step
74
- you will be able to access the Client SDK features via the global
75
- variable `paydock`.
72
+ your project's HTML. To accomplish this, include the Client SDK in your page
73
+ using one and only of the two script tags below. After this step you will be
74
+ able to access the Client SDK features via the global variable `paydock`.
76
75
 
77
76
  For production we recommend using the compressed version (`.min.js`) since
78
77
  it will result in faster loading times for your end users.
package/bundles/index.cjs CHANGED
@@ -989,7 +989,7 @@ SDK.headerKeys = Object.freeze({
989
989
  version: 'x-sdk-version',
990
990
  type: 'x-sdk-type'
991
991
  });
992
- SDK._version = 'v1.104.1-beta';
992
+ SDK._version = 'v1.104.3-beta';
993
993
 
994
994
  var API_AUTH_TYPE;
995
995
  (function (API_AUTH_TYPE) {