@cocreate/api 1.21.1 → 1.21.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [1.21.2](https://github.com/CoCreate-app/CoCreate-api/compare/v1.21.1...v1.21.2) (2024-06-23)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * update dependencies ([a4d2645](https://github.com/CoCreate-app/CoCreate-api/commit/a4d26451bf0cd20d1cd69ce4255ab7cdff82413a))
7
+
1
8
  ## [1.21.1](https://github.com/CoCreate-app/CoCreate-api/compare/v1.21.0...v1.21.1) (2024-06-12)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/api",
3
- "version": "1.21.1",
3
+ "version": "1.21.2",
4
4
  "description": "A simple api helper component in vanilla javascript used by JavaScript developers to create thirdparty api intergrations. CoCreate-api includes the client component and server side for api processing. Thirdparty apis can be accessible using HTML5 attributes and/or JavaScript API. ",
5
5
  "keywords": [
6
6
  "thirdparty-api-intergration",
@@ -63,7 +63,7 @@
63
63
  "@cocreate/crud-client": "^1.33.9",
64
64
  "@cocreate/element-prototype": "^1.23.0",
65
65
  "@cocreate/render": "^1.41.0",
66
- "@cocreate/socket-client": "^1.39.1",
66
+ "@cocreate/socket-client": "^1.5.7",
67
67
  "@cocreate/utils": "^1.33.7"
68
68
  }
69
69
  }