@salesforce/webapp-template-app-react-template-b2e-experimental 1.112.10 → 1.114.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 (108) hide show
  1. package/README.md +9 -9
  2. package/dist/CHANGELOG.md +16 -0
  3. package/dist/README.md +9 -9
  4. package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/README.md +2 -2
  5. package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/package.json +3 -3
  6. package/dist/force-app/main/default/webapplications/{appreacttemplateb2e/appreacttemplateb2e.webapplication-meta.xml → reactinternalapp/reactinternalapp.webapplication-meta.xml} +1 -1
  7. package/dist/package-lock.json +2 -2
  8. package/dist/package.json +1 -1
  9. package/package.json +2 -2
  10. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/.forceignore +0 -0
  11. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/.graphqlrc.yml +0 -0
  12. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/.prettierignore +0 -0
  13. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/.prettierrc +0 -0
  14. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/CHANGELOG.md +0 -0
  15. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/codegen.yml +0 -0
  16. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/components.json +0 -0
  17. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/e2e/app.spec.ts +0 -0
  18. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/eslint.config.js +0 -0
  19. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/index.html +0 -0
  20. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/playwright.config.ts +0 -0
  21. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/scripts/get-graphql-schema.mjs +0 -0
  22. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/scripts/rewrite-e2e-assets.mjs +0 -0
  23. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/api/graphql-operations-types.ts +0 -0
  24. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/api/graphqlClient.ts +0 -0
  25. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/app.tsx +0 -0
  26. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/appLayout.tsx +0 -0
  27. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/assets/icons/book.svg +0 -0
  28. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/assets/icons/copy.svg +0 -0
  29. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/assets/icons/rocket.svg +0 -0
  30. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/assets/icons/star.svg +0 -0
  31. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/assets/images/codey-1.png +0 -0
  32. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/assets/images/codey-2.png +0 -0
  33. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/assets/images/codey-3.png +0 -0
  34. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/assets/images/vibe-codey.svg +0 -0
  35. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/components/AgentforceConversationClient.tsx +0 -0
  36. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/components/__inherit_AgentforceConversationClient.tsx +0 -0
  37. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/components/alerts/status-alert.tsx +0 -0
  38. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/components/layouts/card-layout.tsx +0 -0
  39. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/components/ui/alert.tsx +0 -0
  40. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/components/ui/badge.tsx +0 -0
  41. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/components/ui/breadcrumb.tsx +0 -0
  42. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/components/ui/button.tsx +0 -0
  43. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/components/ui/calendar.tsx +0 -0
  44. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/components/ui/card.tsx +0 -0
  45. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/components/ui/checkbox.tsx +0 -0
  46. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/components/ui/collapsible.tsx +0 -0
  47. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/components/ui/datePicker.tsx +0 -0
  48. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/components/ui/dialog.tsx +0 -0
  49. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/components/ui/field.tsx +0 -0
  50. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/components/ui/index.ts +0 -0
  51. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/components/ui/input.tsx +0 -0
  52. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/components/ui/label.tsx +0 -0
  53. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/components/ui/pagination.tsx +0 -0
  54. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/components/ui/popover.tsx +0 -0
  55. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/components/ui/select.tsx +0 -0
  56. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/components/ui/separator.tsx +0 -0
  57. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/components/ui/skeleton.tsx +0 -0
  58. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/components/ui/sonner.tsx +0 -0
  59. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/components/ui/spinner.tsx +0 -0
  60. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/components/ui/table.tsx +0 -0
  61. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/components/ui/tabs.tsx +0 -0
  62. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/features/object-search/__examples__/api/accountSearchService.ts +0 -0
  63. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/features/object-search/__examples__/api/query/distinctAccountIndustries.graphql +0 -0
  64. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/features/object-search/__examples__/api/query/distinctAccountTypes.graphql +0 -0
  65. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/features/object-search/__examples__/api/query/getAccountDetail.graphql +0 -0
  66. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/features/object-search/__examples__/api/query/searchAccounts.graphql +0 -0
  67. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/features/object-search/__examples__/pages/AccountObjectDetailPage.tsx +0 -0
  68. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/features/object-search/__examples__/pages/AccountSearch.tsx +0 -0
  69. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/features/object-search/__examples__/pages/Home.tsx +0 -0
  70. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/features/object-search/api/objectSearchService.ts +0 -0
  71. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/features/object-search/components/ActiveFilters.tsx +0 -0
  72. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/features/object-search/components/FilterContext.tsx +0 -0
  73. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/features/object-search/components/ObjectBreadcrumb.tsx +0 -0
  74. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/features/object-search/components/PaginationControls.tsx +0 -0
  75. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/features/object-search/components/SearchBar.tsx +0 -0
  76. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/features/object-search/components/SortControl.tsx +0 -0
  77. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/features/object-search/components/filters/BooleanFilter.tsx +0 -0
  78. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/features/object-search/components/filters/DateFilter.tsx +0 -0
  79. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/features/object-search/components/filters/DateRangeFilter.tsx +0 -0
  80. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/features/object-search/components/filters/MultiSelectFilter.tsx +0 -0
  81. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/features/object-search/components/filters/NumericRangeFilter.tsx +0 -0
  82. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/features/object-search/components/filters/SearchFilter.tsx +0 -0
  83. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/features/object-search/components/filters/SelectFilter.tsx +0 -0
  84. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/features/object-search/components/filters/TextFilter.tsx +0 -0
  85. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/features/object-search/hooks/useAsyncData.ts +0 -0
  86. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/features/object-search/hooks/useCachedAsyncData.ts +0 -0
  87. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/features/object-search/hooks/useObjectSearchParams.ts +0 -0
  88. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/features/object-search/utils/debounce.ts +0 -0
  89. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/features/object-search/utils/fieldUtils.ts +0 -0
  90. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/features/object-search/utils/filterUtils.ts +0 -0
  91. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/features/object-search/utils/sortUtils.ts +0 -0
  92. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/index.ts +0 -0
  93. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/lib/utils.ts +0 -0
  94. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/navigationMenu.tsx +0 -0
  95. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/pages/Home.tsx +0 -0
  96. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/pages/NotFound.tsx +0 -0
  97. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/router-utils.tsx +0 -0
  98. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/routes.tsx +0 -0
  99. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/styles/global.css +0 -0
  100. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/src/types/conversation.ts +0 -0
  101. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/tsconfig.json +0 -0
  102. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/tsconfig.node.json +0 -0
  103. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/vite-env.d.ts +0 -0
  104. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/vite.config.ts +0 -0
  105. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/vitest-env.d.ts +0 -0
  106. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/vitest.config.ts +0 -0
  107. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/vitest.setup.ts +0 -0
  108. /package/dist/force-app/main/default/webapplications/{appreacttemplateb2e → reactinternalapp}/webapplication.json +0 -0
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # appreacttemplateb2e
1
+ # React Internal App
2
2
 
3
- B2E (Business-to-Employee) template app (from BYO) — Agentforce conversation client and global search, without a site container.
3
+ React internal app template — Agentforce conversation client and global search, without a site container.
4
4
 
5
5
  ## In this monorepo
6
6
 
@@ -9,15 +9,15 @@ This package is a **template app** in the webapps monorepo. It is built by apply
9
9
  ### Build
10
10
 
11
11
  ```bash
12
- nx run appreacttemplateb2e:build
12
+ nx run reactinternalapp:build
13
13
  ```
14
14
 
15
- Produces an SFDX project in `dist/` with the web app at `dist/force-app/main/default/webapplications/appreacttemplateb2e/`.
15
+ Produces an SFDX project in `dist/` with the web app at `dist/force-app/main/default/webapplications/reactinternalapp/`.
16
16
 
17
17
  ### Dev server
18
18
 
19
19
  ```bash
20
- nx run appreacttemplateb2e:dev
20
+ nx run reactinternalapp:dev
21
21
  ```
22
22
 
23
23
  Starts the Vite dev server from the built output in `dist/`.
@@ -25,7 +25,7 @@ Starts the Vite dev server from the built output in `dist/`.
25
25
  ### Watch
26
26
 
27
27
  ```bash
28
- nx run appreacttemplateb2e:watch
28
+ nx run reactinternalapp:watch
29
29
  ```
