Compare commits

..

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

3 changed files with 6 additions and 26 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@tempfix/hetzner-openapi",
"version": "1.0.5",
"version": "1.0.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@tempfix/hetzner-openapi",
"version": "1.0.5",
"version": "1.0.2",
"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.2",
"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"
},
@ -14,17 +14,5 @@
"@types/node": "^20.11.10",
"openapi-typescript": "^6.7.4",
"typescript": "^5.3.3"
},
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
]
}
}

View File

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