Compare commits

...

2 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
3 changed files with 11 additions and 3 deletions

4
package-lock.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@tempfix/hetzner-openapi",
"version": "1.0.4",
"version": "1.0.5",
"description": "",
"main": "dist_ts/api.js",
"typings": "dist_ts/api.d.ts",

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