@tryaura/aura-testkit 0.5.1 → 0.5.3

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -1171,6 +1171,7 @@ function executeBinary(options) {
1171
1171
  ], {
1172
1172
  cwd: options.seed.workspaceDir,
1173
1173
  env: {
1174
+ AURA_TELEMETRY: "off",
1174
1175
  HOME: options.seed.homeDir,
1175
1176
  NO_COLOR: "1",
1176
1177
  PATH: options.seed.pathDir
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tryaura/aura-testkit",
3
- "version": "0.5.1",
3
+ "version": "0.5.3",
4
4
  "description": "Deterministic filesystem seeds and CLI harnesses for Aura plugins and distributions.",
5
5
  "keywords": [
6
6
  "aura",
@@ -30,8 +30,8 @@
30
30
  "access": "public"
31
31
  },
32
32
  "dependencies": {
33
- "@tryaura/aura-cli": "0.5.1",
34
- "@tryaura/aura-sdk": "0.5.1"
33
+ "@tryaura/aura-cli": "0.5.3",
34
+ "@tryaura/aura-sdk": "0.5.3"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@types/node": "24.13.3",