lucid-extension-sdk 0.0.416 → 0.0.417

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.
@@ -1,11 +1,13 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.patchCollectionIdFromPossibleBranchedCollectionId = exports.branchedCollectionId = void 0;
4
+ // LAL-1631: make sure references to this method are correct
4
5
  /** @ignore */
5
6
  function branchedCollectionId(upstreamId) {
6
7
  return upstreamId + '_b';
7
8
  }
8
9
  exports.branchedCollectionId = branchedCollectionId;
10
+ // LAL-1631: make sure references to this method are correct
9
11
  /** @ignore */
10
12
  function patchCollectionIdFromPossibleBranchedCollectionId(branchId) {
11
13
  if (branchId && branchId.endsWith('_b')) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lucid-extension-sdk",
3
- "version": "0.0.416",
3
+ "version": "0.0.417",
4
4
  "description": "Utility classes for writing Lucid Software editor extensions",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",