@stackwright-pro/cli-data-explorer 0.1.0 → 1.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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stackwright-pro/cli-data-explorer",
3
- "version": "0.1.0",
3
+ "version": "1.0.0",
4
4
  "description": "Data Explorer CLI - Explore API entities and generate endpoint filters",
5
5
  "license": "PROPRIETARY",
6
6
  "main": "./dist/index.js",
@@ -22,7 +22,7 @@
22
22
  "js-yaml": "^4.1.0"
23
23
  },
24
24
  "peerDependencies": {
25
- "@stackwright-pro/openapi": "0.1.0"
25
+ "@stackwright-pro/openapi": "0.2.0"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@types/js-yaml": "^4.0.9",
@@ -30,7 +30,7 @@
30
30
  "tsup": "^8.5.0",
31
31
  "typescript": "^5.8.3",
32
32
  "vitest": "^4.0.18",
33
- "@stackwright-pro/openapi": "0.1.0"
33
+ "@stackwright-pro/openapi": "0.2.0"
34
34
  },
35
35
  "scripts": {
36
36
  "build": "tsup src/index.ts --format cjs,esm --dts --clean",