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",