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", "name": "@tempfix/hetzner-openapi",
"version": "1.0.5", "version": "1.0.3",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@tempfix/hetzner-openapi", "name": "@tempfix/hetzner-openapi",
"version": "1.0.5", "version": "1.0.3",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@types/node": "^20.11.10", "@types/node": "^20.11.10",

View File

@ -1,9 +1,9 @@
{ {
"name": "@tempfix/hetzner-openapi", "name": "@tempfix/hetzner-openapi",
"version": "1.0.5", "version": "1.0.3",
"description": "", "description": "",
"main": "dist_ts/api.js", "main": "dist_ts/index.js",
"typings": "dist_ts/api.d.ts", "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"
}, },

View File

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