@metabridge/plugin-base
Advanced tools
Comparing version
import { TypeSchema } from "@metabridge/schema"; | ||
export declare type Compile = (schema: TypeSchema) => Promise<string>; | ||
export declare type Plugin = { | ||
export type Compile = (schema: TypeSchema) => Promise<string>; | ||
export type Plugin = { | ||
compile: Compile; | ||
}; |
{ | ||
"name": "@metabridge/plugin-base", | ||
"version": "0.4.0", | ||
"version": "0.5.0", | ||
"main": "lib/index.js", | ||
@@ -9,3 +9,3 @@ "scripts": { | ||
"dependencies": { | ||
"@metabridge/schema": "^0.4.0" | ||
"@metabridge/schema": "^0.5.0" | ||
}, | ||
@@ -15,3 +15,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "f5fe38d282c41aecf03d6e5af4763593a205aeee" | ||
"gitHead": "61ef40f5687d71298e993c25fceabc880a06914b" | ||
} |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
809
-1.94%1
Infinity%+ Added
- Removed
Updated