@salesforce/lds-adapters-cms-authoring 1.112.2 → 1.113.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 (2) hide show
  1. package/package.json +3 -3
  2. package/sfdc/index.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-cms-authoring",
3
- "version": "1.112.2",
3
+ "version": "1.113.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "Wire adapters for CMS authoring APIs",
6
6
  "main": "dist/umd/es2018/cms-authoring.js",
@@ -45,14 +45,14 @@
45
45
  "test:unit": "jest"
46
46
  },
47
47
  "dependencies": {
48
- "@salesforce/lds-bindings": "^1.112.2"
48
+ "@salesforce/lds-bindings": "^1.113.0"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@luvio/cli": "0.137.1",
52
52
  "@luvio/compiler": "0.137.1",
53
53
  "@luvio/engine": "0.137.1",
54
54
  "@luvio/lwc-luvio": "0.137.1",
55
- "@salesforce/lds-karma": "^1.112.2"
55
+ "@salesforce/lds-karma": "^1.113.0"
56
56
  },
57
57
  "nx": {
58
58
  "targets": {
package/sfdc/index.js CHANGED
@@ -7391,4 +7391,4 @@ withDefaultLuvio((luvio) => {
7391
7391
  });
7392
7392
 
7393
7393
  export { createDeployment, createManagedContent, createManagedContentExportV2Job, createManagedContentImportV2Job, createManagedContentVariant, createTranslationV2Job, deleteManagedContentVariant, getCollectionItems, getCollectionItems_imperative, getManagedContent, getManagedContentByFolderId, getManagedContentByFolderId_imperative, getManagedContentReferencedBy, getManagedContentReferencedBy_imperative, getManagedContentSpace, getManagedContentSpaceNotifyChange, getManagedContentSpace_imperative, getManagedContentSpaces, getManagedContentSpaces_imperative, getManagedContentVariant, getManagedContentVariantNotifyChange, getManagedContentVariantReferences, getManagedContentVariantReferences_imperative, getManagedContentVariantRendition, getManagedContentVariantRendition_imperative, getManagedContentVariantVersions, getManagedContentVariantVersionsNotifyChange, getManagedContentVariantVersions_imperative, getManagedContentVariant_imperative, getManagedContent_imperative, getSearchResults, getSearchResults_imperative, patchManagedContentSpace, publishManagedContent, replaceManagedContentVariant, unpublishManagedContent };
7394
- // version: 1.112.2-9a4fdc6da
7394
+ // version: 1.113.0-a8af103c9