Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@becomposable/common

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@becomposable/common - npm Package Compare versions

Comparing version 0.32.0 to 0.33.0

4

lib/types/prompt.d.ts

@@ -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 @@ }

6

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc