2 Commits

Author SHA1 Message Date
2b8c183bec 1.0.2 2024-01-29 18:17:14 +01:00
cf05aee02e update 2024-01-29 18:17:09 +01:00
2 changed files with 4 additions and 3 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "@tempfix/hetzner-openapi", "name": "@tempfix/hetzner-openapi",
"version": "1.0.1", "version": "1.0.2",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@tempfix/hetzner-openapi", "name": "@tempfix/hetzner-openapi",
"version": "1.0.1", "version": "1.0.2",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@types/node": "^20.11.10", "@types/node": "^20.11.10",

View File

@@ -1,8 +1,9 @@
{ {
"name": "@tempfix/hetzner-openapi", "name": "@tempfix/hetzner-openapi",
"version": "1.0.1", "version": "1.0.2",
"description": "", "description": "",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"scripts": { "scripts": {
"create": "openapi-typescript https://docs.hetzner.cloud/spec.json --output ts/api.ts && tsc" "create": "openapi-typescript https://docs.hetzner.cloud/spec.json --output ts/api.ts && tsc"
}, },