@gfdelarue/testkit-engine-k6-darwin-x64 0.2.2 → 1.0.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.
package/README.md ADDED
@@ -0,0 +1,10 @@
1
+ # @gfdelarue/testkit-engine-k6-darwin-x64
2
+
3
+ Testkit's custom k6 1.7.1 executable for macOS x64. Built and published from
4
+ https://github.com/gfdelarue/testkit-k6 at version 1.0.0.
5
+
6
+ Testkit installs this package as an exact optional dependency and runs the
7
+ executable directly. It is not meant to be installed by hand or placed on PATH.
8
+
9
+ k6 is licensed under AGPL-3.0; see `licenses/` and `SOURCE.md` for the
10
+ licence texts and the corresponding source.
package/SOURCE.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  This darwin/x64 custom k6 executable was built
4
4
  from the archive exported by
5
- `@gfdelarue/testkit-engine-k6-source@0.2.2` at
5
+ `@gfdelarue/testkit-engine-k6-source@1.0.0` at
6
6
  `source/testkit-k6-v1.7.1-source.tar.gz`.
7
7
 
8
8
  Archive SHA-256: `61cf6a8f35c19cff6e1658586b2b88647d97e34bfc97ebaafb7c80a053c6e192`
@@ -48,7 +48,7 @@
48
48
  "version": "v1.7.1"
49
49
  },
50
50
  "sourceArchive": {
51
- "package": "@gfdelarue/testkit-engine-k6-source@0.2.2",
51
+ "package": "@gfdelarue/testkit-engine-k6-source@1.0.0",
52
52
  "path": "source/testkit-k6-v1.7.1-source.tar.gz",
53
53
  "sha256": "61cf6a8f35c19cff6e1658586b2b88647d97e34bfc97ebaafb7c80a053c6e192",
54
54
  "size": 10689742
@@ -533,7 +533,7 @@
533
533
  ],
534
534
  "package": {
535
535
  "name": "@gfdelarue/testkit-engine-k6-darwin-x64",
536
- "version": "0.2.2"
536
+ "version": "1.0.0"
537
537
  },
538
538
  "schemaVersion": 1,
539
539
  "sourceGenerator": {
@@ -6,8 +6,8 @@
6
6
  "creators": ["Tool: Testkit pinned k6 release builder"]
7
7
  },
8
8
  "dataLicense": "CC0-1.0",
9
- "documentNamespace": "https://elench.dev/spdx/testkit-k6/0.2.2/darwin-x64/55fef83f9778299369eba4657f6a6fa7fd76575632d8b0b37b5f532468253939",
10
- "name": "@gfdelarue/testkit-engine-k6-darwin-x64-0.2.2",
9
+ "documentNamespace": "https://elench.dev/spdx/testkit-k6/1.0.0/darwin-x64/55fef83f9778299369eba4657f6a6fa7fd76575632d8b0b37b5f532468253939",
10
+ "name": "@gfdelarue/testkit-engine-k6-darwin-x64-1.0.0",
11
11
  "packages": [
12
12
  {
13
13
  "SPDXID": "SPDXRef-Package-Testkit-k6",
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@gfdelarue/testkit-engine-k6-darwin-x64",
3
- "version": "0.2.2",
4
- "description": "Pinned Testkit k6 engine artifact for macOS x64",
3
+ "version": "1.0.0",
4
+ "description": "Testkit's custom k6 1.7.1 executable for macOS x64",
5
5
  "repository": {
6
6
  "type": "git",
7
- "url": "https://github.com/gfdelarue/testkit.git"
7
+ "url": "https://github.com/gfdelarue/testkit-k6.git"
8
8
  },
9
9
  "os": [
10
10
  "darwin"
@@ -13,12 +13,14 @@
13
13
  "x64"
14
14
  ],
15
15
  "publishConfig": {
16
- "access": "restricted",
17
- "registry": "https://use-release-publish-npm.invalid/"
16
+ "access": "public"
18
17
  },
19
18
  "license": "SEE LICENSE IN licenses/k6-AGPL-3.0.txt",
19
+ "testkit": {
20
+ "k6Version": "1.7.1"
21
+ },
20
22
  "dependencies": {
21
- "@gfdelarue/testkit-engine-k6-source": "0.2.2"
23
+ "@gfdelarue/testkit-engine-k6-source": "1.0.0"
22
24
  },
23
25
  "exports": {
24
26
  "./binary": "./bin/k6",
@@ -30,12 +32,5 @@
30
32
  "metadata/",
31
33
  "licenses/",
32
34
  "SOURCE.md"
33
- ],
34
- "scripts": {
35
- "prepublishOnly": "tsx ../../scripts/release/reject-direct-publish.ts"
36
- },
37
- "engines": {
38
- "node": ">=22.15.0 <23.0.0 || >=24.14.1 <25.0.0",
39
- "npm": ">=11.6.0 <12.0.0"
40
- }
35
+ ]
41
36
  }