@xmcl/client
Advanced tools
Comparing version 2.0.6 to 2.1.0
{ | ||
"name": "@xmcl/client", | ||
"version": "2.0.6", | ||
"main": "./index.cjs.js", | ||
"module": "./index.js", | ||
"version": "2.1.0", | ||
"main": "./index.ts", | ||
"description": "Minecraft socket client pipeline, containing server status query by default", | ||
@@ -11,3 +10,5 @@ "engines": { | ||
"publishConfig": { | ||
"access": "public" | ||
"access": "public", | ||
"main": "./dist/index.js", | ||
"module": "./dist/index.esm.js" | ||
}, | ||
@@ -19,8 +20,4 @@ "dependencies": { | ||
"long": "~3", | ||
"uuid": "^7.0.2" | ||
"uuid": "^8.3.2" | ||
}, | ||
"scripts": { | ||
"compile": "tsc --build tsconfig.json", | ||
"build": "npm run compile" | ||
}, | ||
"repository": { | ||
@@ -43,3 +40,6 @@ "type": "git", | ||
"homepage": "https://github.com/Voxelum/minecraft-launcher-core-node#readme", | ||
"gitHead": "8ae24cbb3ba55cb740febc91619287aaedb5f227" | ||
"devDependencies": { | ||
"@types/bytebuffer": "^5.0.42", | ||
"@types/uuid": "^8.3.1" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
209246
18
1907
2
5
+ Addeduuid@8.3.2(transitive)
- Removeduuid@7.0.3(transitive)
Updateduuid@^8.3.2