@dirathea/busical 0.1.3 → 0.1.6

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/dist/client/sw.js CHANGED
@@ -1,4 +1,4 @@
1
- const VERSION = 'v0.1.3';
1
+ const VERSION = 'v0.1.6';
2
2
 
3
3
  // Install event - skip waiting immediately (no caching)
4
4
  self.addEventListener('install', (event) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dirathea/busical",
3
- "version": "0.1.3",
3
+ "version": "0.1.6",
4
4
  "type": "module",
5
5
  "description": "Sync calendar events to your work calendar - with privacy",
6
6
  "license": "MIT",
@@ -29,7 +29,8 @@
29
29
  ],
30
30
  "publishConfig": {
31
31
  "registry": "https://registry.npmjs.org",
32
- "access": "public"
32
+ "access": "public",
33
+ "provenance": true
33
34
  },
34
35
  "scripts": {
35
36
  "dev": "vite",