@yz-social/civildefense.io 4.5.5 → 4.5.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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@yz-social/civildefense.io",
3
3
  "description": "Browser app to safely share live sightings on a map.",
4
- "version": "4.5.5",
4
+ "version": "4.5.6",
5
5
  "keywords": [
6
6
  "map",
7
7
  "browser",
@@ -1,4 +1,4 @@
1
- import pkg from '../package.json' with {type: 'json'};
1
+ import pkg from '../../package.json' with {type: 'json'};
2
2
  export const appVersion = pkg.version; // Overall semver of app. Used in display, and for comparison by service worker.
3
3
  export const dataVersion = globalThis.process?.env.EVENT_VERSION || appVersion.split('.')[0]; // Compatability differentiator used below.
4
4