@starfetch-js/cli 0.2.1 → 0.2.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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@starfetch-js/cli",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "CLI for querying Gaia, SIMBAD, VizieR, and other public astronomy TAP services with reproducible ADQL.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -49,8 +49,8 @@
49
49
  "test": "vitest run"
50
50
  },
51
51
  "dependencies": {
52
- "@starfetch-js/core": "0.2.1",
53
- "@starfetch-js/skill": "0.2.1",
52
+ "@starfetch-js/core": "0.2.2",
53
+ "@starfetch-js/skill": "0.2.2",
54
54
  "commander": "15.0.0"
55
55
  },
56
56
  "devDependencies": {
@@ -62,5 +62,5 @@
62
62
  "publishConfig": {
63
63
  "access": "public"
64
64
  },
65
- "gitHead": "5edb8bd748ade8549c9336576ca2da3ce60654dc"
65
+ "gitHead": "7ddba23a99ba569b9a4088daacf9c6e4ee38a48a"
66
66
  }