houdini-svelte 0.17.3 → 0.17.5
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/.turbo/turbo-compile.log +2 -2
- package/.turbo/turbo-typedefs.log +2 -2
- package/CHANGELOG.md +9 -12
- package/build/plugin-cjs/index.js +26919 -30346
- package/build/plugin-esm/index.js +26919 -30346
- package/build/preprocess-cjs/index.js +26947 -30369
- package/build/preprocess-esm/index.js +26947 -30369
- package/build/runtime/index.d.ts +8 -1
- package/build/runtime-cjs/index.d.ts +8 -1
- package/build/runtime-esm/index.d.ts +8 -1
- package/build/test-cjs/index.js +44887 -50604
- package/build/test-esm/index.js +44887 -50604
- package/package.json +4 -4
- package/src/runtime/index.ts +23 -0
package/.turbo/turbo-compile.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
houdini-svelte:compile: cache hit, replaying output
|
|
1
|
+
houdini-svelte:compile: cache hit, replaying output d2d1bac98cf7116e
|
|
2
2
|
houdini-svelte:compile:
|
|
3
|
-
houdini-svelte:compile: > houdini-svelte@0.17.
|
|
3
|
+
houdini-svelte:compile: > houdini-svelte@0.17.5 compile /home/runner/work/houdini/houdini/packages/houdini-svelte
|
|
4
4
|
houdini-svelte:compile: > scripts build --plugin
|
|
5
5
|
houdini-svelte:compile:
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
houdini-svelte:typedefs: cache hit, replaying output
|
|
1
|
+
houdini-svelte:typedefs: cache hit, replaying output 284cb81ac353f467
|
|
2
2
|
houdini-svelte:typedefs:
|
|
3
|
-
houdini-svelte:typedefs: > houdini-svelte@0.17.
|
|
3
|
+
houdini-svelte:typedefs: > houdini-svelte@0.17.5 typedefs /home/runner/work/houdini/houdini/packages/houdini-svelte
|
|
4
4
|
houdini-svelte:typedefs: > scripts typedefs --plugin
|
|
5
5
|
houdini-svelte:typedefs:
|
package/CHANGELOG.md
CHANGED
|
@@ -1,34 +1,31 @@
|
|
|
1
1
|
# houdini-svelte
|
|
2
2
|
|
|
3
|
+
## 0.17.5
|
|
4
|
+
|
|
5
|
+
### 🐛 Fixes
|
|
6
|
+
|
|
7
|
+
- [#659](https://github.com/HoudiniGraphql/houdini/pull/659) [`579fb0b`](https://github.com/HoudiniGraphql/houdini/commit/579fb0bd4ccc5ee6e9aad0cc6278b0a9bfa972d1) Thanks [@AlecAivazis](https://github.com/AlecAivazis)! - Improve typing for loadAll
|
|
8
|
+
|
|
3
9
|
## 0.17.3
|
|
4
10
|
|
|
5
|
-
###
|
|
11
|
+
### 🐛 Fixes
|
|
6
12
|
|
|
7
13
|
- [#643](https://github.com/HoudiniGraphql/houdini/pull/643) [`35b189f`](https://github.com/HoudiniGraphql/houdini/commit/35b189f8cc494ce4f80d54c00736e9dd8d3c69e7) Thanks [@AlecAivazis](https://github.com/AlecAivazis)! - Fix error preventing session in certain node versions
|
|
8
14
|
|
|
9
|
-
- Updated dependencies []:
|
|
10
|
-
- houdini@0.17.3
|
|
11
|
-
|
|
12
15
|
## 0.17.2
|
|
13
16
|
|
|
14
|
-
###
|
|
17
|
+
### 🐛 Fixes
|
|
15
18
|
|
|
16
19
|
- [#639](https://github.com/HoudiniGraphql/houdini/pull/639) [`cfdb009`](https://github.com/HoudiniGraphql/houdini/commit/cfdb00907829576b142366bad8835e2d32f3ea78) Thanks [@AlecAivazis](https://github.com/AlecAivazis)! - Fix error with generated route types
|
|
17
20
|
|
|
18
21
|
- [#633](https://github.com/HoudiniGraphql/houdini/pull/633) [`8e52a90`](https://github.com/HoudiniGraphql/houdini/commit/8e52a907642003c3b9c9f9b2a4c9824e49136b5d) Thanks [@jycouet](https://github.com/jycouet)! - fix: queries will be sent once if they are defined in +(page|layout).gql
|
|
19
22
|
|
|
20
|
-
- Updated dependencies []:
|
|
21
|
-
- houdini@0.17.2
|
|
22
|
-
|
|
23
23
|
## 0.17.1
|
|
24
24
|
|
|
25
|
-
###
|
|
25
|
+
### 🐛 Fixes
|
|
26
26
|
|
|
27
27
|
- [#630](https://github.com/HoudiniGraphql/houdini/pull/630) [`02d8fc4`](https://github.com/HoudiniGraphql/houdini/commit/02d8fc47f71980bd2b6492162b8e57808447bdbc) Thanks [@AlecAivazis](https://github.com/AlecAivazis)! - Fix relative imports from root layout
|
|
28
28
|
|
|
29
|
-
- Updated dependencies [[`02d8fc4`](https://github.com/HoudiniGraphql/houdini/commit/02d8fc47f71980bd2b6492162b8e57808447bdbc)]:
|
|
30
|
-
- houdini@0.17.1
|
|
31
|
-
|
|
32
29
|
## 0.17.0
|
|
33
30
|
|
|
34
31
|
### ⚠️ Breaking Changes
|