Skip to content

Commit

Permalink
Improve code
Browse files Browse the repository at this point in the history
  • Loading branch information
franklupo committed Feb 15, 2024
1 parent c3bbbf0 commit 48f3995
Show file tree
Hide file tree
Showing 7 changed files with 1,080 additions and 1,384 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Proxmox VE Client API JavaScript

![GitHub release](https://img.shields.io/github/release/Corsinvest/cv4pve-api-javascript.svg) [![npm](https://img.shields.io/npm/dw/@corsinvest/cv4pve-api-javascript?logo=npm)](https://www.npmjs.com/package/@corsinvest/cv4pve-api-javascript)
![GitHub release](https://img.shields.io/github/release/Corsinvest/cv4pve-api-javascript.svg) [![npm](https://img.shields.io/npm/dt/@corsinvest/cv4pve-api-javascript?logo=npm)](https://www.npmjs.com/package/@corsinvest/cv4pve-api-javascript)

[Proxmox VE Api](https://pve.proxmox.com/pve-docs/api-viewer/)

Expand Down
10 changes: 0 additions & 10 deletions fix-typescript-types.sh

This file was deleted.

66 changes: 31 additions & 35 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
{
"name": "@corsinvest/cv4pve-api-javascript",
"version": "8.1.1",
"version": "8.1.2",
"description": "Proxmox VE Client API JavaScript",
"main": "./src/index.js",
"types": "./dist/src/index.d.ts",
"dependencies": {
"debug": "^4.3.3",
"ms": "^2.1.2"
},
"keywords": [
"Proxmox VE",
"Api",
Expand All @@ -16,7 +12,7 @@
"pve"
],
"scripts": {
"prepare": "npx tsc && sh ./fix-typescript-types.sh",
"prepare": "npx tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
Expand Down
3 changes: 3 additions & 0 deletions src/customTypings.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
type int = number;
type float = number;
type bool = boolean;
Loading

0 comments on commit 48f3995

Please sign in to comment.