Compare commits

...

8 Commits

Author SHA1 Message Date
a447fd1401 1.0.5 2024-05-16 19:08:52 +02:00
e1fbbe3ab3 fix(core): update 2024-05-16 19:08:52 +02:00
0c55178b9f 1.0.4 2024-01-29 18:20:25 +01:00
a837ed106e update 2024-01-29 18:20:24 +01:00
151f66f446 1.0.3 2024-01-29 18:19:01 +01:00
1d19f57cd5 update 2024-01-29 18:19:01 +01:00
2b8c183bec 1.0.2 2024-01-29 18:17:14 +01:00
cf05aee02e update 2024-01-29 18:17:09 +01:00
3 changed files with 26 additions and 5 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.5",
"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.5",
"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.5",
"description": "", "description": "",
"main": "dist_ts/index.js", "main": "dist_ts/api.js",
"typings": "dist_ts/api.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"
}, },
@ -13,5 +14,17 @@
"@types/node": "^20.11.10", "@types/node": "^20.11.10",
"openapi-typescript": "^6.7.4", "openapi-typescript": "^6.7.4",
"typescript": "^5.3.3" "typescript": "^5.3.3"
} },
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
]
} }

8
ts/00_commitinfo_data.ts Normal file
View File

@ -0,0 +1,8 @@
/**
* autocreated commitinfo by @pushrocks/commitinfo
*/
export const commitinfo = {
name: '@tempfix/hetzner-openapi',
version: '1.0.5',
description: ''
}