@bodhiapp/ts-client 0.1.0 → 0.1.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.
- package/package.json +3 -3
- package/dist/package.json +0 -21
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bodhiapp/ts-client",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "TypeScript client for Bodhi API",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"generate": "npm run generate:openapi && npm run generate:types",
|
|
13
13
|
"generate:openapi": "cd .. && cargo run --package xtask openapi",
|
|
14
14
|
"generate:types": "openapi-typescript ../openapi.json --output src/types/api.d.ts --export-type components",
|
|
15
|
-
"
|
|
15
|
+
"compile": "tsc",
|
|
16
16
|
"prepublishOnly": "npm run test",
|
|
17
17
|
"test": "vitest run"
|
|
18
18
|
},
|
|
@@ -32,4 +32,4 @@
|
|
|
32
32
|
"publishConfig": {
|
|
33
33
|
"access": "public"
|
|
34
34
|
}
|
|
35
|
-
}
|
|
35
|
+
}
|
package/dist/package.json
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@bodhiapp/ts-client",
|
|
3
|
-
"version": "0.1.0-dev",
|
|
4
|
-
"description": "TypeScript client for Bodhi API",
|
|
5
|
-
"main": "dist/index.js",
|
|
6
|
-
"types": "dist/index.d.ts",
|
|
7
|
-
"files": [
|
|
8
|
-
"dist"
|
|
9
|
-
],
|
|
10
|
-
"keywords": [
|
|
11
|
-
"bodhi",
|
|
12
|
-
"api",
|
|
13
|
-
"client",
|
|
14
|
-
"typescript"
|
|
15
|
-
],
|
|
16
|
-
"author": "Bodhi Team",
|
|
17
|
-
"license": "Apache-2.0",
|
|
18
|
-
"publishConfig": {
|
|
19
|
-
"access": "public"
|
|
20
|
-
}
|
|
21
|
-
}
|