30
30
 
31
31
  Re-applies patches automatically when source files change.
@@ -35,8 +35,8 @@ Re-applies patches automatically when source files change.
35
35
  This package has no dedicated test target. To run tests, build first, then run them from the built web app:
36
36
 
37
37
  ```bash
38
- nx run appreacttemplateb2e:build
39
- cd dist/force-app/main/default/webapplications/appreacttemplateb2e && npm install && npm test
38
+ nx run reactinternalapp:build
39
+ cd dist/force-app/main/default/webapplications/reactinternalapp && npm install && npm test
40
40
  ```
41
41
 
42
42
  ### Clean
@@ -49,4 +49,4 @@ Removes the `dist/` directory.
49
49
 
50
50
  ---
51
51
 
52
- For standalone run, deploy, and test instructions (e.g. after publishing or extracting `dist/`), see the [web app README](dist/force-app/main/default/webapplications/appreacttemplateb2e/README.md).
52
+ For standalone run, deploy, and test instructions (e.g. after publishing or extracting `dist/`), see the [web app README](dist/force-app/main/default/webapplications/reactinternalapp/README.md).
package/dist/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [1.114.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.113.0...v1.114.0) (2026-03-25)
7
+
8
+ **Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
9
+
10
+
11
+
12
+
13
+
14
+ # [1.113.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.112.10...v1.113.0) (2026-03-25)
15
+
16
+ **Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
17
+
18
+
19
+
20
+
21
+
6
22
  ## [1.112.10](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.112.9...v1.112.10) (2026-03-24)
7
23
 
8
24
  **Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
package/dist/README.md CHANGED
@@ -1,40 +1,40 @@
1
- # App React Template B2E
1
+ # React Internal App
2
2
 
3
- A B2E (Business-to-Employee) React starter template for the Salesforce platform. Includes an Agentforce conversation client and global search; intended for internal (non-Experience Cloud) deployment. Built with React, Vite, TypeScript, and Tailwind/shadcn.
3
+ An internal React starter template for the Salesforce platform. Includes an Agentforce conversation client and global search; intended for internal (non-Experience Cloud) deployment. Built with React, Vite, TypeScript, and Tailwind/shadcn.
4
4
 
5
5
  ## What's included
6
6
 
7
7
  This project ships the web application only. No additional Salesforce metadata (objects, classes, etc.) is included — bring your own data model.
8
8
 
9
- | Path | Description |
10
- | ------------------------------------------------------------- | ------------------------------------- |
11
- | `force-app/main/default/webapplications/appreacttemplateb2e/` | React web app (source, config, tests) |
9
+ | Path | Description |
10
+ | ---------------------------------------------------------- | ------------------------------------- |
11
+ | `force-app/main/default/webapplications/reactinternalapp/` | React web app (source, config, tests) |
12
12
 
13
13
  ## Getting started
14
14
 
15
15
  Navigate to the web app and install dependencies:
16
16
 
17
17
  ```bash
18
- cd force-app/main/default/webapplications/appreacttemplateb2e
18
+ cd force-app/main/default/webapplications/reactinternalapp
19
19
  npm install
20
20
  npm run dev
21
21
  ```
22
22
 
23
- Opens at http://localhost:5173 by default. For build and test instructions, see the [web app README](force-app/main/default/webapplications/appreacttemplateb2e/README.md).
23
+ Opens at http://localhost:5173 by default. For build and test instructions, see the [web app README](force-app/main/default/webapplications/reactinternalapp/README.md).
24
24
 
25
25
  ## Deploy
26
26
 
27
27
  ### Deploy everything (web app)
