Skip to content

Commit

Permalink
fix(#169): Replace installFetch() with installPolyfills() (#170)
Browse files Browse the repository at this point in the history
* fix(#169): Replace @sveltejs/kit/install-fetch with @sveltejs/kit/node/polyfills

* chore(#169): Update pnpm-lock.yaml to pass the unit test

* chore: release 0.14.1

* fix: integration tests

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Juan Rodriguez <jrodriguez@isotalent.com>
  • Loading branch information
3 people authored Jun 8, 2022
1 parent b09dd6b commit 9c44f0c
Show file tree
Hide file tree
Showing 6 changed files with 1,505 additions and 3,263 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,19 @@ jobs:
params:
- {
test_dir: "functions_single_site",
validation_app_dir: "public/_app/manifest.json",
validation_app_dir: "public/_app/immutable/pages/index.svelte-*.js",
validation_compute_dir: "functions/sveltekit/index.js",
nested_dir: ".",
}
- {
test_dir: "nested_app_dirs",
validation_app_dir: "public/_app/manifest.json",
validation_app_dir: "public/_app/immutable/pages/index.svelte-*.js",
validation_compute_dir: "functions/sveltekit/index.js",
nested_dir: "app",
}
- {
test_dir: "run_service_id",
validation_app_dir: "public/_app/manifest.json",
validation_app_dir: "public/_app/immutable/pages/index.svelte-*.js",
validation_compute_dir: "functions/cloudrun/index.js",
nested_dir: ".",
}
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### [0.14.1](https://www.github.com/pham/svelte-adapter-firebase/compare/v0.14.0...v0.14.1) (2022-06-02)


### Bug Fixes

* **#169:** Replace @sveltejs/kit/install-fetch with @sveltejs/kit/node/polyfills ([cc00699](https://www.github.com/pham/svelte-adapter-firebase/commit/cc00699fdf968a6a771a644ea75cc25877ed9dc2))

## [0.14.0](https://www.github.com/jthegedus/svelte-adapter-firebase/compare/v0.13.1...v0.14.0) (2022-05-14)


Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"serverless",
"ssr"
],
"version": "0.14.0",
"version": "0.14.1",
"type": "module",
"exports": {
".": {
Expand All @@ -41,10 +41,10 @@
"esbuild": "^0.14.39"
},
"peerDependencies": {
"@sveltejs/kit": "^1.0.0-next.330"
"@sveltejs/kit": "^1.0.0-next.343"
},
"devDependencies": {
"@sveltejs/kit": "^1.0.0-next.330",
"@sveltejs/kit": "^1.0.0-next.343",
"@types/express": "^4.17.13",
"@types/node": "^17.0.33",
"ava": "^3.15.0",
Expand Down
Loading

0 comments on commit 9c44f0c

Please sign in to comment.