Compare commits
8 Commits
Author | SHA1 | Date | |
---|---|---|---|
c97215ed2d | |||
6dbe5098de | |||
3e9a288333 | |||
07b876ea2c | |||
28fec7a488 | |||
b99ac03942 | |||
ba6519adb5 | |||
2de0e63b3c |
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@push.rocks/tapbundle",
|
"name": "@push.rocks/tapbundle",
|
||||||
"private": false,
|
"private": false,
|
||||||
"version": "5.0.16",
|
"version": "5.0.20",
|
||||||
"description": "tap bundled for tapbuffer",
|
"description": "tap bundled for tapbuffer",
|
||||||
"main": "dist_ts/index.js",
|
"main": "dist_ts/index.js",
|
||||||
"typings": "dist_ts/index.d.ts",
|
"typings": "dist_ts/index.d.ts",
|
||||||
@ -22,11 +22,12 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://gitlab.com/pushrocks/tapbundle#README",
|
"homepage": "https://gitlab.com/pushrocks/tapbundle#README",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@open-wc/testing": "^2.5.33",
|
"@open-wc/testing": "^4.0.0",
|
||||||
"@push.rocks/consolecolor": "^2.0.2",
|
"@push.rocks/consolecolor": "^2.0.2",
|
||||||
"@push.rocks/smartdelay": "^3.0.5",
|
"@push.rocks/smartdelay": "^3.0.5",
|
||||||
"@push.rocks/smartenv": "^5.0.12",
|
"@push.rocks/smartenv": "^5.0.12",
|
||||||
"@push.rocks/smartexpect": "^1.0.21",
|
"@push.rocks/smartexpect": "^1.0.21",
|
||||||
|
"@push.rocks/smartjson": "^5.0.15",
|
||||||
"@push.rocks/smartpromise": "^4.0.2",
|
"@push.rocks/smartpromise": "^4.0.2",
|
||||||
"@push.rocks/smarttime": "^4.0.6"
|
"@push.rocks/smarttime": "^4.0.6"
|
||||||
},
|
},
|
||||||
@ -34,7 +35,7 @@
|
|||||||
"@gitzone/tsbuild": "^2.1.66",
|
"@gitzone/tsbuild": "^2.1.66",
|
||||||
"@gitzone/tsrun": "^1.2.43",
|
"@gitzone/tsrun": "^1.2.43",
|
||||||
"@gitzone/tstest": "^1.0.77",
|
"@gitzone/tstest": "^1.0.77",
|
||||||
"@types/node": "^20.11.27",
|
"@types/node": "^20.11.29",
|
||||||
"randomstring": "^1.3.0"
|
"randomstring": "^1.3.0"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
|
1698
pnpm-lock.yaml
generated
1698
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@push.rocks/tapbundle',
|
name: '@push.rocks/tapbundle',
|
||||||
version: '5.0.16',
|
version: '5.0.20',
|
||||||
description: 'tap bundled for tapbuffer'
|
description: 'tap bundled for tapbuffer'
|
||||||
}
|
}
|
||||||
|
@ -59,4 +59,6 @@ export class TapTools {
|
|||||||
public defer() {
|
public defer() {
|
||||||
return plugins.smartpromise.defer();
|
return plugins.smartpromise.defer();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public smartjson = plugins.smartjson;
|
||||||
}
|
}
|
||||||
|
@ -3,6 +3,7 @@ import * as consolecolor from '@push.rocks/consolecolor';
|
|||||||
import * as smartdelay from '@push.rocks/smartdelay';
|
import * as smartdelay from '@push.rocks/smartdelay';
|
||||||
import * as smartenv from '@push.rocks/smartenv';
|
import * as smartenv from '@push.rocks/smartenv';
|
||||||
import * as smartexpect from '@push.rocks/smartexpect';
|
import * as smartexpect from '@push.rocks/smartexpect';
|
||||||
|
import * as smartjson from '@push.rocks/smartjson';
|
||||||
import * as smartpromise from '@push.rocks/smartpromise';
|
import * as smartpromise from '@push.rocks/smartpromise';
|
||||||
|
|
||||||
export { consolecolor, smartdelay, smartenv, smartexpect, smartpromise };
|
export { consolecolor, smartdelay, smartenv, smartexpect, smartjson, smartpromise };
|
||||||
|
Reference in New Issue
Block a user