common-types
Advanced tools
Comparing version 1.26.1 to 1.26.2
@@ -25,1 +25,5 @@ export declare type sql = string; | ||
export declare type Alpha = LowerAlpha | UpperAlpha; | ||
/** | ||
* A [_semver_](https://semver.org/) version number | ||
*/ | ||
export declare type semver = `${number}.${number}.${number}`; |
@@ -25,1 +25,5 @@ export declare type sql = string; | ||
export declare type Alpha = LowerAlpha | UpperAlpha; | ||
/** | ||
* A [_semver_](https://semver.org/) version number | ||
*/ | ||
export declare type semver = `${number}.${number}.${number}`; |
{ | ||
"name": "common-types", | ||
"version": "1.26.1", | ||
"version": "1.26.2", | ||
"description": "Common Types for Typescript", | ||
@@ -17,3 +17,3 @@ "repository": "https://github.com/lifegadget/common-types", | ||
"clear": "rimraf dist", | ||
"deploy": "rollup -c && yarn publish", | ||
"predeploy": "yarn build", | ||
"build": "run-s clear autoindex build:rollup", | ||
@@ -29,3 +29,3 @@ "build:rollup": "rollup -c", | ||
"devDependencies": { | ||
"@rollup/plugin-commonjs": "^18.0.0", | ||
"@rollup/plugin-commonjs": "^19.0.0", | ||
"@type-challenges/utils": "^0.1.1", | ||
@@ -42,8 +42,8 @@ "@types/jest": "^26.0.23", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.36.2", | ||
"rollup": "^2.52.7", | ||
"rollup-plugin-typescript2": "^0.30.0", | ||
"ts-jest": "^27.0.3", | ||
"ts-node": "^9.1.1", | ||
"typescript": "^4.2.0" | ||
"ts-node": "^10.0.0", | ||
"typescript": "^4.3.5" | ||
} | ||
} |
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
429621
10205