Compare commits

...

4 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
3 changed files with 13 additions and 5 deletions

4
package-lock.json generated
View File

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

View File

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

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: ''
}