lucid-package 0.0.82 → 0.0.84

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lucid-package",
3
- "version": "0.0.82",
3
+ "version": "0.0.84",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -9,7 +9,7 @@ const supportedproduct_1 = require("./supportedproduct");
9
9
  var SettingType;
10
10
  (function (SettingType) {
11
11
  SettingType["STRING"] = "string";
12
- })(SettingType = exports.SettingType || (exports.SettingType = {}));
12
+ })(SettingType || (exports.SettingType = SettingType = {}));
13
13
  const versionRegex = /^\d+\.\d+\.\d+$/;
14
14
  function validateManifestOrThrow(manifest) {
15
15
  if (!(0, lucid_extension_sdk_1.isObject)(manifest)) {
@@ -280,8 +280,6 @@ async function debugShapeLibraries(packagePath = '.', pickAnyPort = false) {
280
280
  'shapes': `http://localhost:${port}/shapeLibraries/` +
281
281
  encodeURIComponent(libraryManifest['name']) +
282
282
  '/shapes',
283
- 'shared': false,
284
- 'team-edit': false,
285
283
  'encryption': '',
286
284
  };
287
285
  }));
@@ -6,4 +6,4 @@ var SupportedProduct;
6
6
  SupportedProduct["Chart"] = "chart";
7
7
  SupportedProduct["Spark"] = "spark";
8
8
  SupportedProduct["TeamSpaces"] = "teamspaces";
9
- })(SupportedProduct = exports.SupportedProduct || (exports.SupportedProduct = {}));
9
+ })(SupportedProduct || (exports.SupportedProduct = SupportedProduct = {}));