@salesforce/webapp-template-feature-graphql-experimental 1.31.0 → 1.32.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.
package/dist/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
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.32.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.31.0...v1.32.0) (2026-02-17)
7
+
8
+ **Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
9
+
10
+
11
+
12
+
13
+
6
14
  # [1.31.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.30.1...v1.31.0) (2026-02-16)
7
15
 
8
16
  **Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
@@ -8,7 +8,7 @@
8
8
  "name": "base-react-app",
9
9
  "version": "1.0.0",
10
10
  "dependencies": {
11
- "@salesforce/sdk-data": "^1.30.1",
11
+ "@salesforce/sdk-data": "^1.31.0",
12
12
  "@salesforce/webapp-experimental": "*",
13
13
  "@tailwindcss/vite": "^4.1.17",
14
14
  "react": "^19.2.0",
@@ -3689,19 +3689,19 @@
3689
3689
  }
3690
3690
  },
3691
3691
  "node_modules/@salesforce/sdk-core": {
3692
- "version": "1.30.1",
3693
- "resolved": "https://registry.npmjs.org/@salesforce/sdk-core/-/sdk-core-1.30.1.tgz",
3694
- "integrity": "sha512-ylJ7n6xdhyGTuC36WIs2cSmsMEgPesFeyfl29QARsHZiYdjMUQylU6vpTJCs1JM1gYFAE00h3NUe9y7PBpeOWA==",
3692
+ "version": "1.31.0",
3693
+ "resolved": "https://registry.npmjs.org/@salesforce/sdk-core/-/sdk-core-1.31.0.tgz",
3694
+ "integrity": "sha512-qt+cn2ffxPP0ccR5RCt9Te+XLog/ykB83Cq6iTVHDTA4DFUtMxCPImLI+exqqMQrqQuBn+Lora63NisDC5wIPg==",
3695
3695
  "license": "SEE LICENSE IN LICENSE.txt"
3696
3696
  },
3697
3697
  "node_modules/@salesforce/sdk-data": {
3698
- "version": "1.30.1",
3699
- "resolved": "https://registry.npmjs.org/@salesforce/sdk-data/-/sdk-data-1.30.1.tgz",
3700
- "integrity": "sha512-0u4bw+Q2uHziM8XgastfnKJ4PVcXMxo7vo4hHZOQwyjnoTaC78rr9XMbWHlUR08ypOq/HcBWT+w2D38FmNskMQ==",
3698
+ "version": "1.31.0",
3699
+ "resolved": "https://registry.npmjs.org/@salesforce/sdk-data/-/sdk-data-1.31.0.tgz",
3700
+ "integrity": "sha512-sp6g/vKlpOzgLA1J6noW+la8SZ7FdEDK7e5e2xih3AxY1hYN5sb5jPYA0cxYP3ZD7XlStsBPPI9KoXO5VFxSjA==",
3701
3701
  "license": "SEE LICENSE IN LICENSE.txt",
3702
3702
  "dependencies": {
3703
3703
  "@conduit-client/salesforce-lightning-service-worker": "^3.7.0",
3704
- "@salesforce/sdk-core": "^1.30.1"
3704
+ "@salesforce/sdk-core": "^1.31.0"
3705
3705
  }
3706
3706
  },
3707
3707
  "node_modules/@salesforce/ts-types": {
@@ -12,7 +12,7 @@
12
12
  "test": "vitest"
13
13
  },
14
14
  "dependencies": {
15
- "@salesforce/sdk-data": "^1.30.1",
15
+ "@salesforce/sdk-data": "^1.31.0",
16
16
  "@salesforce/webapp-experimental": "*",
17
17
  "@tailwindcss/vite": "^4.1.17",
18
18
  "react": "^19.2.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.31.0",
3
+ "version": "1.32.0",
4
4
  "description": "Base SFDX project template",
5
5
  "private": true,
6
6
  "files": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/webapp-template-feature-graphql-experimental",
3
- "version": "1.31.0",
3
+ "version": "1.32.0",
4
4
  "description": "GraphQL data access feature with executeGraphQL utilities, codegen tooling, agent skills, and rules",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "author": "",
@@ -33,8 +33,8 @@
33
33
  "@graphql-codegen/cli": "^6.1.0",
34
34
  "@graphql-codegen/typescript": "^5.0.6",
35
35
  "@graphql-codegen/typescript-operations": "^5.0.6",
36
- "@salesforce/sdk-data": "^1.31.0",
37
- "@salesforce/webapp-experimental": "^1.31.0",
36
+ "@salesforce/sdk-data": "^1.32.0",
37
+ "@salesforce/webapp-experimental": "^1.32.0",
38
38
  "@types/react": "^19.2.7",
39
39
  "@types/react-dom": "^19.2.3",
40
40
  "graphql": "^16.11.0",
@@ -44,5 +44,5 @@
44
44
  "vite": "^7.3.1",
45
45
  "vite-plugin-graphql-codegen": "^3.6.3"
46
46
  },
47
- "gitHead": "2e24fd71a18e7912a6caae854ef7f462d0df5080"
47
+ "gitHead": "a2b51130c4f7fef330a3c0c981c4c90b5b8711c0"
48
48
  }