Bump to 0.5.50

This commit is contained in:
Casper Warden
2022-11-04 10:39:10 +00:00
parent 050841b8f9
commit c8796d7a90
2 changed files with 4 additions and 2 deletions

View File

@@ -3,5 +3,7 @@
"lastName": "Resident",
"password": "YourPassword",
"start": "last", //first, last, or login uri like uri:<existing region name>&<x>&<y>&<z>
"url": "https://login.agni.lindenlab.com/cgi-bin/login.cgi"
"url": "https://login.agni.lindenlab.com/cgi-bin/login.cgi",
"agreeToTOS": true,
"read_critical": true
}

View File

@@ -1,6 +1,6 @@
{
"name": "@caspertech/node-metaverse",
"version": "0.5.40",
"version": "0.5.50",
"description": "A node.js interface for Second Life.",
"main": "dist/lib/index.js",
"types": "dist/lib/index.d.ts",