@yuno-payments/sdk-web 2.2.0 → 3.0.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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # SDK Web (v1.3)
1
+ # SDK Web (v1.4)
2
2
 
3
3
  This package provides a wrapper to easily load and use the Yuno SDK in your web applications.
4
4
 
@@ -20,7 +20,7 @@ const yuno = await loadScript()
20
20
  yuno.initialize('your-public-api-key')
21
21
  ```
22
22
 
23
- > Note: The SDK version loaded by this package is **v1.3**.
23
+ > Note: The SDK version loaded by this package is **v1.4**.
24
24
 
25
25
  ## Advanced Usage
26
26
 
@@ -43,7 +43,7 @@ const EnvToEnvironmentSuffix = {
43
43
  * - version: Ignored. The SDK always uses the latest fixed version.
44
44
  * @returns The full URL to the SDK script.
45
45
  */
46
- const LATEST_VERSION = "v1.3";
46
+ const LATEST_VERSION = "v1.4";
47
47
  const getUrl = (options = {}) => {
48
48
  var _a;
49
49
  const { env = "prod" } = options;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yuno-payments/sdk-web",
3
- "version": "2.2.0",
3
+ "version": "3.0.0",
4
4
  "description": "Wrapper to install sdk-web and types",
5
5
  "main": "dist/bundle.esm.js",
6
6
  "module": "dist/bundle.esm.js",