@waiting/shared-types
Advanced tools
Comparing version 3.3.1 to 3.4.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [3.4.0](https://github.com/waitingsong/shared-types/compare/v3.3.1...v3.4.0) (2020-03-03) | ||
### Features | ||
* **types:** add type DateISOString (ISO 8601) ([285eb43](https://github.com/waitingsong/shared-types/commit/285eb43cb405eb4279154bf3d7fc331e0b19024c)) | ||
## [3.3.1](https://github.com/waitingsong/shared-types/compare/v3.3.0...v3.3.1) (2020-01-09) | ||
@@ -8,0 +19,0 @@ |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* @version 3.3.0 | ||
* @version 3.3.1 | ||
* @author waiting | ||
@@ -8,0 +8,0 @@ * @license MIT |
export declare type BigIntStr = bigint | string; | ||
/** | ||
* ISO 8601 format, | ||
* new Date().toISOString(), | ||
* @example '2020-03-03T02:12:53.136Z' | ||
*/ | ||
export declare type DateISOString = string; |
{ | ||
"name": "@waiting/shared-types", | ||
"author": "waiting", | ||
"version": "3.3.1", | ||
"version": "3.4.0", | ||
"description": "shared typescript types", | ||
@@ -27,3 +27,3 @@ "keywords": [ | ||
"devDependencies": { | ||
"cross-env": "6" | ||
"cross-env": "7" | ||
}, | ||
@@ -44,3 +44,3 @@ "engines": { | ||
"rp:w": "npm run tsc:w | rollup -wc rollup.config.js", | ||
"test": "cross-env TS_NODE_PROJECT=test/tsconfig.json mocha --opts test/mocha.opts", | ||
"test": "cross-env TS_NODE_PROJECT=test/tsconfig.json mocha", | ||
"test:browser": "cd .config && npm run browser && cd ..", | ||
@@ -76,3 +76,3 @@ "tsc": "tsc -p tsconfig.json", | ||
}, | ||
"gitHead": "7bf41a43e4182dc814a8e5431611397ef24cccf3" | ||
"gitHead": "3e1d84f3638ad8ac29d7d2c145987621a3403678" | ||
} |
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
10568
125