Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
f9f808ef5b | |||
d2cf005052 | |||
54f3eaa142 | |||
fd4e60e020 | |||
a21ce29a15 | |||
dc4695bc38 |
23
changelog.md
23
changelog.md
@ -1,5 +1,28 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2025-01-19 - 5.5.6 - fix(dependencies)
|
||||||
|
Update smartpromise dependency to version 4.2.0.
|
||||||
|
|
||||||
|
- Updated @push.rocks/smartpromise dependency from version 4.1.0 to 4.2.0 in package.json.
|
||||||
|
|
||||||
|
## 2025-01-19 - 5.5.5 - fix(dependencies)
|
||||||
|
Update dependencies to the latest versions to address multiple fixes.
|
||||||
|
|
||||||
|
- Updated @push.rocks/smartexpect to version ^1.4.0.
|
||||||
|
- Updated @push.rocks/smartfile to version ^11.1.5.
|
||||||
|
- Updated @push.rocks/smartpromise to version ^4.1.0.
|
||||||
|
- Updated @types/node to version ^22.10.7.
|
||||||
|
- Updated randomstring to version ^1.3.1.
|
||||||
|
|
||||||
|
## 2024-12-30 - 5.5.4 - fix(dependencies)
|
||||||
|
Update package dependencies to their latest versions.
|
||||||
|
|
||||||
|
- Updated @push.rocks/smartexpect from ^1.2.1 to ^1.3.0.
|
||||||
|
- Updated @push.rocks/smartfile from ^11.0.21 to ^11.0.23.
|
||||||
|
- Updated @push.rocks/smartshell from ^3.0.6 to ^3.2.2.
|
||||||
|
- Updated @push.rocks/smarttime from ^4.0.8 to ^4.1.1.
|
||||||
|
- Updated @types/node from ^22.9.3 to ^22.10.2.
|
||||||
|
|
||||||
## 2024-11-23 - 5.5.3 - fix(docs)
|
## 2024-11-23 - 5.5.3 - fix(docs)
|
||||||
Update description and keywords in package files for clarity
|
Update description and keywords in package files for clarity
|
||||||
|
|
||||||
|
16
package.json
16
package.json
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@push.rocks/tapbundle",
|
"name": "@push.rocks/tapbundle",
|
||||||
"private": false,
|
"private": false,
|
||||||
"version": "5.5.3",
|
"version": "5.5.6",
|
||||||
"description": "A comprehensive testing automation library that provides a wide range of utilities and tools for TAP (Test Anything Protocol) based testing, especially suitable for projects using tapbuffer.",
|
"description": "A comprehensive testing automation library that provides a wide range of utilities and tools for TAP (Test Anything Protocol) based testing, especially suitable for projects using tapbuffer.",
|
||||||
"exports": {
|
"exports": {
|
||||||
".": "./dist_ts/index.js",
|
".": "./dist_ts/index.js",
|
||||||
@ -30,24 +30,24 @@
|
|||||||
"@push.rocks/smartcrypto": "^2.0.4",
|
"@push.rocks/smartcrypto": "^2.0.4",
|
||||||
"@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.2.1",
|
"@push.rocks/smartexpect": "^1.4.0",
|
||||||
"@push.rocks/smartfile": "^11.0.21",
|
"@push.rocks/smartfile": "^11.1.5",
|
||||||
"@push.rocks/smartjson": "^5.0.20",
|
"@push.rocks/smartjson": "^5.0.20",
|
||||||
"@push.rocks/smartmongo": "^2.0.10",
|
"@push.rocks/smartmongo": "^2.0.10",
|
||||||
"@push.rocks/smartpath": "^5.0.18",
|
"@push.rocks/smartpath": "^5.0.18",
|
||||||
"@push.rocks/smartpromise": "^4.0.4",
|
"@push.rocks/smartpromise": "^4.2.0",
|
||||||
"@push.rocks/smartrequest": "^2.0.23",
|
"@push.rocks/smartrequest": "^2.0.23",
|
||||||
"@push.rocks/smarts3": "^2.2.5",
|
"@push.rocks/smarts3": "^2.2.5",
|
||||||
"@push.rocks/smartshell": "^3.0.6",
|
"@push.rocks/smartshell": "^3.2.2",
|
||||||
"@push.rocks/smarttime": "^4.0.8",
|
"@push.rocks/smarttime": "^4.1.1",
|
||||||
"expect": "^29.7.0"
|
"expect": "^29.7.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@git.zone/tsbuild": "^2.1.66",
|
"@git.zone/tsbuild": "^2.1.66",
|
||||||
"@git.zone/tsrun": "^1.2.43",
|
"@git.zone/tsrun": "^1.2.43",
|
||||||
"@git.zone/tstest": "^1.0.77",
|
"@git.zone/tstest": "^1.0.77",
|
||||||
"@types/node": "^22.9.3",
|
"@types/node": "^22.10.7",
|
||||||
"randomstring": "^1.3.0"
|
"randomstring": "^1.3.1"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"ts/**/*",
|
"ts/**/*",
|
||||||
|
409
pnpm-lock.yaml
generated
409
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.5.3',
|
version: '5.5.6',
|
||||||
description: 'A comprehensive testing automation library that provides a wide range of utilities and tools for TAP (Test Anything Protocol) based testing, especially suitable for projects using tapbuffer.'
|
description: 'A comprehensive testing automation library that provides a wide range of utilities and tools for TAP (Test Anything Protocol) based testing, especially suitable for projects using tapbuffer.'
|
||||||
}
|
}
|
||||||
|
@ -60,5 +60,9 @@ export class TapTools {
|
|||||||
return plugins.smartpromise.defer();
|
return plugins.smartpromise.defer();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public cumulativeDefer() {
|
||||||
|
return plugins.smartpromise.cumulativeDefer();
|
||||||
|
}
|
||||||
|
|
||||||
public smartjson = plugins.smartjson;
|
public smartjson = plugins.smartjson;
|
||||||
}
|
}
|
||||||
|
@ -11,7 +11,7 @@ export class TestFileProvider {
|
|||||||
// fetch the docker alpine image
|
// fetch the docker alpine image
|
||||||
const response = await plugins.smartrequest.getBinary(fileUrls.dockerAlpineImage);
|
const response = await plugins.smartrequest.getBinary(fileUrls.dockerAlpineImage);
|
||||||
await plugins.smartfile.fs.ensureDir(paths.testFilesDir);
|
await plugins.smartfile.fs.ensureDir(paths.testFilesDir);
|
||||||
const AlpineBuffer = await plugins.smartfile.memory.toFs(response.body, filePath);
|
await plugins.smartfile.memory.toFs(response.body, filePath);
|
||||||
return filePath;
|
return filePath;
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user