🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

@based/functions

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@based/functions - npm Package Compare versions

Comparing version

to
3.1.1-alpha

@@ -164,9 +164,3 @@ import type { Required } from 'utility-types';

favicon?: string;
build?: {
watch?: {
include: string[];
exclude?: string[];
};
plugins?: BuildOptions['plugins'];
};
plugins?: BuildOptions['plugins'];
};

@@ -173,0 +167,0 @@ type BasedJobFunctionConfig = {

{
"name": "@based/functions",
"version": "3.1.0-alpha",
"version": "3.1.1-alpha",
"license": "MIT",
"type": "module",
"main": "dist/index.js",
"main": "index.js",
"files":[

@@ -11,3 +11,8 @@ "dist"

"scripts": {
"build": "npx tsc && cp src/uws.d.ts dist/uws.d.ts && cp ./dist/client.d.ts ./dist/client_original.d.ts",
"copy:uws": "cp src/uws.d.ts dist/uws.d.ts",
"copy:client": "cp ./dist/client.d.ts ./dist/client_original.d.ts",
"copy:package": "cp ./package.json ./dist/package.json",
"clean:ts:before": "rm -rf ./dist ./tsconfig.tsbuildinfo || true",
"clean:ts:after": "rm ./dist/tsconfig.tsbuildinfo || true",
"build": "npm run clean:ts:before && npx tsc -b && npm run copy:uws && npm run copy:client && npm run copy:package && npm run clean:ts:after",
"watch": "npx tsc --watch",

@@ -14,0 +19,0 @@ "clean": "rimraf {.turbo,dist,node_modules}"

Sorry, the diff of this file is not supported yet