@metweave/parser 0.1.1 → 0.1.2

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 (1) hide show
  1. package/package.json +6 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metweave/parser",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Tolerant METAR/SPECI parser to a JSON IR — unknown groups and missing values are never silent: warnings carry source spans, missing codes map to explicit states.",
5
5
  "keywords": [
6
6
  "aviation",
@@ -11,6 +11,10 @@
11
11
  "tolerant",
12
12
  "weather"
13
13
  ],
14
+ "homepage": "https://github.com/yaojaro/metweave#readme",
15
+ "bugs": {
16
+ "url": "https://github.com/yaojaro/metweave/issues"
17
+ },
14
18
  "license": "MIT",
15
19
  "author": "YaoJaro <yaojaro@metweave.com>",
16
20
  "repository": {
@@ -44,7 +48,7 @@
44
48
  "access": "public"
45
49
  },
46
50
  "dependencies": {
47
- "@metweave/core": "0.1.1"
51
+ "@metweave/core": "0.1.2"
48
52
  },
49
53
  "devDependencies": {
50
54
  "@types/node": "^22"