@lvrdai/paperclip-slack 0.1.0 → 0.1.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.
package/dist/manifest.js CHANGED
@@ -7909,9 +7909,12 @@ var instanceConfigSchema = {
7909
7909
  };
7910
7910
 
7911
7911
  // ../../connector-core/dist/connector.js
7912
+ function pluginIdFor(packageName) {
7913
+ return packageName.replace(/^@/, "").replace(/\//g, ".").toLowerCase();
7914
+ }
7912
7915
  function buildManifest(spec2) {
7913
7916
  return {
7914
- id: spec2.packageName,
7917
+ id: pluginIdFor(spec2.packageName),
7915
7918
  apiVersion: 1,
7916
7919
  version: spec2.version,
7917
7920
  displayName: `LVRD ${spec2.displayName} Connector`,
@@ -7943,7 +7946,7 @@ function slackResult(data, render) {
7943
7946
  }
7944
7947
  var spec = {
7945
7948
  packageName: "@lvrdai/paperclip-slack",
7946
- version: "0.1.0",
7949
+ version: "0.1.1",
7947
7950
  displayName: "Slack",
7948
7951
  description: "Read channels and post messages in the business's Slack workspace via the owner's connected Slack account.",
7949
7952
  providerConfigKey: "slack",