apify-test-tools 0.9.0 → 0.9.1-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,2 @@
1
+ * @ruocco-l
2
+ * @metalwarrior665
package/CHANGELOG.md CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ <!-- git-cliff-unreleased-start -->
6
+ ## 0.9.1 - **not yet released**
7
+
8
+
9
+ <!-- git-cliff-unreleased-end -->
5
10
  ## [0.9.0](https://github.com/apify/apify-test-tools/releases/tag/v0.9.0) (2026-08-11)
6
11
 
7
12
  ### 🚀 Features
package/package.json CHANGED
@@ -1,64 +1,64 @@
1
1
  {
2
- "name": "apify-test-tools",
3
- "version": "0.9.0",
4
- "type": "module",
5
- "description": "TBD",
6
- "repository": {
7
- "type": "git",
8
- "url": "https://github.com/apify/apify-test-tools.git"
9
- },
10
- "engines": {
11
- "node": ">=18.0.0"
12
- },
13
- "bin": {
14
- "apify-test-tools": "dist/bin/main.js"
15
- },
16
- "types": "./dist/index.d.ts",
17
- "main": "./dist/lib/lib.js",
18
- "dependencies": {
19
- "@apify/consts": "^2.43.0",
20
- "@slack/web-api": "^7.9.2",
21
- "apify-client": "^2.22.2",
22
- "ignore": "^7.0.5",
23
- "yargs": "^18.0.0"
24
- },
25
- "devDependencies": {
26
- "@apify/eslint-config": "^1.0.0",
27
- "@apify/tsconfig": "^0.1.1",
28
- "@types/node": "^24.0.0",
29
- "@types/yargs": "^17.0.33",
30
- "eslint": "^9.29.0",
31
- "eslint-config-prettier": "^10.1.5",
32
- "globals": "^17.0.0",
33
- "husky": "^9.0.11",
34
- "knip": "^5.65.0",
35
- "lint-staged": "^15.2.2",
36
- "prettier": "^3.5.3",
37
- "tsx": "^4.20.3",
38
- "typescript": "^5.9.3",
39
- "typescript-eslint": "^8.34.1",
40
- "vitest": "^3.2.4"
41
- },
42
- "peerDependencies": {
43
- "vitest": ">=3.2.4"
44
- },
45
- "scripts": {
46
- "start": "npm run dist/bin/main.js",
47
- "start:dev": "GITHUB_WORKSPACE=local-clone tsx bin/main.ts",
48
- "build": "tsc && chmod +x ./dist/bin/main.js",
49
- "lint": "eslint",
50
- "lint:fix": "eslint --fix",
51
- "format": "prettier --write .",
52
- "format:check": "prettier --check .",
53
- "type-check": "tsc --noEmit",
54
- "test": "vitest run",
55
- "check-unused": "npx knip",
56
- "prepare": "husky .husky || true"
57
- },
58
- "lint-staged": {
59
- "*.js": "eslint",
60
- "*.ts": "eslint"
61
- },
62
- "author": "oklinov",
63
- "license": "ISC"
2
+ "name": "apify-test-tools",
3
+ "version": "0.9.1-beta.0",
4
+ "type": "module",
5
+ "description": "TBD",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/apify/apify-test-tools.git"
9
+ },
10
+ "engines": {
11
+ "node": ">=18.0.0"
12
+ },
13
+ "bin": {
14
+ "apify-test-tools": "dist/bin/main.js"
15
+ },
16
+ "types": "./dist/index.d.ts",
17
+ "main": "./dist/lib/lib.js",
18
+ "dependencies": {
19
+ "@apify/consts": "^2.43.0",
20
+ "@slack/web-api": "^7.9.2",
21
+ "apify-client": "^2.22.2",
22
+ "ignore": "^7.0.5",
23
+ "yargs": "^18.0.0"
24
+ },
25
+ "devDependencies": {
26
+ "@apify/eslint-config": "^1.0.0",
27
+ "@apify/tsconfig": "^0.1.1",
28
+ "@types/node": "^24.0.0",
29
+ "@types/yargs": "^17.0.33",
30
+ "eslint": "^9.29.0",
31
+ "eslint-config-prettier": "^10.1.5",
32
+ "globals": "^17.0.0",
33
+ "husky": "^9.0.11",
34
+ "knip": "^5.65.0",
35
+ "lint-staged": "^15.2.2",
36
+ "prettier": "^3.5.3",
37
+ "tsx": "^4.20.3",
38
+ "typescript": "^5.9.3",
39
+ "typescript-eslint": "^8.34.1",
40
+ "vitest": "^3.2.4"
41
+ },
42
+ "peerDependencies": {
43
+ "vitest": ">=3.2.4"
44
+ },
45
+ "scripts": {
46
+ "start": "npm run dist/bin/main.js",
47
+ "start:dev": "GITHUB_WORKSPACE=local-clone tsx bin/main.ts",
48
+ "build": "tsc && chmod +x ./dist/bin/main.js",
49
+ "lint": "eslint",
50
+ "lint:fix": "eslint --fix",
51
+ "format": "prettier --write .",
52
+ "format:check": "prettier --check .",
53
+ "type-check": "tsc --noEmit",
54
+ "test": "vitest run",
55
+ "check-unused": "npx knip",
56
+ "prepare": "husky .husky || true"
57
+ },
58
+ "lint-staged": {
59
+ "*.js": "eslint",
60
+ "*.ts": "eslint"
61
+ },
62
+ "author": "oklinov",
63
+ "license": "ISC"
64
64
  }