token-goat 2.9.10 → 2.9.12

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 (27) hide show
  1. package/README.md +54 -11
  2. package/SECURITY.md +17 -19
  3. package/THIRD_PARTY_NOTICES.md +667 -0
  4. package/dist/{token-goat-chunk-YFXFUG3L.mjs → token-goat-chunk-4CK445AW.mjs} +1275 -655
  5. package/dist/token-goat-chunk-6F5TLJC7.mjs +3728 -0
  6. package/dist/{token-goat-chunk-ATVQ6IIT.mjs → token-goat-chunk-6NIGPPN6.mjs} +10 -2
  7. package/dist/{token-goat-chunk-SLGOIXKF.mjs → token-goat-chunk-A6QTLAWO.mjs} +85 -328
  8. package/dist/{token-goat-chunk-7ALFFPJW.mjs → token-goat-chunk-GCXX67HM.mjs} +2699 -2175
  9. package/dist/{token-goat-chunk-PA5UXNOT.mjs → token-goat-chunk-GM6QZWCF.mjs} +5088 -7746
  10. package/dist/{token-goat-chunk-DSHYDU53.mjs → token-goat-chunk-HKFOH6JH.mjs} +11 -7
  11. package/dist/{token-goat-chunk-LYWIRYCF.mjs → token-goat-chunk-LHLQFGWQ.mjs} +1 -1
  12. package/dist/token-goat-chunk-LOCOX2ML.mjs +3564 -0
  13. package/dist/token-goat-chunk-OTW7LC4Y.mjs +5942 -0
  14. package/dist/{token-goat-chunk-FQD3OB5W.mjs → token-goat-chunk-QCQUIPIP.mjs} +6068 -1687
  15. package/dist/{token-goat-chunk-DCYHAUW3.mjs → token-goat-chunk-SBYRP3X4.mjs} +69 -37
  16. package/dist/{token-goat-chunk-JS44SRAX.mjs → token-goat-chunk-SF2CKCFQ.mjs} +3 -2
  17. package/dist/{token-goat-chunk-PXWBHSFB.mjs → token-goat-chunk-T6M7DAW3.mjs} +31 -4
  18. package/dist/{token-goat-chunk-ZQODJQTP.mjs → token-goat-chunk-THLHC6QJ.mjs} +354 -180
  19. package/dist/{token-goat-chunk-VCEK77ED.mjs → token-goat-chunk-TOGYS5A7.mjs} +5307 -6350
  20. package/dist/{token-goat-chunk-2TJBY5RD.mjs → token-goat-chunk-VRWX6QYW.mjs} +6 -5
  21. package/dist/token-goat-hook.mjs +6 -5
  22. package/dist/token-goat.core.mjs +8 -6
  23. package/docs/C4_RUNTIME_ARCHITECTURE.md +1 -1
  24. package/docs/cli.md +4 -1
  25. package/docs/install.md +131 -11
  26. package/docs/security.md +2 -0
  27. package/package.json +8 -3
@@ -6,13 +6,16 @@ import {
6
6
  cmdIndex,
7
7
  expandGlobs,
8
8
  leftoverIntegrations,
9
- run
10
- } from "./token-goat-chunk-7ALFFPJW.mjs";
11
- import "./token-goat-chunk-YFXFUG3L.mjs";
12
- import "./token-goat-chunk-SLGOIXKF.mjs";
13
- import "./token-goat-chunk-PA5UXNOT.mjs";
14
- import "./token-goat-chunk-VCEK77ED.mjs";
9
+ run,
10
+ visualStudioManualSteps
11
+ } from "./token-goat-chunk-GCXX67HM.mjs";
12
+ import "./token-goat-chunk-4CK445AW.mjs";
13
+ import "./token-goat-chunk-6F5TLJC7.mjs";
14
+ import "./token-goat-chunk-A6QTLAWO.mjs";
15
+ import "./token-goat-chunk-GM6QZWCF.mjs";
16
+ import "./token-goat-chunk-TOGYS5A7.mjs";
15
17
  import "./token-goat-chunk-EEIDFMEM.mjs";
18
+ import "./token-goat-chunk-LOCOX2ML.mjs";
16
19
  import "./token-goat-chunk-A37V4PBF.mjs";
17
20
  export {
18
21
  applyExitOverride,
@@ -20,5 +23,6 @@ export {
20
23
  cmdIndex,
21
24
  expandGlobs,
22
25
  leftoverIntegrations,
23
- run
26
+ run,
27
+ visualStudioManualSteps
24
28
  };
@@ -2,7 +2,7 @@ import { createRequire as __cjsRequire } from 'node:module';
2
2
  const require = __cjsRequire(import.meta.url);
3
3
  import {
4
4
  external_exports
5
- } from "./token-goat-chunk-FQD3OB5W.mjs";
5
+ } from "./token-goat-chunk-QCQUIPIP.mjs";
6
6
  import {
7
7
  init_define_import_meta_env
8
8
  } from "./token-goat-chunk-A37V4PBF.mjs";