@salesforce/templates 66.2.0 → 66.3.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.
Files changed (272) hide show
  1. package/lib/generators/analyticsTemplateGenerator.d.ts +0 -1
  2. package/lib/generators/analyticsTemplateGenerator.js +0 -3
  3. package/lib/generators/analyticsTemplateGenerator.js.map +1 -1
  4. package/lib/generators/apexClassGenerator.d.ts +0 -1
  5. package/lib/generators/apexClassGenerator.js +0 -3
  6. package/lib/generators/apexClassGenerator.js.map +1 -1
  7. package/lib/generators/apexTriggerGenerator.d.ts +0 -1
  8. package/lib/generators/apexTriggerGenerator.js +0 -3
  9. package/lib/generators/apexTriggerGenerator.js.map +1 -1
  10. package/lib/generators/baseGenerator.d.ts +9 -4
  11. package/lib/generators/baseGenerator.js +35 -44
  12. package/lib/generators/baseGenerator.js.map +1 -1
  13. package/lib/generators/lightningAppGenerator.d.ts +0 -1
  14. package/lib/generators/lightningAppGenerator.js +0 -3
  15. package/lib/generators/lightningAppGenerator.js.map +1 -1
  16. package/lib/generators/lightningComponentGenerator.d.ts +0 -1
  17. package/lib/generators/lightningComponentGenerator.js +0 -3
  18. package/lib/generators/lightningComponentGenerator.js.map +1 -1
  19. package/lib/generators/lightningEventGenerator.d.ts +0 -1
  20. package/lib/generators/lightningEventGenerator.js +0 -3
  21. package/lib/generators/lightningEventGenerator.js.map +1 -1
  22. package/lib/generators/lightningInterfaceGenerator.d.ts +0 -1
  23. package/lib/generators/lightningInterfaceGenerator.js +0 -3
  24. package/lib/generators/lightningInterfaceGenerator.js.map +1 -1
  25. package/lib/generators/lightningTestGenerator.d.ts +0 -1
  26. package/lib/generators/lightningTestGenerator.js +0 -3
  27. package/lib/generators/lightningTestGenerator.js.map +1 -1
  28. package/lib/generators/projectGenerator.d.ts +5 -3
  29. package/lib/generators/projectGenerator.js +29 -29
  30. package/lib/generators/projectGenerator.js.map +1 -1
  31. package/lib/generators/staticResourceGenerator.d.ts +0 -1
  32. package/lib/generators/staticResourceGenerator.js +0 -3
  33. package/lib/generators/staticResourceGenerator.js.map +1 -1
  34. package/lib/generators/visualforceComponentGenerator.d.ts +0 -1
  35. package/lib/generators/visualforceComponentGenerator.js +0 -3
  36. package/lib/generators/visualforceComponentGenerator.js.map +1 -1
  37. package/lib/generators/visualforcePageGenerator.d.ts +0 -1
  38. package/lib/generators/visualforcePageGenerator.js +0 -3
  39. package/lib/generators/visualforcePageGenerator.js.map +1 -1
  40. package/lib/generators/webApplicationGenerator.d.ts +0 -1
  41. package/lib/generators/webApplicationGenerator.js +14 -14
  42. package/lib/generators/webApplicationGenerator.js.map +1 -1
  43. package/lib/service/gitRepoUtils.d.ts +3 -1
  44. package/lib/service/gitRepoUtils.js +3 -2
  45. package/lib/service/gitRepoUtils.js.map +1 -1
  46. package/lib/service/templateService.d.ts +5 -3
  47. package/lib/service/templateService.js +14 -7
  48. package/lib/service/templateService.js.map +1 -1
  49. package/lib/utils/constants.d.ts +1 -0
  50. package/lib/utils/constants.js +5 -1
  51. package/lib/utils/constants.js.map +1 -1
  52. package/lib/utils/createUtil.d.ts +3 -2
  53. package/lib/utils/createUtil.js +10 -5
  54. package/lib/utils/createUtil.js.map +1 -1
  55. package/lib/utils/types.d.ts +13 -2
  56. package/lib/utils/types.js.map +1 -1
  57. package/lib/utils/webappTemplateUtils.d.ts +7 -2
  58. package/lib/utils/webappTemplateUtils.js +16 -7
  59. package/lib/utils/webappTemplateUtils.js.map +1 -1
  60. package/package.json +1 -1
  61. /package/lib/templates/project/{react-b2e → reactb2e}/.a4drules/README.md +0 -0
  62. /package/lib/templates/project/{react-b2e → reactb2e}/.a4drules/a4d-webapp-generate.md +0 -0
  63. /package/lib/templates/project/{react-b2e → reactb2e}/.a4drules/build-validation.md +0 -0
  64. /package/lib/templates/project/{react-b2e → reactb2e}/.a4drules/code-quality.md +0 -0
  65. /package/lib/templates/project/{react-b2e → reactb2e}/.a4drules/graphql/tools/knowledge/lds-explore-graphql-schema.md +0 -0
  66. /package/lib/templates/project/{react-b2e → reactb2e}/.a4drules/graphql/tools/knowledge/lds-generate-graphql-mutationquery.md +0 -0
  67. /package/lib/templates/project/{react-b2e → reactb2e}/.a4drules/graphql/tools/knowledge/lds-generate-graphql-readquery.md +0 -0
  68. /package/lib/templates/project/{react-b2e → reactb2e}/.a4drules/graphql/tools/knowledge/lds-guide-graphql.md +0 -0
  69. /package/lib/templates/project/{react-b2e → reactb2e}/.a4drules/graphql/tools/schemas/shared.graphqls +0 -0
  70. /package/lib/templates/project/{react-b2e → reactb2e}/.a4drules/graphql.md +0 -0
  71. /package/lib/templates/project/{react-b2e → reactb2e}/.a4drules/images.md +0 -0
  72. /package/lib/templates/project/{react-b2e → reactb2e}/.a4drules/react.md +0 -0
  73. /package/lib/templates/project/{react-b2e → reactb2e}/.a4drules/react_image_processing.md +0 -0
  74. /package/lib/templates/project/{react-b2e → reactb2e}/.a4drules/typescript.md +0 -0
  75. /package/lib/templates/project/{react-b2e → reactb2e}/.a4drules/ui-layout.md +0 -0
  76. /package/lib/templates/project/{react-b2e → reactb2e}/.a4drules/webapp-nav-and-placeholders.md +0 -0
  77. /package/lib/templates/project/{react-b2e → reactb2e}/.a4drules/webapp-no-node-e.md +0 -0
  78. /package/lib/templates/project/{react-b2e → reactb2e}/.a4drules/webapp-ui-first.md +0 -0
  79. /package/lib/templates/project/{react-b2e → reactb2e}/.a4drules/webapp.md +0 -0
  80. /package/lib/templates/project/{react-b2e → reactb2e}/.forceignore +0 -0
  81. /package/lib/templates/project/{react-b2e → reactb2e}/.husky/pre-commit +0 -0
  82. /package/lib/templates/project/{react-b2e → reactb2e}/.prettierignore +0 -0
  83. /package/lib/templates/project/{react-b2e → reactb2e}/.prettierrc +0 -0
  84. /package/lib/templates/project/{react-b2e → reactb2e}/AGENT.md +0 -0
  85. /package/lib/templates/project/{react-b2e → reactb2e}/CHANGELOG.md +0 -0
  86. /package/lib/templates/project/{react-b2e → reactb2e}/README.md +0 -0
  87. /package/lib/templates/project/{react-b2e → reactb2e}/config/project-scratch-def.json +0 -0
  88. /package/lib/templates/project/{react-b2e → reactb2e}/force-app/main/default/webapplications/appreacttemplateb2e/.graphqlrc.yml +0 -0
  89. /package/lib/templates/project/{react-b2e → reactb2e}/force-app/main/default/webapplications/appreacttemplateb2e/.prettierignore +0 -0
  90. /package/lib/templates/project/{react-b2e → reactb2e}/force-app/main/default/webapplications/appreacttemplateb2e/.prettierrc +0 -0
  91. /package/lib/templates/project/{react-b2e → reactb2e}/force-app/main/default/webapplications/appreacttemplateb2e/appreacttemplateb2e.webapplication-meta.xml +0 -0
  92. /package/lib/templates/project/{react-b2e → reactb2e}/force-app/main/default/webapplications/appreacttemplateb2e/build/vite.config.d.ts +0 -0
  93. /package/lib/templates/project/{react-b2e → reactb2e}/force-app/main/default/webapplications/appreacttemplateb2e/build/vite.config.js +0 -0
  94. /package/lib/templates/project/{react-b2e → reactb2e}/force-app/main/default/webapplications/appreacttemplateb2e/codegen.yml +0 -0
  95. /package/lib/templates/project/{react-b2e → reactb2e}/force-app/main/default/webapplications/appreacttemplateb2e/e2e/app.spec.ts +0 -0
  96. /package/lib/templates/project/{react-b2e → reactb2e}/force-app/main/default/webapplications/appreacttemplateb2e/eslint.config.js +0 -0
  97. /package/lib/templates/project/{react-b2e → reactb2e}/force-app/main/default/webapplications/appreacttemplateb2e/index.html +0 -0
  98. /package/lib/templates/project/{react-b2e → reactb2e}/force-app/main/default/webapplications/appreacttemplateb2e/package-lock.json +0 -0
  99. /package/lib/templates/project/{react-b2e → reactb2e}/force-app/main/default/webapplications/appreacttemplateb2e/package.json +0 -0
  100. /package/lib/templates/project/{react-b2e → reactb2e}/force-app/main/default/webapplications/appreacttemplateb2e/playwright.config.ts +0 -0
  101. /package/lib/templates/project/{react-b2e → reactb2e}/force-app/main/default/webapplications/appreacttemplateb2e/scripts/get-graphql-schema.mjs +0 -0
  102. /package/lib/templates/project/{react-b2e → reactb2e}/force-app/main/default/webapplications/appreacttemplateb2e/scripts/rewrite-e2e-assets.mjs +0 -0
  103. /package/lib/templates/project/{react-b2e → reactb2e}/force-app/main/default/webapplications/appreacttemplateb2e/src/api/graphql-operations-types.ts +0 -0
  104. /package/lib/templates/project/{react-b2e → reactb2e}/force-app/main/default/webapplications/appreacttemplateb2e/src/api/utils/accounts.ts +0 -0
  105. /package/lib/templates/project/{react-b2e → reactb2e}/force-app/main/default/webapplications/appreacttemplateb2e/src/api/utils/query/highRevenueAccountsQuery.graphql +0 -0
  106. /package/lib/templates/project/{react-b2e → reactb2e}/force-app/main/default/webapplications/appreacttemplateb2e/src/app.tsx +0 -0
  107. /package/lib/templates/project/{react-b2e → reactb2e}/force-app/main/default/webapplications/appreacttemplateb2e/src/appLayout.tsx +0 -0
  108. /package/lib/templates/project/{react-b2e → reactb2e}/force-app/main/default/webapplications/appreacttemplateb2e/src/assets/icons/book.svg +0 -0
  109. /package/lib/templates/project/{react-b2e → reactb2e}/force-app/main/default/webapplications/appreacttemplateb2e/src/assets/icons/copy.svg +0 -0
  110. /package/lib/templates/project/{react-b2e → reactb2e}/force-app/main/default/webapplications/appreacttemplateb2e/src/assets/icons/rocket.svg +0 -0
  111. /package/lib/templates/project/{react-b2e → reactb2e}/force-app/main/default/webapplications/appreacttemplateb2e/src/assets/icons/star.svg +0 -0
  112. /package/lib/templates/project/{react-b2e → reactb2e}/force-app/main/default/webapplications/appreacttemplateb2e/src/assets/images/codey-1.png +0 -0
  113. /package/lib/templates/project/{react-b2e → reactb2e}/force-app/main/default/webapplications/appreacttemplateb2e/src/assets/images/codey-2.png +0 -0
  114. /package/lib/templates/project/{react-b2e → reactb2e}/force-app/main/default/webapplications/appreacttemplateb2e/src/assets/images/codey-3.png +0 -0
  115. /package/lib/templates/project/{react-b2e → reactb2e}/force-app/main/default/webapplications/appreacttemplateb2e/src/assets/images/vibe-codey.svg +0 -0
  116. /package/lib/templates/project/{react-b2e → reactb2e}/force-app/main/default/webapplications/appreacttemplateb2e/src/components/AgentforceConversationClient.tsx +0 -0
  117. /package/lib/templates/project/{react-b2e → reactb2e}/force-app/main/default/webapplications/appreacttemplateb2e/src/index.ts +0 -0
  118. /package/lib/templates/project/{react-b2e → reactb2e}/force-app/main/default/webapplications/appreacttemplateb2e/src/navigationMenu.tsx +0 -0
  119. /package/lib/templates/project/{react-b2e → reactb2e}/force-app/main/default/webapplications/appreacttemplateb2e/src/pages/Home.tsx +0 -0
  120. /package/lib/templates/project/{react-b2e → reactb2e}/force-app/main/default/webapplications/appreacttemplateb2e/src/pages/NotFound.tsx +0 -0
  121. /package/lib/templates/project/{react-b2e → reactb2e}/force-app/main/default/webapplications/appreacttemplateb2e/src/router-utils.tsx +0 -0
  122. /package/lib/templates/project/{react-b2e → reactb2e}/force-app/main/default/webapplications/appreacttemplateb2e/src/routes.tsx +0 -0
  123. /package/lib/templates/project/{react-b2e → reactb2e}/force-app/main/default/webapplications/appreacttemplateb2e/src/styles/global.css +0 -0
  124. /package/lib/templates/project/{react-b2e → reactb2e}/force-app/main/default/webapplications/appreacttemplateb2e/src/types/conversation.ts +0 -0
  125. /package/lib/templates/project/{react-b2e → reactb2e}/force-app/main/default/webapplications/appreacttemplateb2e/tsconfig.json +0 -0
  126. /package/lib/templates/project/{react-b2e → reactb2e}/force-app/main/default/webapplications/appreacttemplateb2e/tsconfig.node.json +0 -0
  127. /package/lib/templates/project/{react-b2e → reactb2e}/force-app/main/default/webapplications/appreacttemplateb2e/vite-env.d.ts +0 -0
  128. /package/lib/templates/project/{react-b2e → reactb2e}/force-app/main/default/webapplications/appreacttemplateb2e/vite.config.ts +0 -0
  129. /package/lib/templates/project/{react-b2e → reactb2e}/force-app/main/default/webapplications/appreacttemplateb2e/vitest-env.d.ts +0 -0
  130. /package/lib/templates/project/{react-b2e → reactb2e}/force-app/main/default/webapplications/appreacttemplateb2e/vitest.config.ts +0 -0
  131. /package/lib/templates/project/{react-b2e → reactb2e}/force-app/main/default/webapplications/appreacttemplateb2e/vitest.setup.ts +0 -0
  132. /package/lib/templates/project/{react-b2e → reactb2e}/force-app/main/default/webapplications/appreacttemplateb2e/webapplication.json +0 -0
  133. /package/lib/templates/project/{react-b2e → reactb2e}/jest.config.js +0 -0
  134. /package/lib/templates/project/{react-b2e → reactb2e}/package.json +0 -0
  135. /package/lib/templates/project/{react-b2e → reactb2e}/scripts/apex/hello.apex +0 -0
  136. /package/lib/templates/project/{react-b2e → reactb2e}/scripts/soql/account.soql +0 -0
  137. /package/lib/templates/project/{react-b2e → reactb2e}/sfdx-project.json +0 -0
  138. /package/lib/templates/project/{react-b2x → reactb2x}/.a4drules/README.md +0 -0
  139. /package/lib/templates/project/{react-b2x → reactb2x}/.a4drules/a4d-webapp-generate.md +0 -0
  140. /package/lib/templates/project/{react-b2x → reactb2x}/.a4drules/build-validation.md +0 -0
  141. /package/lib/templates/project/{react-b2x → reactb2x}/.a4drules/code-quality.md +0 -0
  142. /package/lib/templates/project/{react-b2x → reactb2x}/.a4drules/graphql/tools/knowledge/lds-explore-graphql-schema.md +0 -0
  143. /package/lib/templates/project/{react-b2x → reactb2x}/.a4drules/graphql/tools/knowledge/lds-generate-graphql-mutationquery.md +0 -0
  144. /package/lib/templates/project/{react-b2x → reactb2x}/.a4drules/graphql/tools/knowledge/lds-generate-graphql-readquery.md +0 -0
  145. /package/lib/templates/project/{react-b2x → reactb2x}/.a4drules/graphql/tools/knowledge/lds-guide-graphql.md +0 -0
  146. /package/lib/templates/project/{react-b2x → reactb2x}/.a4drules/graphql/tools/schemas/shared.graphqls +0 -0
  147. /package/lib/templates/project/{react-b2x → reactb2x}/.a4drules/graphql.md +0 -0
  148. /package/lib/templates/project/{react-b2x → reactb2x}/.a4drules/images.md +0 -0
  149. /package/lib/templates/project/{react-b2x → reactb2x}/.a4drules/react.md +0 -0
  150. /package/lib/templates/project/{react-b2x → reactb2x}/.a4drules/react_image_processing.md +0 -0
  151. /package/lib/templates/project/{react-b2x → reactb2x}/.a4drules/typescript.md +0 -0
  152. /package/lib/templates/project/{react-b2x → reactb2x}/.a4drules/ui-layout.md +0 -0
  153. /package/lib/templates/project/{react-b2x → reactb2x}/.a4drules/webapp-nav-and-placeholders.md +0 -0
  154. /package/lib/templates/project/{react-b2x → reactb2x}/.a4drules/webapp-no-node-e.md +0 -0
  155. /package/lib/templates/project/{react-b2x → reactb2x}/.a4drules/webapp-ui-first.md +0 -0
  156. /package/lib/templates/project/{react-b2x → reactb2x}/.a4drules/webapp.md +0 -0
  157. /package/lib/templates/project/{react-b2x → reactb2x}/.forceignore +0 -0
  158. /package/lib/templates/project/{react-b2x → reactb2x}/.husky/pre-commit +0 -0
  159. /package/lib/templates/project/{react-b2x → reactb2x}/.prettierignore +0 -0
  160. /package/lib/templates/project/{react-b2x → reactb2x}/.prettierrc +0 -0
  161. /package/lib/templates/project/{react-b2x → reactb2x}/AGENT.md +0 -0
  162. /package/lib/templates/project/{react-b2x → reactb2x}/CHANGELOG.md +0 -0
  163. /package/lib/templates/project/{react-b2x → reactb2x}/README.md +0 -0
  164. /package/lib/templates/project/{react-b2x → reactb2x}/config/project-scratch-def.json +0 -0
  165. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/classes/WebAppAuthUtils.cls +0 -0
  166. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/classes/WebAppAuthUtils.cls-meta.xml +0 -0
  167. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/classes/WebAppChangePassword.cls +0 -0
  168. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/classes/WebAppChangePassword.cls-meta.xml +0 -0
  169. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/classes/WebAppForgotPassword.cls +0 -0
  170. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/classes/WebAppForgotPassword.cls-meta.xml +0 -0
  171. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/classes/WebAppLogin.cls +0 -0
  172. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/classes/WebAppLogin.cls-meta.xml +0 -0
  173. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/classes/WebAppRegistration.cls +0 -0
  174. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/classes/WebAppRegistration.cls-meta.xml +0 -0
  175. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/digitalExperienceConfigs/appreacttemplateb2x1.digitalExperienceConfig +0 -0
  176. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/digitalExperiences/site/appreacttemplateb2x1/appreacttemplateb2x1.digitalExperience-meta.xml +0 -0
  177. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/digitalExperiences/site/appreacttemplateb2x1/sfdc_cms__site/appreacttemplateb2x1/_meta.json +0 -0
  178. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/digitalExperiences/site/appreacttemplateb2x1/sfdc_cms__site/appreacttemplateb2x1/content.json +0 -0
  179. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/networks/appreacttemplateb2x.network +0 -0
  180. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/package.xml +0 -0
  181. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/sites/appreacttemplateb2x.site +0 -0
  182. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/.graphqlrc.yml +0 -0
  183. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/.prettierignore +0 -0
  184. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/.prettierrc +0 -0
  185. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/appreacttemplateb2x.webapplication-meta.xml +0 -0
  186. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/build/vite.config.d.ts +0 -0
  187. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/build/vite.config.js +0 -0
  188. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/codegen.yml +0 -0
  189. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/e2e/app.spec.ts +0 -0
  190. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/eslint.config.js +0 -0
  191. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/index.html +0 -0
  192. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/package-lock.json +0 -0
  193. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/package.json +0 -0
  194. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/playwright.config.ts +0 -0
  195. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/scripts/get-graphql-schema.mjs +0 -0
  196. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/scripts/rewrite-e2e-assets.mjs +0 -0
  197. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/src/api/graphql-operations-types.ts +0 -0
  198. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/src/api/utils/accounts.ts +0 -0
  199. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/src/api/utils/query/highRevenueAccountsQuery.graphql +0 -0
  200. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/src/app.tsx +0 -0
  201. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/src/appLayout.tsx +0 -0
  202. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/src/assets/icons/book.svg +0 -0
  203. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/src/assets/icons/copy.svg +0 -0
  204. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/src/assets/icons/rocket.svg +0 -0
  205. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/src/assets/icons/star.svg +0 -0
  206. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/src/assets/images/codey-1.png +0 -0
  207. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/src/assets/images/codey-2.png +0 -0
  208. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/src/assets/images/codey-3.png +0 -0
  209. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/src/assets/images/vibe-codey.svg +0 -0
  210. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/src/components/alerts/status-alert.tsx +0 -0
  211. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/src/components/auth/authHelpers.ts +0 -0
  212. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/src/components/auth/authenticationConfig.ts +0 -0
  213. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/src/components/auth/authenticationRouteLayout.tsx +0 -0
  214. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/src/components/auth/privateRouteLayout.tsx +0 -0
  215. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/src/components/auth/sessionTimeout/SessionTimeoutValidator.tsx +0 -0
  216. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/src/components/auth/sessionTimeout/sessionTimeService.ts +0 -0
  217. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/src/components/auth/sessionTimeout/sessionTimeoutConfig.ts +0 -0
  218. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/src/components/footers/footer-link.tsx +0 -0
  219. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/src/components/forms/auth-form.tsx +0 -0
  220. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/src/components/forms/submit-button.tsx +0 -0
  221. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/src/components/layout/card-layout.tsx +0 -0
  222. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/src/components/layout/card-skeleton.tsx +0 -0
  223. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/src/components/layout/centered-page-layout.tsx +0 -0
  224. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/src/components/ui/alert.tsx +0 -0
  225. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/src/components/ui/button.tsx +0 -0
  226. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/src/components/ui/card.tsx +0 -0
  227. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/src/components/ui/dialog.tsx +0 -0
  228. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/src/components/ui/field.tsx +0 -0
  229. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/src/components/ui/index.ts +0 -0
  230. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/src/components/ui/input.tsx +0 -0
  231. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/src/components/ui/label.tsx +0 -0
  232. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/src/components/ui/pagination.tsx +0 -0
  233. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/src/components/ui/select.tsx +0 -0
  234. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/src/components/ui/separator.tsx +0 -0
  235. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/src/components/ui/skeleton.tsx +0 -0
  236. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/src/components/ui/spinner.tsx +0 -0
  237. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/src/components/ui/table.tsx +0 -0
  238. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/src/components/ui/tabs.tsx +0 -0
  239. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/src/components.json +0 -0
  240. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/src/context/AuthContext.tsx +0 -0
  241. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/src/hooks/form.tsx +0 -0
  242. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/src/hooks/useCountdownTimer.ts +0 -0
  243. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/src/hooks/useRetryWithBackoff.ts +0 -0
  244. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/src/layouts/AuthAppLayout.tsx +0 -0
  245. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/src/lib/data-sdk.ts +0 -0
  246. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/src/lib/utils.ts +0 -0
  247. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/src/navigationMenu.tsx +0 -0
  248. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/src/pages/ChangePassword.tsx +0 -0
  249. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/src/pages/ForgotPassword.tsx +0 -0
  250. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/src/pages/Home.tsx +0 -0
  251. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/src/pages/Login.tsx +0 -0
  252. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/src/pages/NotFound.tsx +0 -0
  253. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/src/pages/Profile.tsx +0 -0
  254. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/src/pages/Register.tsx +0 -0
  255. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/src/pages/ResetPassword.tsx +0 -0
  256. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/src/router-utils.tsx +0 -0
  257. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/src/routes.tsx +0 -0
  258. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/src/styles/global.css +0 -0
  259. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/src/utils/helpers.ts +0 -0
  260. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/tsconfig.json +0 -0
  261. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/tsconfig.node.json +0 -0
  262. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/vite-env.d.ts +0 -0
  263. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/vite.config.ts +0 -0
  264. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/vitest-env.d.ts +0 -0
  265. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/vitest.config.ts +0 -0
  266. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/vitest.setup.ts +0 -0
  267. /package/lib/templates/project/{react-b2x → reactb2x}/force-app/main/default/webapplications/appreacttemplateb2x/webapplication.json +0 -0
  268. /package/lib/templates/project/{react-b2x → reactb2x}/jest.config.js +0 -0
  269. /package/lib/templates/project/{react-b2x → reactb2x}/package.json +0 -0
  270. /package/lib/templates/project/{react-b2x → reactb2x}/scripts/apex/hello.apex +0 -0
  271. /package/lib/templates/project/{react-b2x → reactb2x}/scripts/soql/account.soql +0 -0
  272. /package/lib/templates/project/{react-b2x → reactb2x}/sfdx-project.json +0 -0
