@layerzerolabs/dependency-graph
Advanced tools
+10
-10
@@ -13,15 +13,15 @@ | ||
| [34mESM[39m Build start | ||
| [32mESM[39m [1mdist/RL6YOPZH.js [22m[32m472.00 B[39m | ||
| [32mESM[39m [1mdist/dependencyNode.js [22m[32m133.00 B[39m | ||
| [32mESM[39m [1mdist/index.js [22m[32m115.00 B[39m | ||
| [32mESM[39m [1mdist/RL6YOPZH.js.map [22m[32m1.47 KB[39m | ||
| [32mESM[39m [1mdist/dependencyNode.js.map [22m[32m78.00 B[39m | ||
| [32mESM[39m [1mdist/index.js.map [22m[32m69.00 B[39m | ||
| [32mESM[39m ⚡️ Build success in 112ms | ||
| [32mCJS[39m [1mdist/index.cjs [22m[32m267.00 B[39m | ||
| [32mCJS[39m [1mdist/dependencyNode.cjs [22m[32m285.00 B[39m | ||
| [32mCJS[39m [1mdist/QHT3NC3M.cjs [22m[32m503.00 B[39m | ||
| [32mCJS[39m [1mdist/index.cjs.map [22m[32m70.00 B[39m | ||
| [32mCJS[39m [1mdist/index.cjs [22m[32m267.00 B[39m | ||
| [32mCJS[39m [1mdist/dependencyNode.cjs.map [22m[32m79.00 B[39m | ||
| [32mCJS[39m [1mdist/QHT3NC3M.cjs.map [22m[32m1.48 KB[39m | ||
| [32mCJS[39m ⚡️ Build success in 112ms | ||
| [32mCJS[39m [1mdist/index.cjs.map [22m[32m70.00 B[39m | ||
| [32mCJS[39m ⚡️ Build success in 102ms | ||
| [32mESM[39m [1mdist/index.js [22m[32m115.00 B[39m | ||
| [32mESM[39m [1mdist/dependencyNode.js [22m[32m133.00 B[39m | ||
| [32mESM[39m [1mdist/RL6YOPZH.js [22m[32m472.00 B[39m | ||
| [32mESM[39m [1mdist/index.js.map [22m[32m69.00 B[39m | ||
| [32mESM[39m [1mdist/dependencyNode.js.map [22m[32m78.00 B[39m | ||
| [32mESM[39m [1mdist/RL6YOPZH.js.map [22m[32m1.47 KB[39m | ||
| [32mESM[39m ⚡️ Build success in 102ms |
+19
-19
| { | ||
| "name": "@layerzerolabs/dependency-graph", | ||
| "version": "0.0.6", | ||
| "version": "0.0.8", | ||
| "private": false, | ||
| "license": "MIT", | ||
| "type": "module", | ||
| "exports": { | ||
| "types": "./dist/index.d.ts", | ||
| "require": "./dist/index.cjs", | ||
| "import": "./dist/index.js", | ||
| "default": "./dist/index.cjs" | ||
| }, | ||
| "main": "./dist/index.cjs", | ||
| "module": "./dist/index.js", | ||
| "types": "./dist/index.d.ts", | ||
| "devDependencies": { | ||
| "tsup": "^8.4.0", | ||
| "@layerzerolabs/tsup-configuration": "0.0.8", | ||
| "@layerzerolabs/typescript-configuration": "0.0.8", | ||
| "@layerzerolabs/typescript-utils": "0.0.8" | ||
| }, | ||
| "publishConfig": { | ||
@@ -11,24 +26,9 @@ "access": "restricted", | ||
| }, | ||
| "devDependencies": { | ||
| "tsup": "^8.4.0", | ||
| "@layerzerolabs/typescript-configuration": "0.0.6", | ||
| "@layerzerolabs/typescript-utils": "0.0.6", | ||
| "@layerzerolabs/tsup-configuration": "0.0.6" | ||
| }, | ||
| "module": "./dist/index.js", | ||
| "exports": { | ||
| "types": "./dist/index.d.ts", | ||
| "require": "./dist/index.cjs", | ||
| "import": "./dist/index.js", | ||
| "default": "./dist/index.cjs" | ||
| }, | ||
| "type": "module", | ||
| "private": false, | ||
| "scripts": { | ||
| "build": "tsup", | ||
| "clean": "rm -rf ./node_modules .turbo ./dist", | ||
| "build": "tsup", | ||
| "dev": "tsup --watch", | ||
| "lint": "eslint . --max-warnings 0", | ||
| "lint:fix": "eslint . --fix --max-warnings 0", | ||
| "dev": "tsup --watch" | ||
| "lint:fix": "eslint . --fix --max-warnings 0" | ||
| } | ||
| } |