@frontmcp/utils
Advanced tools
+8
-2
| { | ||
| "name": "@frontmcp/utils", | ||
| "version": "1.5.0-rc.1", | ||
| "version": "1.5.0", | ||
| "description": "Shared utility functions for FrontMCP - string manipulation, URI handling, path utilities, and more", | ||
@@ -35,3 +35,3 @@ "author": "AgentFront <info@agentfront.dev>", | ||
| "peerDependencies": { | ||
| "@frontmcp/lazy-zod": "1.5.0-rc.1", | ||
| "@frontmcp/lazy-zod": "1.5.0", | ||
| "@vercel/kv": "^2.0.0 || ^3.0.0", | ||
@@ -50,2 +50,3 @@ "ioredis": "^5.0.0" | ||
| "#crypto-provider": { | ||
| "worker": "./crypto/node.js", | ||
| "browser": "./crypto/browser.js", | ||
@@ -55,2 +56,3 @@ "default": "./crypto/node.js" | ||
| "#async-context": { | ||
| "worker": "./async-context/node-async-context.js", | ||
| "browser": "./async-context/browser-async-context.js", | ||
@@ -60,2 +62,3 @@ "default": "./async-context/node-async-context.js" | ||
| "#event-emitter": { | ||
| "worker": "./event-emitter/node-event-emitter.js", | ||
| "browser": "./event-emitter/browser-event-emitter.js", | ||
@@ -65,2 +68,3 @@ "default": "./event-emitter/node-event-emitter.js" | ||
| "#env": { | ||
| "worker": "./env/node-env.js", | ||
| "browser": "./env/browser-env.js", | ||
@@ -70,2 +74,3 @@ "default": "./env/node-env.js" | ||
| "#runtime-context": { | ||
| "worker": "./env/runtime-context.js", | ||
| "browser": "./env/browser-runtime-context.js", | ||
@@ -75,2 +80,3 @@ "default": "./env/runtime-context.js" | ||
| "#path": { | ||
| "worker": "./path/node-path.js", | ||
| "browser": "./path/browser-path.js", | ||
@@ -77,0 +83,0 @@ "default": "./path/node-path.js" |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
638286
0.04%0
-100%