From c8796d7a9093ea1cf152da0cb3ab37e93f03ce30 Mon Sep 17 00:00:00 2001 From: Casper Warden <216465704+casperwardensl@users.noreply.github.com> Date: Fri, 4 Nov 2022 10:39:10 +0000 Subject: [PATCH] Bump to 0.5.50 --- examples/loginParameters.example.json | 4 +++- package.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/examples/loginParameters.example.json b/examples/loginParameters.example.json index 236c2bc..d1f7af3 100644 --- a/examples/loginParameters.example.json +++ b/examples/loginParameters.example.json @@ -3,5 +3,7 @@ "lastName": "Resident", "password": "YourPassword", "start": "last", //first, last, or login uri like uri:&&& - "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 } diff --git a/package.json b/package.json index 0273f65..ef95aed 100644 --- a/package.json +++ b/package.json @@ -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",