🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@absolutejs/manifest

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@absolutejs/manifest - npm Package Compare versions

Comparing version
0.6.2
to
0.6.3
+2
-2
package.json
{
"name": "@absolutejs/manifest",
"version": "0.6.2",
"version": "0.6.3",
"description": "The AbsoluteJS package manifest contract. Every @absolutejs/* package exports a typed manifest (settings schema, env requirements, adapter slots, wiring recipes, AI tools) from its ./manifest subpath; this package is the contract those manifests are written against, plus bridges that turn any manifest into an AI tool map or a remote MCP tool registry.",

@@ -27,3 +27,3 @@ "repository": {

"bin": {
"absolute-manifest": "./dist/cli.js"
"absolute-manifest": "dist/cli.js"
},

@@ -30,0 +30,0 @@ "publishConfig": {