NMV 0.8.0 - Big refactor and linting fixes
This commit is contained in:
19
package.json
19
package.json
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@caspertech/node-metaverse",
|
||||
"version": "0.7.50",
|
||||
"version": "0.8.0",
|
||||
"description": "A node.js interface for Second Life.",
|
||||
"main": "dist/lib/index.js",
|
||||
"types": "dist/lib/index.d.ts",
|
||||
@@ -23,16 +23,16 @@
|
||||
"url": "git+https://github.com/CasperTech/node-metaverse.git"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-eslint/eslint-plugin": "^12.7.0",
|
||||
"@eslint/eslintrc": "^3.2.0",
|
||||
"@types/micromatch": "^4.0.4",
|
||||
"@types/node": "^22.4.0",
|
||||
"@types/tiny-async-pool": "^2.0.2",
|
||||
"@types/uuid": "^8.3.4",
|
||||
"@types/validator": "^13.12.2",
|
||||
"@types/xml2js": "^0.4.14",
|
||||
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
||||
"@typescript-eslint/eslint-plugin-tslint": "^4.33.0",
|
||||
"@typescript-eslint/parser": "^4.33.0",
|
||||
"eslint": "^7.32.0",
|
||||
"@typescript-eslint/eslint-plugin": "^8.15.0",
|
||||
"@typescript-eslint/parser": "^8.15.0",
|
||||
"eslint": "^9.15.0",
|
||||
"mocha": "^9.2.2",
|
||||
"source-map-support": "^0.5.21",
|
||||
"ts-node": "^10.9.1",
|
||||
@@ -43,15 +43,15 @@
|
||||
"@caspertech/llsd": "^1.0.5",
|
||||
"@types/long": "^4.0.2",
|
||||
"@types/mocha": "^9.1.1",
|
||||
"@types/validator": "^13.11.5",
|
||||
"@types/xml": "^1.0.10",
|
||||
"@types/xmlrpc": "^1.3.9",
|
||||
"chalk": "^4.1.2",
|
||||
"fast-xml-parser": "^4.5.0",
|
||||
"flatted": "^3.2.9",
|
||||
"fs-extra": "^10.1.0",
|
||||
"glob": "^7.2.3",
|
||||
"got": "^11.8.6",
|
||||
"ipaddr.js": "^2.1.0",
|
||||
"ipaddr.js": "^2.2.0",
|
||||
"logform": "^2.6.0",
|
||||
"long": "^4.0.0",
|
||||
"micromatch": "^4.0.5",
|
||||
@@ -61,7 +61,8 @@
|
||||
"rxjs": "^7.8.1",
|
||||
"tiny-async-pool": "^2.1.0",
|
||||
"uuid": "^8.3.2",
|
||||
"validator": "^13.11.0",
|
||||
"validator": "^13.12.0",
|
||||
"vitest": "^2.1.6",
|
||||
"winston": "^3.11.0",
|
||||
"xml": "^1.0.1",
|
||||
"xml2js": "^0.5.0",
|
||||
|
||||
Reference in New Issue
Block a user