Modified XMLRPC library to deal with LL's shenanigans

This commit is contained in:
Casper Warden
2021-12-07 17:41:22 +00:00
parent af911d5923
commit 5d2cb86f42
2 changed files with 7 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@caspertech/node-metaverse",
"version": "0.5.26",
"version": "0.5.27",
"description": "A node.js interface for Second Life.",
"main": "dist/lib/index.js",
"types": "dist/lib/index.d.ts",
@@ -67,6 +67,6 @@
"xml": "^1.0.1",
"xml2js": "^0.4.23",
"xmlbuilder": "^15.1.1",
"xmlrpc": "^1.3.2"
"xmlrpc": "github:CasperTech/node-xmlrpc"
}
}