@quiltt/core 4.5.0 → 4.5.1
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
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @quiltt/core
|
|
2
2
|
|
|
3
|
+
## 4.5.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#389](https://github.com/quiltt/quiltt-js/pull/389) [`a6a2a7e`](https://github.com/quiltt/quiltt-js/commit/a6a2a7ea94c7204a69b53f191ee738bcdc520a10) Thanks [@zubairaziz](https://github.com/zubairaziz)! - Upgrade React versions across all projects
|
|
8
|
+
|
|
3
9
|
## 4.5.0
|
|
4
10
|
|
|
5
11
|
### Minor Changes
|
package/README.md
CHANGED
|
@@ -5,26 +5,28 @@
|
|
|
5
5
|
|
|
6
6
|
`@quiltt/core` provides essential primitives for building Javascript-based applications with Quiltt. It provides an Auth API client and modules for handling JSON Web Tokens (JWT), observables, storage management, timeouts, API handling, and Typescript types.
|
|
7
7
|
|
|
8
|
-
This package is used by both `@quiltt/react` and `@quiltt/react-native
|
|
8
|
+
This package is used by both [`@quiltt/react`](../react#readme) and [`@quiltt/react-native`](../react-native#readme). If you bundle it separately, we recommend keeping versions in sync to avoid issues with mismatched dependencies.
|
|
9
|
+
|
|
10
|
+
For general project information and contributing guidelines, see the [main repository README](../../README.md).
|
|
9
11
|
|
|
10
12
|
## Install
|
|
11
13
|
|
|
12
14
|
With `npm`:
|
|
13
15
|
|
|
14
16
|
```shell
|
|
15
|
-
|
|
17
|
+
npm install @quiltt/core
|
|
16
18
|
```
|
|
17
19
|
|
|
18
20
|
With `yarn`:
|
|
19
21
|
|
|
20
22
|
```shell
|
|
21
|
-
|
|
23
|
+
yarn add @quiltt/core
|
|
22
24
|
```
|
|
23
25
|
|
|
24
26
|
With `pnpm`:
|
|
25
27
|
|
|
26
28
|
```shell
|
|
27
|
-
|
|
29
|
+
pnpm add @quiltt/core
|
|
28
30
|
```
|
|
29
31
|
|
|
30
32
|
## Auth API Client
|
|
@@ -90,4 +92,9 @@ This project is licensed under the terms of the MIT license. See the [LICENSE](L
|
|
|
90
92
|
|
|
91
93
|
## Contributing
|
|
92
94
|
|
|
93
|
-
For information on how to contribute to this project, please refer to the [
|
|
95
|
+
For information on how to contribute to this project, please refer to the [repository contributing guidelines](../../CONTRIBUTING.md).
|
|
96
|
+
|
|
97
|
+
## Related Packages
|
|
98
|
+
|
|
99
|
+
- [`@quiltt/react`](../react#readme) - React components and hooks
|
|
100
|
+
- [`@quiltt/react-native`](../react-native#readme) - React Native and Expo components
|
package/dist/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ApolloLink, ApolloClient } from '@apollo/client/core/index.js';
|
|
2
2
|
export { gql } from '@apollo/client/core/index.js';
|
|
3
|
-
import { G as GlobalStorage, e as endpointGraphQL, v as version, d as debugging, S as SubscriptionLink, a as endpointAuth, b as endpointRest } from './SubscriptionLink-12s-
|
|
4
|
-
export { L as LocalStorage, M as MemoryStorage, O as Observable, g as Storage, c as cdnBase, f as endpointWebsockets } from './SubscriptionLink-12s-
|
|
3
|
+
import { G as GlobalStorage, e as endpointGraphQL, v as version, d as debugging, S as SubscriptionLink, a as endpointAuth, b as endpointRest } from './SubscriptionLink-12s-B8qxyDXC.js';
|
|
4
|
+
export { L as LocalStorage, M as MemoryStorage, O as Observable, g as Storage, c as cdnBase, f as endpointWebsockets } from './SubscriptionLink-12s-B8qxyDXC.js';
|
|
5
5
|
import { BatchHttpLink as BatchHttpLink$1 } from '@apollo/client/link/batch-http/index.js';
|
|
6
6
|
import crossfetch from 'cross-fetch';
|
|
7
7
|
import { onError } from '@apollo/client/link/error/index.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quiltt/core",
|
|
3
|
-
"version": "4.5.
|
|
3
|
+
"version": "4.5.1",
|
|
4
4
|
"description": "Javascript API client and utilities for Quiltt",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"quiltt",
|
|
@@ -40,13 +40,13 @@
|
|
|
40
40
|
"graphql-ruby-client": "^1.14.5"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@biomejs/biome": "2.
|
|
44
|
-
"@types/node": "22.
|
|
43
|
+
"@biomejs/biome": "2.3.8",
|
|
44
|
+
"@types/node": "22.19.2",
|
|
45
45
|
"@types/rails__actioncable": "6.1.11",
|
|
46
|
-
"@types/react": "
|
|
47
|
-
"bunchee": "6.6.
|
|
48
|
-
"rimraf": "6.
|
|
49
|
-
"typescript": "5.9.
|
|
46
|
+
"@types/react": "19.2.7",
|
|
47
|
+
"bunchee": "6.6.2",
|
|
48
|
+
"rimraf": "6.1.2",
|
|
49
|
+
"typescript": "5.9.3"
|
|
50
50
|
},
|
|
51
51
|
"tags": [
|
|
52
52
|
"quiltt"
|