@forge/cli-shared 0.0.0-experimental-9489df9 → 0.0.0-experimental-52c2a24

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 (119) hide show
  1. package/CHANGELOG.md +599 -4
  2. package/out/app-logs/view-logs.js +3 -3
  3. package/out/apps/app-config.d.ts.map +1 -1
  4. package/out/apps/app-config.js +3 -2
  5. package/out/apps/create-app-graphql-client.d.ts.map +1 -1
  6. package/out/apps/create-app-graphql-client.js +6 -2
  7. package/out/apps/package-installer.js +1 -1
  8. package/out/apps/register-app.js +1 -1
  9. package/out/apps/template.js +12 -12
  10. package/out/auth/index.d.ts +0 -1
  11. package/out/auth/index.d.ts.map +1 -1
  12. package/out/auth/index.js +0 -1
  13. package/out/auth/personal/credential-store.d.ts +57 -0
  14. package/out/auth/personal/credential-store.d.ts.map +1 -0
  15. package/out/auth/personal/credential-store.js +188 -0
  16. package/out/auth/personal/index.d.ts +1 -4
  17. package/out/auth/personal/index.d.ts.map +1 -1
  18. package/out/auth/personal/index.js +1 -4
  19. package/out/auth/personal/login.d.ts +2 -2
  20. package/out/auth/personal/login.d.ts.map +1 -1
  21. package/out/auth/personal/login.js +1 -1
  22. package/out/auth/personal/logout.d.ts +2 -2
  23. package/out/auth/personal/logout.d.ts.map +1 -1
  24. package/out/auth/personal/me-graphql-client.d.ts +2 -1
  25. package/out/auth/personal/me-graphql-client.d.ts.map +1 -1
  26. package/out/auth/personal/me-graphql-client.js +3 -2
  27. package/out/auth/personal/token-authenticator.d.ts +3 -3
  28. package/out/auth/personal/token-authenticator.d.ts.map +1 -1
  29. package/out/auth/personal/token-authenticator.js +5 -5
  30. package/out/config/config-file-section-reader.js +2 -1
  31. package/out/config/config-file-section-writer.js +2 -1
  32. package/out/config/config-file.d.ts +14 -8
  33. package/out/config/config-file.d.ts.map +1 -1
  34. package/out/config/config-file.js +42 -41
  35. package/out/config/config-section.js +2 -1
  36. package/out/config/config.d.ts +2 -1
  37. package/out/config/config.d.ts.map +1 -1
  38. package/out/config/config.js +4 -2
  39. package/out/file-system/file-system-reader.d.ts +1 -0
  40. package/out/file-system/file-system-reader.d.ts.map +1 -1
  41. package/out/file-system/file-system-reader.js +7 -7
  42. package/out/file-system/file-system-writer.js +1 -1
  43. package/out/file-system/zip-accessor.js +1 -1
  44. package/out/graphql/app-environment-graphql-client.d.ts +3 -2
  45. package/out/graphql/app-environment-graphql-client.d.ts.map +1 -1
  46. package/out/graphql/app-environment-graphql-client.js +3 -2
  47. package/out/graphql/gateway.js +5 -3
  48. package/out/graphql/get-mutation-error.d.ts +1 -0
  49. package/out/graphql/get-mutation-error.d.ts.map +1 -1
  50. package/out/graphql/get-mutation-error.js +3 -2
  51. package/out/graphql/graphql-types.d.ts +5781 -618
  52. package/out/graphql/graphql-types.d.ts.map +1 -1
  53. package/out/graphql/graphql-types.js +520 -22
  54. package/out/graphql/minimal-graphql-runner.d.ts +9 -4
  55. package/out/graphql/minimal-graphql-runner.d.ts.map +1 -1
  56. package/out/graphql/minimal-graphql-runner.js +15 -5
  57. package/out/graphql/mutation-aware-graphql-client.d.ts +15 -4
  58. package/out/graphql/mutation-aware-graphql-client.d.ts.map +1 -1
  59. package/out/graphql/mutation-aware-graphql-client.js +17 -2
  60. package/out/http-client/feedback-post-client.js +1 -1
  61. package/out/http-client/file-uploader.js +1 -1
  62. package/out/service/bridge-script-service.d.ts +2 -0
  63. package/out/service/bridge-script-service.d.ts.map +1 -1
  64. package/out/service/bridge-script-service.js +4 -2
  65. package/out/service/feature-flag-service.d.ts +18 -6
  66. package/out/service/feature-flag-service.d.ts.map +1 -1
  67. package/out/service/feature-flag-service.js +32 -8
  68. package/out/service/iframe-resizer-script-service.d.ts +2 -0
  69. package/out/service/iframe-resizer-script-service.d.ts.map +1 -1
  70. package/out/service/iframe-resizer-script-service.js +4 -2
  71. package/out/shared/error-handling.d.ts +16 -2
  72. package/out/shared/error-handling.d.ts.map +1 -1
  73. package/out/shared/error-handling.js +43 -9
  74. package/out/shared/index.js +1 -1
  75. package/out/shared/installationId.js +2 -2
  76. package/out/shared/pause.js +2 -1
  77. package/out/shared/product.d.ts +4 -1
  78. package/out/shared/product.d.ts.map +1 -1
  79. package/out/shared/product.js +15 -5
  80. package/out/shared/read-app-config-files.d.ts.map +1 -1
  81. package/out/shared/read-app-config-files.js +8 -6
  82. package/out/shared/validate.d.ts +1 -1
  83. package/out/shared/validate.d.ts.map +1 -1
  84. package/out/shared/validate.js +8 -3
  85. package/out/ui/command-line-ui.d.ts +5 -3
  86. package/out/ui/command-line-ui.d.ts.map +1 -1
  87. package/out/ui/command-line-ui.js +37 -10
  88. package/out/ui/index.d.ts +0 -1
  89. package/out/ui/index.d.ts.map +1 -1
  90. package/out/ui/index.js +0 -1
  91. package/out/ui/multiple-table-prompt.js +4 -2
  92. package/out/ui/runtime-log.d.ts.map +1 -1
  93. package/out/ui/runtime-log.js +10 -5
  94. package/out/ui/single-table-prompt.js +4 -2
  95. package/out/ui/table-prompt.js +1 -1
  96. package/out/ui/text.d.ts +59 -11
  97. package/out/ui/text.d.ts.map +1 -1
  98. package/out/ui/text.js +90 -24
  99. package/out/ui/ui.d.ts +11 -0
  100. package/out/ui/ui.d.ts.map +1 -1
  101. package/package.json +13 -15
  102. package/out/auth/credentials-store-provider.d.ts +0 -4
  103. package/out/auth/credentials-store-provider.d.ts.map +0 -1
  104. package/out/auth/credentials-store-provider.js +0 -11
  105. package/out/auth/personal/abstract-token-store-getter.d.ts +0 -13
  106. package/out/auth/personal/abstract-token-store-getter.d.ts.map +0 -1
  107. package/out/auth/personal/abstract-token-store-getter.js +0 -31
  108. package/out/auth/personal/token-store-cache.d.ts +0 -12
  109. package/out/auth/personal/token-store-cache.d.ts.map +0 -1
  110. package/out/auth/personal/token-store-cache.js +0 -41
  111. package/out/auth/personal/token-store-keytar.d.ts +0 -23
  112. package/out/auth/personal/token-store-keytar.d.ts.map +0 -1
  113. package/out/auth/personal/token-store-keytar.js +0 -101
  114. package/out/auth/personal/token-store.d.ts +0 -28
  115. package/out/auth/personal/token-store.d.ts.map +0 -1
  116. package/out/auth/personal/token-store.js +0 -21
  117. package/out/ui/validation-error.d.ts +0 -3
  118. package/out/ui/validation-error.d.ts.map +0 -1
  119. package/out/ui/validation-error.js +0 -6

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.