@salesforce/webapp-template-feature-graphql-experimental 1.34.0 → 1.35.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.35.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.34.0...v1.35.0) (2026-02-18)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [1.34.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.33.6...v1.34.0) (2026-02-18)
|
|
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.
|
|
11
|
+
"@salesforce/sdk-data": "^1.34.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.
|
|
3693
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sdk-core/-/sdk-core-1.
|
|
3694
|
-
"integrity": "sha512-
|
|
3692
|
+
"version": "1.34.0",
|
|
3693
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sdk-core/-/sdk-core-1.34.0.tgz",
|
|
3694
|
+
"integrity": "sha512-qefkLsBxkJA2mFdeRZnT4r8uHbs57sTMZbR/WfRipdIgsKytkxfh6LNZdd7FyertVU94NHR6+devdu3H04J6Gg==",
|
|
3695
3695
|
"license": "SEE LICENSE IN LICENSE.txt"
|
|
3696
3696
|
},
|
|
3697
3697
|
"node_modules/@salesforce/sdk-data": {
|
|
3698
|
-
"version": "1.
|
|
3699
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sdk-data/-/sdk-data-1.
|
|
3700
|
-
"integrity": "sha512-
|
|
3698
|
+
"version": "1.34.0",
|
|
3699
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sdk-data/-/sdk-data-1.34.0.tgz",
|
|
3700
|
+
"integrity": "sha512-x+JEYW8t+UUCDOWgXciUZfXFZd3BKYavwQwtOHgV5xHcUoEkV/U9hcFKh4EaECpPTOI7KyVwRPQQRMwWbT9ftg==",
|
|
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.
|
|
3704
|
+
"@salesforce/sdk-core": "^1.34.0"
|
|
3705
3705
|
}
|
|
3706
3706
|
},
|
|
3707
3707
|
"node_modules/@salesforce/ts-types": {
|
|
@@ -5233,14 +5233,14 @@
|
|
|
5233
5233
|
}
|
|
5234
5234
|
},
|
|
5235
5235
|
"node_modules/cli-truncate/node_modules/string-width": {
|
|
5236
|
-
"version": "8.
|
|
5237
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-8.
|
|
5238
|
-
"integrity": "sha512-
|
|
5236
|
+
"version": "8.2.0",
|
|
5237
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-8.2.0.tgz",
|
|
5238
|
+
"integrity": "sha512-6hJPQ8N0V0P3SNmP6h2J99RLuzrWz2gvT7VnK5tKvrNqJoyS9W4/Fb8mo31UiPvy00z7DQXkP2hnKBVav76thw==",
|
|
5239
5239
|
"dev": true,
|
|
5240
5240
|
"license": "MIT",
|
|
5241
5241
|
"dependencies": {
|
|
5242
|
-
"get-east-asian-width": "^1.
|
|
5243
|
-
"strip-ansi": "^7.1.
|
|
5242
|
+
"get-east-asian-width": "^1.5.0",
|
|
5243
|
+
"strip-ansi": "^7.1.2"
|
|
5244
5244
|
},
|
|
5245
5245
|
"engines": {
|
|
5246
5246
|
"node": ">=20"
|
|
@@ -6504,9 +6504,9 @@
|
|
|
6504
6504
|
}
|
|
6505
6505
|
},
|
|
6506
6506
|
"node_modules/get-east-asian-width": {
|
|
6507
|
-
"version": "1.
|
|
6508
|
-
"resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.
|
|
6509
|
-
"integrity": "sha512-
|
|
6507
|
+
"version": "1.5.0",
|
|
6508
|
+
"resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.5.0.tgz",
|
|
6509
|
+
"integrity": "sha512-CQ+bEO+Tva/qlmw24dCejulK5pMzVnUOFOijVogd3KQs07HnRIgp8TGipvCCRT06xeYEbpbgwaCxglFyiuIcmA==",
|
|
6510
6510
|
"dev": true,
|
|
6511
6511
|
"license": "MIT",
|
|
6512
6512
|
"engines": {
|
package/dist/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/webapp-template-feature-graphql-experimental",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.35.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": "",
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"@graphql-codegen/cli": "^6.1.0",
|
|
33
33
|
"@graphql-codegen/typescript": "^5.0.6",
|
|
34
34
|
"@graphql-codegen/typescript-operations": "^5.0.6",
|
|
35
|
-
"@salesforce/sdk-data": "^1.
|
|
36
|
-
"@salesforce/webapp-experimental": "^1.
|
|
35
|
+
"@salesforce/sdk-data": "^1.35.0",
|
|
36
|
+
"@salesforce/webapp-experimental": "^1.35.0",
|
|
37
37
|
"@types/react": "^19.2.7",
|
|
38
38
|
"@types/react-dom": "^19.2.3",
|
|
39
39
|
"graphql": "^16.11.0",
|
|
@@ -53,5 +53,5 @@
|
|
|
53
53
|
}
|
|
54
54
|
}
|
|
55
55
|
},
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "f5a09f495da596b527afbc72f4d82ea03816a21f"
|
|
57
57
|
}
|