28
28
 
29
29
  ```bash
30
- cd force-app/main/default/webapplications/appreacttemplateb2e && npm install && npm run build && cd -
30
+ cd force-app/main/default/webapplications/reactinternalapp && npm install && npm run build && cd -
31
31
  sf project deploy start --source-dir force-app --target-org <alias>
32
32
  ```
33
33
 
34
34
  ### Deploy the web app only
35
35
 
36
36
  ```bash
37
- cd force-app/main/default/webapplications/appreacttemplateb2e && npm install && npm run build && cd -
37
+ cd force-app/main/default/webapplications/reactinternalapp && npm install && npm run build && cd -
38
38
  sf project deploy start --source-dir force-app/main/default/webapplications --target-org <alias>
39
39
  ```
40
40
 
@@ -1,6 +1,6 @@
1
- # App React Template B2E
1
+ # React Internal App
2
2
 
3
- A B2E (Business-to-Employee) React template for the Salesforce platform. Includes an Agentforce conversation client and global search; intended for internal (non-Experience Cloud) deployment. Built with React, Vite, TypeScript, and Tailwind/shadcn.
3
+ An internal React template for the Salesforce platform. Includes an Agentforce conversation client and global search; intended for internal (non-Experience Cloud) deployment. Built with React, Vite, TypeScript, and Tailwind/shadcn.
4
4
 
5
5
  For project-level details (metadata, deploy), see the [project README](../../../../../../README.md).
6
6
 
@@ -15,8 +15,8 @@
15
15
  "graphql:schema": "node scripts/get-graphql-schema.mjs"
16
16
  },
17
17
  "dependencies": {
18
- "@salesforce/sdk-data": "^1.112.10",
19
- "@salesforce/webapp-experimental": "^1.112.10",
18
+ "@salesforce/sdk-data": "^1.114.0",
19
+ "@salesforce/webapp-experimental": "^1.114.0",
20
20
  "@tailwindcss/vite": "^4.1.17",
21
21
  "class-variance-authority": "^0.7.1",
22
22
  "clsx": "^2.1.1",
@@ -42,7 +42,7 @@
42
42
  "@graphql-eslint/eslint-plugin": "^4.1.0",
43
43
  "@graphql-tools/utils": "^11.0.0",
44
44
  "@playwright/test": "^1.49.0",
45
- "@salesforce/vite-plugin-webapp-experimental": "^1.112.10",
45
+ "@salesforce/vite-plugin-webapp-experimental": "^1.114.0",
46
46
  "@testing-library/jest-dom": "^6.6.3",
47
47
  "@testing-library/react": "^16.1.0",
48
48
  "@testing-library/user-event": "^14.5.2",
@@ -1,6 +1,6 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
2
  <WebApplication xmlns="http://soap.sforce.com/2006/04/metadata">
3
- <masterLabel>appreacttemplateb2e</masterLabel>
3
+ <masterLabel>reactinternalapp</masterLabel>
4
4
  <description>A Salesforce web application.</description>
5
5
  <isActive>true</isActive>
6
6
  <version>1</version>
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/webapp-template-base-sfdx-project-experimental",
3
- "version": "1.112.10",
3
+ "version": "1.114.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/webapp-template-base-sfdx-project-experimental",
9
- "version": "1.112.10",
9
+ "version": "1.114.0",
10
10
  "license": "SEE LICENSE IN LICENSE.txt",
11
11
  "devDependencies": {
12
12
  "@lwc/eslint-plugin-lwc": "^3.3.0",
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/webapp-template-base-sfdx-project-experimental",
3
- "version": "1.112.10",
3
+ "version": "1.114.0",
4
4
  "description": "Base SFDX project template",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "publishConfig": {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/webapp-template-app-react-template-b2e-experimental",
3
- "version": "1.112.10",
4
- "description": "B2E template app (from BYO)",
3
+ "version": "1.114.0",
4
+ "description": "Salesforce React internal app template",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "author": "",
7
7
  "type": "module",