@serwist/svelte 9.0.5 → 9.0.7

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.
Files changed (2) hide show
  1. package/LICENSE +1 -1
  2. package/package.json +6 -6
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2018 Google LLC, 2019 ShadowWalker w@weiw.io https://weiw.io, 2023 Serwist
3
+ Copyright (c) 2018-2023 Google LLC, 2019-2023 ShadowWalker w@weiw.io https://weiw.io, 2020-2023 Anthony Fu <https://github.com/antfu>, 2023-PRESENT Serwist
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@serwist/svelte",
3
- "version": "9.0.5",
3
+ "version": "9.0.7",
4
4
  "type": "module",
5
5
  "description": "A module that complements SvelteKit's built-in service worker support.",
6
6
  "files": [
@@ -20,7 +20,7 @@
20
20
  "sveltekit",
21
21
  "pwa"
22
22
  ],
23
- "author": "Serwist's Team",
23
+ "author": "Serwist <ducanh2912.rusty@gmail.com> (https://serwist.pages.dev/)",
24
24
  "license": "MIT",
25
25
  "repository": "https://github.com/serwist/serwist",
26
26
  "bugs": "https://github.com/serwist/serwist/issues",
@@ -40,12 +40,12 @@
40
40
  "./package.json": "./package.json"
41
41
  },
42
42
  "dependencies": {
43
- "serwist": "9.0.5"
43
+ "serwist": "9.0.7"
44
44
  },
45
45
  "devDependencies": {
46
- "@sveltejs/kit": "2.5.18",
47
- "rollup": "4.18.1",
48
- "@serwist/configs": "9.0.5"
46
+ "@sveltejs/kit": "2.5.24",
47
+ "rollup": "4.21.0",
48
+ "@serwist/configs": "9.0.7"
49
49
  },
50
50
  "peerDependencies": {
51
51
  "@sveltejs/kit": ">=2.0.0",