atmn 1.1.19 → 1.1.21

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/cli.js +3003 -1602
  2. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "atmn",
3
- "version": "1.1.19",
3
+ "version": "1.1.21",
4
4
  "license": "MIT",
5
5
  "bin": {
6
6
  "atmn": "dist/cli.js"
@@ -34,7 +34,7 @@
34
34
  "build": "bun run bun.config.ts",
35
35
  "dev": "nodemon -e ts,tsx --watch src --ignore dist --exec \"bun run bun.config.ts\"",
36
36
  "dev:bun": "bun run dev.ts",
37
- "test": "bun test test/*.test.ts test/codegen test/nuke test/pull test/push test/workflow",
37
+ "test": "bun test test/*.test.ts test/auth test/codegen test/nuke test/pull test/push test/workflow",
38
38
  "test:integration": "cd ../../server && ENV_FILE=.env infisical run --env=dev --recursive -- bun test --timeout 0 ../packages/atmn/test/integration",
39
39
  "test:integration:cli": "cd ../../server && ENV_FILE=.env infisical run --env=dev --recursive -- bun ../packages/atmn/test/integration/cli.ts",
40
40
  "test:unit": "bun test test/codegen",