Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
a447fd1401 | |||
e1fbbe3ab3 | |||
0c55178b9f | |||
a837ed106e |
4
package-lock.json
generated
4
package-lock.json
generated
@ -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",
|
||||
|
@ -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
8
ts/00_commitinfo_data.ts
Normal file
@ -0,0 +1,8 @@
|
||||
/**
|
||||
* autocreated commitinfo by @pushrocks/commitinfo
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@tempfix/hetzner-openapi',
|
||||
version: '1.0.5',
|
||||
description: ''
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user