ts-openapi-codegen 1.0.0-beta.0 → 1.0.0-beta.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.
- package/package.json +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ts-openapi-codegen",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.1",
|
|
4
4
|
"description": "Library that generates Typescript clients based on the OpenAPI specification. It bases on openapi-typescript-codegen",
|
|
5
5
|
"author": "Alexey Zverev",
|
|
6
6
|
"homepage": "https://github.com/ozonophore/openapi-codegen.git",
|
|
@@ -51,6 +51,7 @@
|
|
|
51
51
|
"release": "npm run build:hbs && npm run build",
|
|
52
52
|
"run": "node ./test/index.js",
|
|
53
53
|
"test:unit": "node --import tsx --test-name-pattern \"@unit\" --test \"**/*.test.ts\"",
|
|
54
|
+
"test:update": "UPDATE_SNAPSHOTS=true npm run test:unit",
|
|
54
55
|
"test:coverage": "node --experimental-test-coverage --import tsx --test-name-pattern \"@unit\" --test \"**/*.test.ts\"",
|
|
55
56
|
"eslint": "eslint \"./src/**/*.ts\" \"./types/index.d.ts\"",
|
|
56
57
|
"eslint:fix": "eslint \"./src/**/*.ts\" \"./types/index.d.ts\" --fix",
|