Comparing version 0.8.1 to 0.9.0
@@ -13,1 +13,3 @@ export * from './checks/hasId'; | ||
export * from './types/DropFirst'; | ||
export * from './companions/omit'; | ||
export * from './companions/pick'; |
@@ -29,2 +29,4 @@ "use strict"; | ||
__exportStar(require("./types/DropFirst"), exports); | ||
__exportStar(require("./companions/omit"), exports); | ||
__exportStar(require("./companions/pick"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -5,3 +5,3 @@ { | ||
"description": "A set of types, type checks, and type guards for simpler, safer, and easier to read code.", | ||
"version": "0.8.1", | ||
"version": "0.9.0", | ||
"repository": "ehmpathy/type-fns", | ||
@@ -29,5 +29,4 @@ "homepage": "https://github.com/ehmpathy/type-fns", | ||
"commit:with-cli": "npx cz", | ||
"fix:format:terraform": "echo 'no terraform'", | ||
"fix:format:prettier": "prettier --write '**/*.ts' --config ./prettier.config.js", | ||
"fix:format": "npm run fix:format:prettier && npm run fix:format:terraform", | ||
"fix:format": "npm run fix:format:prettier", | ||
"fix:lint": "eslint -c ./.eslintrc.js src/**/*.ts --fix", | ||
@@ -37,14 +36,13 @@ "build:artifact": "echo 'no artifact'", | ||
"build:compile": "tsc -p ./tsconfig.build.json", | ||
"build": "npm run build:clean && npm run build:compile && npm run build:artifact", | ||
"build": "npm run build:clean && npm run build:compile", | ||
"test:commits": "LAST_TAG=$(git describe --tags --abbrev=0 @^ 2> /dev/null || git rev-list --max-parents=0 HEAD) && npx commitlint --from $LAST_TAG --to HEAD --verbose", | ||
"test:types": "tsc -p ./tsconfig.build.json --noEmit", | ||
"prepublish": "npm run build", | ||
"test:format:prettier": "prettier --parser typescript --check 'src/**/*.ts' --config ./prettier.config.js", | ||
"test:format": "npm run test:format:prettier", | ||
"test:lint:deps": "npx depcheck -c ./depcheckrc.yml", | ||
"test:format:terraform": "echo 'no terraform'", | ||
"test:format:prettier": "prettier --parser typescript --check 'src/**/*.ts' --config ./prettier.config.js", | ||
"test:format": "npm run test:format:prettier && npm run test:format:terraform", | ||
"test:lint:eslint": "eslint -c ./.eslintrc.js src/**/*.ts", | ||
"test:lint": "npm run test:lint:eslint && npm run test:lint:deps", | ||
"test:unit": "jest -c ./jest.unit.config.ts --forceExit --verbose --passWithNoTests", | ||
"test:integration": "jest -c ./jest.integration.config.ts --forceExit --verbose --passWithNoTests", | ||
"test:lint:eslint": "eslint -c ./.eslintrc.js src/**/*.ts", | ||
"test:acceptance:locally": "npm run build && LOCALLY=true jest -c ./jest.acceptance.config.ts --forceExit --verbose --runInBand --passWithNoTests", | ||
@@ -68,4 +66,4 @@ "test": "npm run test:commits && npm run test:types && npm run test:format && npm run test:lint && npm run test:unit && npm run test:integration && npm run test:acceptance:locally", | ||
"cz-conventional-changelog": "3.3.0", | ||
"declapract": "^0.10.9", | ||
"declapract-typescript-ehmpathy": "^0.20.11", | ||
"declapract": "0.11.2", | ||
"declapract-typescript-ehmpathy": "0.23.7", | ||
"depcheck": "1.4.3", | ||
@@ -72,0 +70,0 @@ "eslint": "8.30.0", |
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
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
51572
96
693
0