@@ -1 +1 @@
1
- {"version":3,"file":"types.js","sourceRoot":"","sources":["../../src/utils/types.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEH,yFAAkF;AAClF,yEAAkE;AAClE,6EAAsE;AACtE,yEAAkE;AAClE,+EAAwE;AACxE,2FAAoF;AACpF,mFAA4E;AAC5E,2FAAoF;AACpF,iFAA0E;AAC1E,iGAA0F;AAC1F,qEAA8D;AAC9D,mFAA4E;AAC5E,+FAAwF;AACxF,qFAA8E;AAC9E,mFAA4E;AAwB5E;;;;;;GAMG;AACH,IAAY,YAgBX;AAhBD,WAAY,YAAY;IACtB,yEAAiB,CAAA;IACjB,yDAAS,CAAA;IACT,6DAAW,CAAA;IACX,yDAAS,CAAA;IACT,+DAAY,CAAA;IACZ,2EAAkB,CAAA;IAClB,mEAAc,CAAA;IACd,2EAAkB,CAAA;IAClB,iEAAa,CAAA;IACb,iFAAqB,CAAA;IACrB,sDAAO,CAAA;IACP,gFAAoB,CAAA;IACpB,sEAAe,CAAA;IACf,oEAAc,CAAA;IACd,oEAAc,CAAA;AAChB,CAAC,EAhBW,YAAY,4BAAZ,YAAY,QAgBvB;AAEY,QAAA,UAAU,GAAG,IAAI,GAAG,CAAoC;IACnE,CAAC,YAAY,CAAC,iBAAiB,EAAE,oCAA0B,CAAC;IAC5D,CAAC,YAAY,CAAC,SAAS,EAAE,4BAAkB,CAAC;IAC5C,CAAC,YAAY,CAAC,WAAW,EAAE,8BAAoB,CAAC;IAChD,CAAC,YAAY,CAAC,SAAS,EAAE,4BAAkB,CAAC;IAC5C,CAAC,YAAY,CAAC,YAAY,EAAE,+BAAqB,CAAC;IAClD,CAAC,YAAY,CAAC,kBAAkB,EAAE,qCAA2B,CAAC;IAC9D,CAAC,YAAY,CAAC,cAAc,EAAE,iCAAuB,CAAC;IACtD,CAAC,YAAY,CAAC,kBAAkB,EAAE,qCAA2B,CAAC;IAC9D,CAAC,YAAY,CAAC,aAAa,EAAE,gCAAsB,CAAC;IACpD,CAAC,YAAY,CAAC,qBAAqB,EAAE,wCAA8B,CAAC;IACpE,CAAC,YAAY,CAAC,OAAO,EAAE,0BAAgB,CAAC;IACxC,CAAC,YAAY,CAAC,cAAc,EAAE,iCAAuB,CAAC;IACtD,CAAC,YAAY,CAAC,oBAAoB,EAAE,uCAA6B,CAAC;IAClE,CAAC,YAAY,CAAC,eAAe,EAAE,kCAAwB,CAAC;IACxD,CAAC,YAAY,CAAC,cAAc,EAAE,iCAAuB,CAAC;CACvD,CAAC,CAAC"}
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../../src/utils/types.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEH,yFAAkF;AAClF,yEAAkE;AAClE,6EAAsE;AACtE,yEAAkE;AAClE,+EAAwE;AACxE,2FAAoF;AACpF,mFAA4E;AAC5E,2FAAoF;AACpF,iFAA0E;AAC1E,iGAA0F;AAC1F,qEAA8D;AAC9D,mFAA4E;AAC5E,+FAAwF;AACxF,qFAA8E;AAC9E,mFAA4E;AAsC5E;;;;;;GAMG;AACH,IAAY,YAgBX;AAhBD,WAAY,YAAY;IACtB,yEAAiB,CAAA;IACjB,yDAAS,CAAA;IACT,6DAAW,CAAA;IACX,yDAAS,CAAA;IACT,+DAAY,CAAA;IACZ,2EAAkB,CAAA;IAClB,mEAAc,CAAA;IACd,2EAAkB,CAAA;IAClB,iEAAa,CAAA;IACb,iFAAqB,CAAA;IACrB,sDAAO,CAAA;IACP,gFAAoB,CAAA;IACpB,sEAAe,CAAA;IACf,oEAAc,CAAA;IACd,oEAAc,CAAA;AAChB,CAAC,EAhBW,YAAY,4BAAZ,YAAY,QAgBvB;AAEY,QAAA,UAAU,GAAG,IAAI,GAAG,CAAoC;IACnE,CAAC,YAAY,CAAC,iBAAiB,EAAE,oCAA0B,CAAC;IAC5D,CAAC,YAAY,CAAC,SAAS,EAAE,4BAAkB,CAAC;IAC5C,CAAC,YAAY,CAAC,WAAW,EAAE,8BAAoB,CAAC;IAChD,CAAC,YAAY,CAAC,SAAS,EAAE,4BAAkB,CAAC;IAC5C,CAAC,YAAY,CAAC,YAAY,EAAE,+BAAqB,CAAC;IAClD,CAAC,YAAY,CAAC,kBAAkB,EAAE,qCAA2B,CAAC;IAC9D,CAAC,YAAY,CAAC,cAAc,EAAE,iCAAuB,CAAC;IACtD,CAAC,YAAY,CAAC,kBAAkB,EAAE,qCAA2B,CAAC;IAC9D,CAAC,YAAY,CAAC,aAAa,EAAE,gCAAsB,CAAC;IACpD,CAAC,YAAY,CAAC,qBAAqB,EAAE,wCAA8B,CAAC;IACpE,CAAC,YAAY,CAAC,OAAO,EAAE,0BAAgB,CAAC;IACxC,CAAC,YAAY,CAAC,cAAc,EAAE,iCAAuB,CAAC;IACtD,CAAC,YAAY,CAAC,oBAAoB,EAAE,uCAA6B,CAAC;IAClE,CAAC,YAAY,CAAC,eAAe,EAAE,kCAAwB,CAAC;IACxD,CAAC,YAAY,CAAC,cAAc,EAAE,iCAAuB,CAAC;CACvD,CAAC,CAAC"}
@@ -12,6 +12,11 @@ export declare const FULL_TEMPLATE_DEFAULT_NAMES: Record<string, {
12
12
  }>;
13
13
  /** Directories to skip when walking a full template dir (e.g. node_modules) */
14
14
  export declare const FULL_TEMPLATE_SKIP_DIRS: Set<string>;
15
+ /**
16
+ * Returns a string containing only alphanumeric characters [A-Za-z0-9].
17
+ * Used for folder and file names under webapplications, which must be alphanumeric.
18
+ */
19
+ export declare function toAlphanumericForPath(name: string): string;
15
20
  /** Heuristic: treat as text if no null byte in the first chunk and decodable as UTF-8 */
16
21
  export declare function isLikelyText(filename: string, buffer: Buffer): boolean;
17
22
  /** Renders an EJS template file with the given data (stateless, no generator dependency). */
@@ -29,7 +34,7 @@ export type GenerateBuiltInFullTemplateOptions = {
29
34
  onFileCreated: (destPath: string) => void;
30
35
  };
31
36
  /**
32
- * Generate project files from a built-in full template (e.g. react-b2e, react-b2x).
37
+ * Generate project files from a built-in full template (e.g. reactb2e, reactb2x).
33
38
  * Builds template vars and name replacements and delegates to generateFromProjectTemplateDir.
34
39
  */
35
40
  export declare function generateBuiltInFullTemplate(template: string, projectname: string, options: GenerateBuiltInFullTemplateOptions): Promise<void>;
@@ -42,7 +47,7 @@ export type GenerateFromProjectTemplateDirOptions = {
42
47
  onFileCreated: (destPath: string) => void;
43
48
  };
44
49
  /**
45
- * Recursively walk a full project template directory (e.g. react-b2e, react-b2x),
50
+ * Recursively walk a full project template directory (e.g. reactb2e, reactb2x),
46
51
  * rendering EJS for text files and copying the rest. Renames template default app/site
47
52
  * names (e.g. appreacttemplateb2e) to the project name in paths and file contents.
48
53
  */
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.FULL_TEMPLATE_SKIP_DIRS = exports.FULL_TEMPLATE_DEFAULT_NAMES = exports.BUILT_IN_FULL_TEMPLATES = exports.EJS_EXTENSIONS = void 0;
4
+ exports.toAlphanumericForPath = toAlphanumericForPath;
4
5
  exports.isLikelyText = isLikelyText;
5
6
  exports.renderEjsFile = renderEjsFile;
6
7
  exports.generateBuiltInFullTemplate = generateBuiltInFullTemplate;
@@ -34,23 +35,30 @@ exports.EJS_EXTENSIONS = new Set([
34
35
  '.config.ts',
35
36
  ]);
36
37
  /** Templates that have a full folder under src/templates/project/ (populated at build time from npm) */
37
- exports.BUILT_IN_FULL_TEMPLATES = new Set(['react-b2e', 'react-b2x']);
38
+ exports.BUILT_IN_FULL_TEMPLATES = new Set(['reactb2e', 'reactb2x']);
38
39
  /**
39
40
  * Default app/site names embedded in each full template; all are renamed to the project name.
40
41
  * Order matters: replace longer (suffix) first to avoid partial replacements.
41
42
  */
42
43
  exports.FULL_TEMPLATE_DEFAULT_NAMES = {
43
- 'react-b2e': {
44
+ reactb2e: {
44
45
  base: 'appreacttemplateb2e',
45
46
  withSuffix: 'appreacttemplateb2e1',
46
47
  },
47
- 'react-b2x': {
48
+ reactb2x: {
48
49
  base: 'appreacttemplateb2x',
49
50
  withSuffix: 'appreacttemplateb2x1',
50
51
  },
51
52
  };
52
53
  /** Directories to skip when walking a full template dir (e.g. node_modules) */
53
54
  exports.FULL_TEMPLATE_SKIP_DIRS = new Set(['node_modules', '.git']);
55
+ /**
56
+ * Returns a string containing only alphanumeric characters [A-Za-z0-9].
57
+ * Used for folder and file names under webapplications, which must be alphanumeric.
58
+ */
59
+ function toAlphanumericForPath(name) {
60
+ return name.replace(/[^A-Za-z0-9]/g, '');
61
+ }
54
62
  /** Heuristic: treat as text if no null byte in the first chunk and decodable as UTF-8 */
55
63
  function isLikelyText(filename, buffer) {
56
64
  const ext = path.extname(filename).toLowerCase();
@@ -100,7 +108,7 @@ function renderEjsFile(sourcePath, data) {
100
108
  });
101
109
  }
102
110
  /**
103
- * Generate project files from a built-in full template (e.g. react-b2e, react-b2x).
111
+ * Generate project files from a built-in full template (e.g. reactb2e, reactb2x).
104
112
  * Builds template vars and name replacements and delegates to generateFromProjectTemplateDir.
105
113
  */
106
114
  function generateBuiltInFullTemplate(template, projectname, options) {
@@ -117,10 +125,11 @@ function generateBuiltInFullTemplate(template, projectname, options) {
117
125
  company: (process.env.USER || 'Demo') + ' company',
118
126
  };
119
127
  const nameReplacementsEntry = exports.FULL_TEMPLATE_DEFAULT_NAMES[template];
128
+ const projectnameAlphanumeric = toAlphanumericForPath(projectname);
120
129
  const nameReplacements = nameReplacementsEntry
121
130
  ? [
122
- [nameReplacementsEntry.withSuffix, projectname + '1'],
123
- [nameReplacementsEntry.base, projectname],
131
+ [nameReplacementsEntry.withSuffix, projectnameAlphanumeric + '1'],
132
+ [nameReplacementsEntry.base, projectnameAlphanumeric],
124
133
  ]
125
134
  : undefined;
126
135
  yield generateFromProjectTemplateDir(templateDir, projectDir, templateVars, {
@@ -131,7 +140,7 @@ function generateBuiltInFullTemplate(template, projectname, options) {
131
140
  });
132
141
  }
133
142
  /**
134
- * Recursively walk a full project template directory (e.g. react-b2e, react-b2x),
143
+ * Recursively walk a full project template directory (e.g. reactb2e, reactb2x),
135
144
  * rendering EJS for text files and copying the rest. Renames template default app/site
136
145
  * names (e.g. appreacttemplateb2e) to the project name in paths and file contents.
137
146
  */
@@ -1 +1 @@
1
- {"version":3,"file":"webappTemplateUtils.js","sourceRoot":"","sources":["../../src/utils/webappTemplateUtils.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"webappTemplateUtils.js","sourceRoot":"","sources":["../../src/utils/webappTemplateUtils.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/templates",
3
- "version": "66.2.0",
3
+ "version": "66.3.0",
4
4
  "description": "Salesforce JS library for templates",
5
5
  "bugs": "https://github.com/forcedotcom/salesforcedx-templates/issues",
6
6
  "main": "lib/index.js",