diff --git a/package-lock.json b/package-lock.json index 76a6428..9aad974 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@alekswilc/ray", - "version": "1.1.2", + "version": "1.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@alekswilc/ray", - "version": "1.1.2", + "version": "1.1.3", "license": "ISC", "dependencies": { "@permafrost-dev/pretty-format": "^1.1.5", diff --git a/package.json b/package.json index a14766b..5c149d2 100644 --- a/package.json +++ b/package.json @@ -13,13 +13,12 @@ "typescript": "^5.4.5" }, "name": "@alekswilc/ray", - "version": "1.1.3", + "version": "1.0.0", "main": "./build/aleksray.cjs", "module": "./build/aleksray.mjs", "typings": "./build/aleksray.d.ts", "scripts": { - "build": "node ./scripts/build", - "prepublish": "npx tsc" + "build": "node ./scripts/build" }, "keywords": [], "author": "alekswilc", diff --git a/readme.md b/readme.md index cc16f6b..d812f41 100644 --- a/readme.md +++ b/readme.md @@ -9,6 +9,14 @@ Lightweight & fast [ray](https://myray.app/) integration library written in type ![](assets/image.png) +## Install + +``` +npm config set @alekswilc:registry=https://git.alekswilc.dev/api/packages/alekswilc/npm/ +npm i @alekswilc/ray +``` + + ### Performance - 3 requests took avg 28ms. - avg 2Mb memory usage on request @@ -17,6 +25,7 @@ Lightweight & fast [ray](https://myray.app/) integration library written in type - `ALEKSRAY_URI` (default: http://localhost:23517/) - `ALEKSRAY_DISABLED` (default: null) + ### Methods ```ts /* COLORS */