@oriva/cli 0.1.0 → 0.1.1

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/openapi-snapshot.json +3893 -1
  2. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oriva/cli",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Spec-driven CLI for the Oriva public API. Every endpoint is a subcommand — no Node code required to call the API.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -27,7 +27,7 @@
27
27
  "prepublishOnly": "npm run build && npm test"
28
28
  },
29
29
  "peerDependencies": {
30
- "@oriva/sdk": "0.1.x"
30
+ "@oriva/sdk": "0.1.x || 0.2.x"
31
31
  },
32
32
  "peerDependenciesMeta": {
33
33
  "@oriva/sdk": {