@easyflow/javascript-sdk 2.1.13 → 2.1.14

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.
Files changed (2) hide show
  1. package/README.md +9 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # Easyflow JavaScript SDK
2
2
 
3
3
  [![Build Status](https://github.com/easyflow-cash/easyflow-javascript-sdk/workflows/Build%20&%20Deploy%20Easyflow%20SDK/badge.svg)](https://github.com/easyflow-cash/easyflow-javascript-sdk/actions)
4
- [![Version](https://img.shields.io/badge/version-2.1.13-blue.svg)](https://easyflow-sdk.pages.dev)
4
+ [![Version](https://img.shields.io/badge/version-2.1.14-blue.svg)](https://easyflow-sdk.pages.dev)
5
5
  [![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
6
6
  [![Tests](https://img.shields.io/badge/tests-250%20passing-brightgreen.svg)](https://github.com/easyflow-cash/easyflow-javascript-sdk)
7
7
  [![Coverage](https://img.shields.io/badge/coverage-95%25-brightgreen.svg)](https://github.com/easyflow-cash/easyflow-javascript-sdk)
@@ -88,7 +88,7 @@ platform. With this SDK, you can:
88
88
  - **High Performance**: Optimized for production
89
89
  - **Complete Documentation**: Practical examples for all use cases
90
90
 
91
- ## What's New in v2.1.13
91
+ ## What's New in v2.1.14
92
92
 
93
93
  ### Complete Implementation Examples
94
94
 
@@ -1024,7 +1024,7 @@ completeWorkflow()
1024
1024
  <script src="https://easyflow-sdk.pages.dev/easyflow-sdk.min.js"></script>
1025
1025
 
1026
1026
  <!-- Versioned (recommended for production) -->
1027
- <script src="https://easyflow-sdk.pages.dev/easyflow-sdk.v2.1.13.min.js"></script>
1027
+ <script src="https://easyflow-sdk.pages.dev/easyflow-sdk.v2.1.14.min.js"></script>
1028
1028
 
1029
1029
  <!-- With SRI (Subresource Integrity) -->
1030
1030
  <script
@@ -1059,6 +1059,12 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
1059
1059
 
1060
1060
  ## Changelog
1061
1061
 
1062
+ ### v2.1.14
1063
+
1064
+ - **Version Update**: Patch release for latest improvements
1065
+ - **Documentation**: Updated version references and CDN URLs
1066
+ - **Consistency**: All version references aligned to v2.1.14
1067
+
1062
1068
  ### v2.1.13
1063
1069
 
1064
1070
  - **Code Formatting**: Improved readability of placeOrder examples with better line breaks
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@easyflow/javascript-sdk",
3
- "version": "2.1.13",
3
+ "version": "2.1.14",
4
4
  "description": "Easyflow JavaScript SDK - Documentation and TypeScript definitions. For production use, use the CDN script: https://easyflow-sdk.pages.dev/easyflow-sdk.min.js",
5
5
  "main": "README.md",
6
6
  "module": "README.md",