change package registry
This commit is contained in:
parent
11c34ac72c
commit
3bcce387c6
4
package-lock.json
generated
4
package-lock.json
generated
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -9,6 +9,14 @@ Lightweight & fast [ray](https://myray.app/) integration library written in type
|
||||
|
||||

|
||||
|
||||
## 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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user