epilot 0.1.9 → 0.1.17

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 +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -73,7 +73,7 @@ APIs
73
73
  consent Consent API
74
74
  customer-portal Portal API
75
75
  dashboard Dashboard API
76
- data-management Data Management API
76
+ data-governance Data Governance API
77
77
  deduplication Deduplication API
78
78
  design Design Builder API v2
79
79
  document Document API
@@ -330,7 +330,7 @@ Full documentation with sample calls and responses for all APIs:
330
330
  | Consent API | `epilot consent` | [docs](./docs/consent.md) |
331
331
  | Portal API | `epilot customer-portal` | [docs](./docs/customer-portal.md) |
332
332
  | Dashboard API | `epilot dashboard` | [docs](./docs/dashboard.md) |
333
- | Data Management API | `epilot data-management` | [docs](./docs/data-management.md) |
333
+ | Data Governance API | `epilot data-governance` | [docs](./docs/data-governance.md) |
334
334
  | Deduplication API | `epilot deduplication` | [docs](./docs/deduplication.md) |
335
335
  | Design Builder API v2 | `epilot design` | [docs](./docs/design.md) |
336
336
  | Document API | `epilot document` | [docs](./docs/document.md) |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "epilot",
3
- "version": "0.1.9",
3
+ "version": "0.1.17",
4
4
  "description": "CLI for epilot APIs (wrapper for @epilot/cli)",
5
5
  "bin": {
6
6
  "epilot": "./bin/epilot.js"
@@ -23,7 +23,7 @@
23
23
  "url": "https://github.com/epilot-dev/sdk-js/issues"
24
24
  },
25
25
  "dependencies": {
26
- "@epilot/cli": "*"
26
+ "@epilot/cli": "^0.1.17"
27
27
  },
28
28
  "engines": {
29
29
  "node": ">=18"