@kubev2v/types
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "@kubev2v/types", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Typescript interfaces and types for forklift", | ||
"license": "Apache-2.0", | ||
"private": false, | ||
"repository": { | ||
@@ -12,11 +13,11 @@ "type": "git", | ||
"files": [ | ||
"dist/index.js", | ||
"dist/index.d.ts" | ||
"./dist/*" | ||
], | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"scripts": { | ||
"clean": "rm -rf ./dist && rm -rf ./coverage", | ||
"clean:all": "npm run clean && rm -rf ./node_modules", | ||
"build": "rm -rf dist && npx rollup -c --bundleConfigAsCjs", | ||
"clean": "rm -rf ./dist ./coverage tsconfig.tsbuildinfo", | ||
"clean:all": "npm run clean -- ./node_modules ./.rollup.cache", | ||
"build": "rollup -c --bundleConfigAsCjs", | ||
"start": "rollup -c --bundleConfigAsCjs --watch", | ||
"lint": "eslint .", | ||
@@ -23,0 +24,0 @@ "lint:fix": "eslint . --fix" |
# @kubev2v/types | ||
Auto generated typescript models and constants for Forklift constroller. | ||
Manual and auto generated typescript models and constants for Forklift controller. | ||
| Subdirectory | Auto generated | Description | Contents | | ||
|---------------------------|----------------|-------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | ||
| [constants](./src/constants) | Auto | Contains auto-generated Openshift Web Console model constants. | Auto-generated models, that can be manually adjusted. | | ||
| [models](./src/models) | Auto | Contains auto-generated types for Kubernetes (k8s) models used in the project. | Kubernetes (k8s) models used in the project, auto-generated from API definitions or other sources. | | ||
| [types](./src/types) | Manual | Contains manually created helper types and non-Kubernetes types used by the inventory API. | - Helper types: Manually created types that assist in various tasks within the project.<br>- Non-Kubernetes types: Types that are used by the inventory API. | | ||
## Auto generating new version | ||
@@ -41,3 +47,3 @@ | ||
The model constant is auto generated with `abbr` that defaults to first two letters of the kind, and undefined `color`. | ||
It is sometimes advisable to manual change the defualts. | ||
It is sometimes advisable to manual change the defaults. | ||
@@ -56,3 +62,3 @@ for example: | ||
``` | ||
can be amually edited to: | ||
can be manually edited to: | ||
@@ -59,0 +65,0 @@ ``` ts |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
84
4688
2
0
2