@based/functions
Advanced tools
@@ -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
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
52309
2.32%32
3.23%0
-100%302
-7.93%1002
-0.6%