@7n/test 0.4.0 → 0.4.1

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.4.1] - 2026-06-26
4
+
5
+ ### Changed
6
+
7
+ - Перейменовано бінарник з `n` на `7n-test`: тепер `npx 7n-test .` і `npx 7n-test@latest .` працюють без `--package=` флагу.
8
+
3
9
  ## [0.4.0] - 2026-06-26
4
10
 
5
11
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@7n/test",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "CLI-утиліта @7n/test",
5
5
  "keywords": [
6
6
  "7n",
@@ -18,7 +18,7 @@
18
18
  "url": "git+https://github.com/nitra/7n-test.git"
19
19
  },
20
20
  "bin": {
21
- "n": "bin/n.js"
21
+ "7n-test": "bin/7n-test.js"
22
22
  },
23
23
  "files": [
24
24
  "bin",
@@ -35,7 +35,7 @@
35
35
  "access": "public"
36
36
  },
37
37
  "scripts": {
38
- "start": "bun ./bin/n.js",
38
+ "start": "bun ./bin/7n-test.js",
39
39
  "test": "vitest run"
40
40
  },
41
41
  "dependencies": {
File without changes