@becomposable/common
Advanced tools
Comparing version 0.32.0 to 0.33.0
@@ -64,2 +64,6 @@ import { JSONSchema4 } from "json-schema"; | ||
} | ||
export interface PromptTemplateForkPayload { | ||
keepTags?: boolean; | ||
targetProject?: string; | ||
} | ||
export interface PromptTemplateCreatePayload extends Omit<PromptTemplate, "id" | "created_at" | "updated_at" | "created_by" | "updated_by" | "project" | "status" | "version"> { | ||
@@ -66,0 +70,0 @@ } |
{ | ||
"name": "@becomposable/common", | ||
"version": "0.32.0", | ||
"version": "0.33.0", | ||
"type": "module", | ||
@@ -30,7 +30,7 @@ "types": "./lib/types/index.d.ts", | ||
"scripts": { | ||
"preinstall": "npx only-allow pnpm", | ||
"preinstall": "pnpm exec only-allow pnpm", | ||
"test": "vitest run", | ||
"build": "npx tsmod build", | ||
"build": "pnpm exec tsmod build", | ||
"clean": "rimraf ./node_modules ./lib ./tsconfig.tsbuildinfo" | ||
} | ||
} |
@@ -82,2 +82,7 @@ import { JSONSchema4 } from "json-schema"; | ||
export interface PromptTemplateForkPayload { | ||
keepTags?: boolean; | ||
targetProject?: string; | ||
} | ||
export interface PromptTemplateCreatePayload | ||
@@ -84,0 +89,0 @@ extends Omit< |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
226276
4150