@xylabs/creatable
Advanced tools
+14
-13
| { | ||
| "name": "@xylabs/creatable", | ||
| "version": "5.1.1", | ||
| "version": "5.1.2", | ||
| "description": "Base functionality used throughout XY Labs TypeScript/JavaScript libraries", | ||
@@ -37,14 +37,15 @@ "homepage": "https://xyo.network", | ||
| "dependencies": { | ||
| "@xylabs/base": "~5.1.1", | ||
| "@xylabs/assert": "~5.1.1", | ||
| "@xylabs/events": "~5.1.1", | ||
| "@xylabs/logger": "~5.1.1", | ||
| "@xylabs/promise": "~5.1.1", | ||
| "@xylabs/telemetry": "~5.1.1", | ||
| "@xylabs/typeof": "~5.1.1" | ||
| "@xylabs/base": "~5.1.2", | ||
| "@xylabs/assert": "~5.1.2", | ||
| "@xylabs/events": "~5.1.2", | ||
| "@xylabs/promise": "~5.1.2", | ||
| "@xylabs/logger": "~5.1.2", | ||
| "@xylabs/typeof": "~5.1.2", | ||
| "@xylabs/telemetry": "~5.1.2" | ||
| }, | ||
| "devDependencies": { | ||
| "@opentelemetry/api": "^1.9.1", | ||
| "@xylabs/toolchain": "~7.13.2", | ||
| "@xylabs/tsconfig": "~7.13.2", | ||
| "@types/node": "^25.6.0", | ||
| "@xylabs/toolchain": "~7.13.15", | ||
| "@xylabs/tsconfig": "~7.13.15", | ||
| "async-mutex": "~0.5.0", | ||
@@ -59,5 +60,5 @@ "eslint": "^10.3.0", | ||
| "peerDependencies": { | ||
| "@opentelemetry/api": ">=1.9.1 <2", | ||
| "async-mutex": ">=0.5.0 <0.6", | ||
| "zod": ">=4.4.3 <5" | ||
| "@opentelemetry/api": "^1.9", | ||
| "async-mutex": "~0.5", | ||
| "zod": "^4.4" | ||
| }, | ||
@@ -64,0 +65,0 @@ "engines": { |
170013
0.01%11
10%Updated
Updated
Updated
Updated
Updated
Updated
Updated