@migration-planner-ui/agent-client 0.0.32 → 0.0.34

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 -1
package/package.json CHANGED
@@ -1,8 +1,9 @@
1
1
  {
2
2
  "name": "@migration-planner-ui/agent-client",
3
- "version": "0.0.32",
3
+ "version": "0.0.34",
4
4
  "description": "A client for the Migration Planner Agent API",
5
5
  "author": "Jonathan Kilzi <jkilzi@redhat.com>",
6
+ "license": "Apache-2.0",
6
7
  "repository": {
7
8
  "type": "git",
8
9
  "url": "https://github.com/jkilzi/migration-planner-ui.git",
@@ -50,6 +51,7 @@
50
51
  "build": "yarn run -T tsc -b",
51
52
  "bundle": "yarn build && yarn pack --out ../../out/%s-%v.tgz",
52
53
  "clean": "rm -rf node_modules dist .tmp",
54
+ "update": "rm -rf src docs && openapi-generator-cli generate -c ../../openapitools.json --generator-key agent-client",
53
55
  "check": "echo 'Skipping check: this package contains mostly generated code'",
54
56
  "check:fix": "echo 'Skipping check:fix: this package contains mostly generated code'",
55
57
  "format": "echo 'Skipping format: this package contains mostly generated code'"