@rehearsal/utils
Advanced tools
Comparing version 0.0.28 to 0.0.29
export { getInterfaceByName, getTypeAliasByName, getClassByName, getInterfaceMemberByName, getTypeAliasMemberByName, getClassMemberByName, getTypeNameFromType, getTypeNameFromVariable, isSubtypeOf, getTypeDeclarationFromTypeSymbol, isTypeMatched, } from './tsc-utils'; | ||
export * from './helpers'; | ||
export * from './tests.utils'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -31,2 +31,3 @@ "use strict"; | ||
__exportStar(require("./helpers"), exports); | ||
__exportStar(require("./tests.utils"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@rehearsal/utils", | ||
"version": "0.0.28", | ||
"version": "0.0.29", | ||
"description": "Rehearsal Utils", | ||
@@ -26,18 +26,15 @@ "keywords": [ | ||
"scripts": { | ||
"build": "yarn tsc -b", | ||
"lint": "yarn npm-run-all lint:*", | ||
"lint:eslint": "yarn eslint --fix . --ext .ts", | ||
"lint:tsc-src": "yarn tsc --noEmit", | ||
"build": "tsc -b", | ||
"lint": "npm-run-all lint:*", | ||
"lint:eslint": "eslint --fix . --ext .ts", | ||
"lint:tsc-src": "tsc --noEmit", | ||
"prepare": "yarn build", | ||
"test": "yarn nyc mocha" | ||
"test": "vitest --run", | ||
"test:watch": "vitest --coverage --watch" | ||
}, | ||
"devDependencies": { | ||
"@types/chai": "^4.3.0", | ||
"@types/eslint": "^8.4.1", | ||
"@types/mocha": "^9.1.0", | ||
"@types/node": "^18.0.3", | ||
"@types/react": "^18.0.9", | ||
"chai": "^4.3.6", | ||
"mocha": "^10.0.0", | ||
"nyc": "^15.1.0" | ||
"vitest": "^0.22.1" | ||
}, | ||
@@ -48,9 +45,8 @@ "peerDependencies": { | ||
"engines": { | ||
"node": ">=10.0.0" | ||
"node": ">=14.16.0" | ||
}, | ||
"volta": { | ||
"node": "16.16.0", | ||
"yarn": "1.22.19" | ||
"extends": "../../package.json" | ||
}, | ||
"gitHead": "d6da2403f9d0f778c6cb849c167b3625a7b9f8db" | ||
"gitHead": "6113122116ab3a6b709253af95888d1899057df8" | ||
} |
@@ -16,1 +16,2 @@ export { | ||
export * from './helpers'; | ||
export * from './tests.utils'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
77867
4
34
769
0
1