Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
e01ecb9369 | |||
fd29434fa6 | |||
4684b9616c | |||
a2701bc3be |
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "npmts",
|
"name": "npmts",
|
||||||
"version": "7.2.0",
|
"version": "7.2.2",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@gulp-sourcemaps/identity-map": {
|
"@gulp-sourcemaps/identity-map": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "npmts",
|
"name": "npmts",
|
||||||
"version": "7.2.0",
|
"version": "7.2.2",
|
||||||
"description": "Write npm modules with TypeScript without hassle. TypeScript ready. Fully ES6.",
|
"description": "Write npm modules with TypeScript without hassle. TypeScript ready. Fully ES6.",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
@ -58,7 +58,7 @@
|
|||||||
"smartstream": "^1.0.10",
|
"smartstream": "^1.0.10",
|
||||||
"smartstring": "^2.0.24",
|
"smartstring": "^2.0.24",
|
||||||
"smartsystem": "^1.0.18",
|
"smartsystem": "^1.0.18",
|
||||||
"tapbuffer": "^1.0.16",
|
"tapbuffer": "^1.0.19",
|
||||||
"through2": "^2.0.3",
|
"through2": "^2.0.3",
|
||||||
"tsn": "^2.0.15",
|
"tsn": "^2.0.15",
|
||||||
"typescript": "^2.4.1",
|
"typescript": "^2.4.1",
|
||||||
|
@ -2975,9 +2975,9 @@ tap-parser@^5.1.0:
|
|||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
readable-stream "^2"
|
readable-stream "^2"
|
||||||
|
|
||||||
tapbuffer@^1.0.16:
|
tapbuffer@^1.0.19:
|
||||||
version "1.0.16"
|
version "1.0.19"
|
||||||
resolved "https://registry.yarnpkg.com/tapbuffer/-/tapbuffer-1.0.16.tgz#c723708c1b1c30e129fad2fa0412f4a07847d3f5"
|
resolved "https://registry.yarnpkg.com/tapbuffer/-/tapbuffer-1.0.19.tgz#c6b8ceca669f03cafdefd4720a66039bcfbca33b"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@types/istanbul" "^0.4.29"
|
"@types/istanbul" "^0.4.29"
|
||||||
beautylog "^6.1.1"
|
beautylog "^6.1.1"
|
||||||
|
Reference in New Issue
Block a user