Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
1b9f414e82 | |||
1aa4152de2 | |||
b93e962bdf | |||
0faf2ce3df | |||
831f67053e | |||
26e63372f8 |
15
package.json
15
package.json
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@push.rocks/tapbundle",
|
"name": "@push.rocks/tapbundle",
|
||||||
"private": false,
|
"private": false,
|
||||||
"version": "5.0.11",
|
"version": "5.0.14",
|
||||||
"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",
|
||||||
@ -21,19 +21,18 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://gitlab.com/pushrocks/tapbundle#README",
|
"homepage": "https://gitlab.com/pushrocks/tapbundle#README",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@open-wc/testing": "^3.2.0",
|
"@open-wc/testing": "^2.5.33",
|
||||||
"@open-wc/testing-helpers": "^2.3.0",
|
"@push.rocks/smartdelay": "^3.0.5",
|
||||||
"@push.rocks/smartdelay": "^3.0.1",
|
|
||||||
"@push.rocks/smartenv": "^5.0.5",
|
"@push.rocks/smartenv": "^5.0.5",
|
||||||
"@push.rocks/smartexpect": "^1.0.15",
|
"@push.rocks/smartexpect": "^1.0.21",
|
||||||
"@push.rocks/smartpromise": "^4.0.2",
|
"@push.rocks/smartpromise": "^4.0.2",
|
||||||
"@push.rocks/smarttime": "^4.0.1"
|
"@push.rocks/smarttime": "^4.0.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@gitzone/tsbuild": "^2.1.66",
|
"@gitzone/tsbuild": "^2.1.66",
|
||||||
"@gitzone/tsrun": "^1.2.43",
|
"@gitzone/tsrun": "^1.2.43",
|
||||||
"@gitzone/tstest": "^1.0.72",
|
"@gitzone/tstest": "^1.0.77",
|
||||||
"@types/node": "^20.4.2",
|
"@types/node": "^20.4.10",
|
||||||
"randomstring": "^1.3.0"
|
"randomstring": "^1.3.0"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
|
2448
pnpm-lock.yaml
generated
2448
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.11',
|
version: '5.0.14',
|
||||||
description: 'tap bundled for tapbuffer'
|
description: 'tap bundled for tapbuffer'
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user