Compare commits

..

No commits in common. "master" and "v1.0.3" have entirely different histories.

3 changed files with 5 additions and 13 deletions

4
package-lock.json generated
View File

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

View File

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

View File

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