@matrixai/ws
Advanced tools
Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "@matrixai/ws", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"author": "Matrix AI", | ||
@@ -39,3 +39,3 @@ "contributors": [ | ||
"scripts": { | ||
"prepare": "tsc -p ./tsconfig.build.json", | ||
"prepare": "tsc -p ./tsconfig.build.json && patch-package", | ||
"build": "shx rm -rf ./dist && tsc -p ./tsconfig.build.json", | ||
@@ -48,4 +48,3 @@ "tsx": "tsx", | ||
"docs": "shx rm -rf ./docs && typedoc --gitRevision master --tsconfig ./tsconfig.build.json --out ./docs src", | ||
"bench": "rimraf ./benches/results && tsx ./benches/index.ts", | ||
"pretest": "patch-package" | ||
"bench": "rimraf ./benches/results && tsx ./benches/index.ts" | ||
}, | ||
@@ -52,0 +51,0 @@ "dependencies": { |
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
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
298030