🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@dojoengine/core

Package Overview
Dependencies
Maintainers
1
Versions
190
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dojoengine/core - npm Package Compare versions

Comparing version

to
1.4.2

7

CHANGELOG.md
# Change Log
## 1.4.2
### Patch Changes
- ed933bc: feat: export intoEntityKeysClause
- 84585bc: fix: remove torii-client from core
## 1.4.1

@@ -4,0 +11,0 @@

10

package.json
{
"name": "@dojoengine/core",
"version": "1.4.1",
"version": "1.4.2",
"description": "dojo: Core package for interacting with dojo worlds. Execution client and other helpful functions",

@@ -20,4 +20,3 @@ "author": "dojo",

"typescript": "^5.6.2",
"vitest": "^1.6.0",
"@dojoengine/torii-client": "1.4.1"
"vitest": "^1.6.0"
},

@@ -29,7 +28,4 @@ "dependencies": {

},
"bin": {
"create-components": "./dist/bin/generateComponents.cjs"
},
"scripts": {
"build:deps": "tsup && cp -R bin dist/",
"build:deps": "tsup",
"build": "pnpm build:deps",

@@ -36,0 +32,0 @@ "format:check": "prettier --check .",