houdini-svelte 0.17.0-next.4 → 0.17.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.
@@ -1,5 +1,5 @@
1
- houdini-svelte:compile: cache hit, replaying output 7b65a8e36fe19c32
1
+ houdini-svelte:compile: cache hit, replaying output d2038584b36d45dd
2
2
  houdini-svelte:compile:
3
- houdini-svelte:compile: > houdini-svelte@0.17.0-next.4 compile /home/runner/work/houdini/houdini/packages/houdini-svelte
3
+ houdini-svelte:compile: > houdini-svelte@0.17.0 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 0e245b5c520a2119
1
+ houdini-svelte:typedefs: cache hit, replaying output 72fe195e637ee1e9
2
2
  houdini-svelte:typedefs:
3
- houdini-svelte:typedefs: > houdini-svelte@0.17.0-next.4 typedefs /home/runner/work/houdini/houdini/packages/houdini-svelte
3
+ houdini-svelte:typedefs: > houdini-svelte@0.17.0 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,38 +1,6 @@
1
1
  # houdini-svelte
2
2
 
3
- ## 0.17.0-next.4
4
-
5
- ### Patch Changes
6
-
7
- - [#620](https://github.com/HoudiniGraphql/houdini/pull/620) [`b742d75`](https://github.com/HoudiniGraphql/houdini/commit/b742d7541bffdacb400c5ee479c6e106e98e408d) Thanks [@AlecAivazis](https://github.com/AlecAivazis)! - update templates
8
-
9
- - Updated dependencies [[`b742d75`](https://github.com/HoudiniGraphql/houdini/commit/b742d7541bffdacb400c5ee479c6e106e98e408d)]:
10
- - houdini@0.17.0-next.4
11
-
12
- ## 0.17.0-next.3
13
-
14
- ### Patch Changes
15
-
16
- - Updated dependencies [[`b34948d`](https://github.com/HoudiniGraphql/houdini/commit/b34948dcabd6ee5f550fc0cd4aa755ee64fbec24)]:
17
- - houdini@0.17.0-next.3
18
-
19
- ## 0.17.0-next.2
20
-
21
- ### Patch Changes
22
-
23
- - Updated dependencies [[`addda88`](https://github.com/HoudiniGraphql/houdini/commit/addda88d164359b185088315f9498be818e7f042)]:
24
- - houdini@0.17.0-next.2
25
-
26
- ## 0.17.0-next.1
27
-
28
- ### Patch Changes
29
-
30
- - [#614](https://github.com/HoudiniGraphql/houdini/pull/614) [`123de70`](https://github.com/HoudiniGraphql/houdini/commit/123de70dd44c38032b75d87254cd30a66602e86a) Thanks [@AlecAivazis](https://github.com/AlecAivazis)! - Make scripts a dev dep
31
-
32
- - Updated dependencies []:
33
- - houdini@0.17.0-next.1
34
-
35
- ## 0.17.0-next.0
3
+ ## 0.17.0
36
4
 
37
5
  ### ⚠️ Breaking Changes
38
6
 
@@ -96930,7 +96930,7 @@ async function getConfig({
96930
96930
  const configFile = await readConfigFile(configPath);
96931
96931
  if (!configFile.plugins) {
96932
96932
  throw new HoudiniError({
96933
- message: "Welcome to 0.17.0! Please following the migration guide here: http://www.houdinigraphql.com/guide/release-notes#0170"
96933
+ message: "Welcome to 0.17.0! Please following the migration guide here: http://www.houdinigraphql.com/guides/release-notes#0170"
96934
96934
  });
96935
96935
  }
96936
96936
  try {
@@ -96923,7 +96923,7 @@ async function getConfig({
96923
96923
  const configFile = await readConfigFile(configPath);
96924
96924
  if (!configFile.plugins) {
96925
96925
  throw new HoudiniError({
96926
- message: "Welcome to 0.17.0! Please following the migration guide here: http://www.houdinigraphql.com/guide/release-notes#0170"
96926
+ message: "Welcome to 0.17.0! Please following the migration guide here: http://www.houdinigraphql.com/guides/release-notes#0170"
96927
96927
  });
96928
96928
  }
96929
96929
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "houdini-svelte",
3
- "version": "0.17.0-next.4",
3
+ "version": "0.17.0",
4
4
  "description": "The svelte plugin for houdini",
5
5
  "type": "module",
6
6
  "dependencies": {
@@ -9,7 +9,7 @@
9
9
  "ast-types": "^0.15.1",
10
10
  "estree-walker": "^3.0.1",
11
11
  "graphql": "^16.6.0",
12
- "houdini": "^0.17.0-next.4",
12
+ "houdini": "^0.17.0",
13
13
  "minimatch": "^5.1.0",
14
14
  "recast": "^0.21.5",
15
15
  "svelte": "^3.52.0"