@quiltt/core 5.1.3 → 5.2.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/CHANGELOG.md +6 -0
- package/dist/config/index.cjs +1 -1
- package/dist/config/index.js +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @quiltt/core
|
|
2
2
|
|
|
3
|
+
## 5.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#427](https://github.com/quiltt/quiltt-js/pull/427) [`6d4b768`](https://github.com/quiltt/quiltt-js/commit/6d4b7683f49d0a6e649a4bdfaff0398669102a63) Thanks [@zubairaziz](https://github.com/zubairaziz)! - Bump minor version to be consistent with SemVer standards
|
|
8
|
+
|
|
3
9
|
## 5.1.3
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
package/dist/config/index.cjs
CHANGED
package/dist/config/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quiltt/core",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.2.0",
|
|
4
4
|
"description": "Javascript API client and utilities for Quiltt",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"quiltt",
|
|
@@ -88,15 +88,15 @@
|
|
|
88
88
|
],
|
|
89
89
|
"main": "dist/index.js",
|
|
90
90
|
"dependencies": {
|
|
91
|
-
"@apollo/client": "^4.1.
|
|
91
|
+
"@apollo/client": "^4.1.6",
|
|
92
92
|
"@rails/actioncable": "^8.1.200",
|
|
93
93
|
"braces": "^3.0.3",
|
|
94
94
|
"cross-fetch": "^4.1.0",
|
|
95
|
-
"graphql": "^16.
|
|
95
|
+
"graphql": "^16.13.0",
|
|
96
96
|
"rxjs": "^7.8.2"
|
|
97
97
|
},
|
|
98
98
|
"devDependencies": {
|
|
99
|
-
"@biomejs/biome": "2.4.
|
|
99
|
+
"@biomejs/biome": "2.4.5",
|
|
100
100
|
"@types/node": "24.11.0",
|
|
101
101
|
"@types/rails__actioncable": "8.0.3",
|
|
102
102
|
"@types/react": "19.2.14",
|