@multisystemsuite/timezone-engine-world-data 3.0.1 → 5.0.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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +12 -2
package/README.md CHANGED
@@ -60,6 +60,10 @@ import { LOCALE_METADATA } from "@multisystemsuite/timezone-engine-world-data/lo
60
60
  - `@multisystemsuite/timezone-engine-core` — uses this data for formatting
61
61
  - `@multisystemsuite/timezone-engine-shared-types` — `TimezoneInfo`, `LocaleMetadata` types
62
62
 
63
+ ## Keywords
64
+
65
+ `timezone`, `iana`, `world-data`, `locale`, `countries`, `cities`, `offline`, `metadata`
66
+
63
67
  ## License
64
68
 
65
69
  MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@multisystemsuite/timezone-engine-world-data",
3
- "version": "3.0.1",
3
+ "version": "5.0.0",
4
4
  "description": "Offline-first timezone metadata registry for @multisystemsuite/timezone-engine",
5
5
  "license": "MIT",
6
6
  "author": "MultiSystemSuite",
@@ -64,7 +64,7 @@
64
64
  "README.md"
65
65
  ],
66
66
  "dependencies": {
67
- "@multisystemsuite/timezone-engine-shared-types": "3.0.1"
67
+ "@multisystemsuite/timezone-engine-shared-types": "5.0.0"
68
68
  },
69
69
  "devDependencies": {
70
70
  "rimraf": "^6.0.1",
@@ -72,6 +72,16 @@
72
72
  "typescript": "^5.7.2",
73
73
  "vitest": "^2.1.8"
74
74
  },
75
+ "keywords": [
76
+ "timezone",
77
+ "iana",
78
+ "world-data",
79
+ "locale",
80
+ "countries",
81
+ "cities",
82
+ "offline",
83
+ "metadata"
84
+ ],
75
85
  "scripts": {
76
86
  "build": "tsup",
77
87
  "dev": "tsup --watch",