@komaci/common-shared 244.1.8 → 244.2.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.
@@ -453,6 +453,7 @@
453
453
  "discoveryframework",
454
454
  "dmvr",
455
455
  "documentreader",
456
+ "draftpublish",
456
457
  "dxp",
457
458
  "dxp_action",
458
459
  "dxp_base",
@@ -835,6 +836,7 @@
835
836
  "runtime_mobilesapp",
836
837
  "runtime_omnistudio",
837
838
  "runtime_online_sales",
839
+ "runtime_p13n",
838
840
  "runtime_payments",
839
841
  "runtime_pipeline_inspector",
840
842
  "runtime_platformServices_eventMonitoring",
@@ -1036,6 +1038,7 @@
1036
1038
  "setup_service_experience",
1037
1039
  "setup_service_fieldservice",
1038
1040
  "setup_service_flowobjectlinking",
1041
+ "setup_service_folmessaging",
1039
1042
  "setup_service_folvoice",
1040
1043
  "setup_service_intents",
1041
1044
  "setup_service_livemessage",
@@ -55,6 +55,12 @@
55
55
  "importPath": "lightning/unstable_uiListsApi",
56
56
  "identifier": "unstable_getListInfoByName_imperative"
57
57
  }
58
+ },
59
+ "getListRecordsByName": {
60
+ "prime": {
61
+ "importPath": "lightning/unstable_uiListsApi",
62
+ "identifier": "unstable_getListRecordsByName_imperative"
63
+ }
58
64
  }
59
65
  },
60
66
  "lightning/uiAppsApi": {
@@ -332,10 +338,28 @@
332
338
  }
333
339
  },
334
340
  "lightning/uiGraphQLApi": {
335
- "unstable_graphql": {
341
+ "graphql": {
342
+ "prime": {
343
+ "importPath": "lightning/uiGraphQLApi",
344
+ "identifier": "unstable_graphql_imperative"
345
+ },
346
+ "batch": {
347
+ "prime": {
348
+ "importPath": "lightning/uiGraphQLBatchApi",
349
+ "identifier": "unstable_graphqlBatch_imperative"
350
+ },
351
+ "reducer": {
352
+ "importPath": "laf/batchingPortable",
353
+ "identifier": "GraphQLBatchReducer"
354
+ }
355
+ }
356
+ }
357
+ },
358
+ "lightning/uiGraphQLBatchApi": {
359
+ "graphql": {
336
360
  "prime": {
337
- "importPath": "force/ldsAdaptersUiapiGraphql",
338
- "identifier": "graphql_imperative"
361
+ "importPath": "lightning/uiGraphQLBatchApi",
362
+ "identifier": "unstable_graphqlBatch_imperative"
339
363
  }
340
364
  }
341
365
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@komaci/common-shared",
3
- "version": "244.1.8",
3
+ "version": "244.2.1",
4
4
  "description": "Assets that are shared across Komaci commonjs packages",
5
5
  "homepage": "https://komaci.dev/",
6
6
  "repository": {
@@ -29,7 +29,7 @@
29
29
  "build/komaci-mapping.json"
30
30
  ],
31
31
  "devDependencies": {
32
- "@komaci/types": "244.1.8"
32
+ "@komaci/types": "244.2.1"
33
33
  },
34
34
  "dependencies": {
35
35
  "@babel/core": "^7.9.0",