@salesforce/webapp-experimental 1.56.0 → 1.56.1

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.
@@ -4,7 +4,7 @@
4
4
  * For full license text, see the LICENSE.txt file
5
5
  */
6
6
  export { uiApiClient } from "./clients.js";
7
- export { getDataSDK } from "./graphql.js";
7
+ export { getDataSDK, gql, type NodeOfConnection } from "./graphql.js";
8
8
  export { getHighRevenueAccounts, type Account } from "./utils/accounts.js";
9
9
  export { getRecord, createRecord, updateRecord, deleteRecord } from "./utils/records.js";
10
10
  export { getCurrentUser } from "./utils/user.js";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/api/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,OAAO,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAG3C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAG1C,OAAO,EAAE,sBAAsB,EAAE,KAAK,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAE3E,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAEzF,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/api/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,OAAO,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAG3C,OAAO,EAAE,UAAU,EAAE,GAAG,EAAE,KAAK,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAGtE,OAAO,EAAE,sBAAsB,EAAE,KAAK,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAE3E,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAEzF,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC"}
package/dist/api/index.js CHANGED
@@ -6,7 +6,7 @@
6
6
  // Core clients
7
7
  export { uiApiClient } from "./clients.js";
8
8
  // Data SDK
9
- export { getDataSDK } from "./graphql.js";
9
+ export { getDataSDK, gql } from "./graphql.js";
10
10
  // Utility functions
11
11
  export { getHighRevenueAccounts } from "./utils/accounts.js";
12
12
  export { getRecord, createRecord, updateRecord, deleteRecord } from "./utils/records.js";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/webapp-experimental",
3
3
  "description": "[experimental] Core package for Salesforce Web Applications",
4
- "version": "1.56.0",
4
+ "version": "1.56.1",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "type": "module",
7
7
  "main": "./dist/index.js",
@@ -45,7 +45,7 @@
45
45
  },
46
46
  "dependencies": {
47
47
  "@salesforce/core": "^8.23.4",
48
- "@salesforce/sdk-data": "^1.56.0",
48
+ "@salesforce/sdk-data": "^1.56.1",
49
49
  "axios": "^1.7.7",
50
50
  "micromatch": "^4.0.8",
51
51
  "path-to-regexp": "^8.3.0"
@@ -61,5 +61,5 @@
61
61
  "publishConfig": {
62
62
  "access": "public"
63
63
  },
64
- "gitHead": "580bc4db5f0190f3b7345056a9f16454455f3652"
64
+ "gitHead": "c900d757a03250a770c5312dbef2013de91e7bb3"
65
65
  }