paperclip-plugin-navigator 0.1.0 → 0.1.2
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 +2 -2
- package/dist/manifest.js.map +1 -1
- package/package.json +1 -1
package/dist/manifest.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
const PLUGIN_ID = "paperclip-plugin-navigator";
|
|
2
|
-
const PLUGIN_VERSION = "0.1.
|
|
2
|
+
const PLUGIN_VERSION = "0.1.1";
|
|
3
3
|
const NAV_SLOT_ID = "navigator-global-nav";
|
|
4
4
|
const NAV_EXPORT_NAME = "NavigatorPage";
|
|
5
5
|
const manifest = {
|
|
@@ -10,7 +10,7 @@ const manifest = {
|
|
|
10
10
|
description: "Browse projects with real names and open them directly in your external filebrowser.",
|
|
11
11
|
author: "paperclip-plugin-navigator",
|
|
12
12
|
categories: ["workspace", "ui"],
|
|
13
|
-
capabilities: ["projects.read", "project.workspaces.read", "companies.read"],
|
|
13
|
+
capabilities: ["projects.read", "project.workspaces.read", "companies.read", "ui.page.register"],
|
|
14
14
|
instanceConfigSchema: {
|
|
15
15
|
type: "object",
|
|
16
16
|
properties: {
|
package/dist/manifest.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"manifest.js","sourceRoot":"","sources":["../src/manifest.ts"],"names":[],"mappings":"AAEA,MAAM,SAAS,GAAG,4BAA4B,CAAC;AAE/C,MAAM,cAAc,GAAG,OAAO,CAAC;AAE/B,MAAM,WAAW,GAAG,sBAAsB,CAAC;AAE3C,MAAM,eAAe,GAAG,eAAe,CAAC;AAExC,MAAM,QAAQ,GAA8B;IAC1C,EAAE,EAAE,SAAS;IACb,UAAU,EAAE,CAAC;IACb,OAAO,EAAE,cAAc;IACvB,WAAW,EAAE,gBAAgB;IAC7B,WAAW,EACT,sFAAsF;IACxF,MAAM,EAAE,4BAA4B;IACpC,UAAU,EAAE,CAAC,WAAW,EAAE,IAAI,CAAC;IAC/B,YAAY,EAAE,CAAC,eAAe,EAAE,yBAAyB,EAAE,gBAAgB,CAAC;
|
|
1
|
+
{"version":3,"file":"manifest.js","sourceRoot":"","sources":["../src/manifest.ts"],"names":[],"mappings":"AAEA,MAAM,SAAS,GAAG,4BAA4B,CAAC;AAE/C,MAAM,cAAc,GAAG,OAAO,CAAC;AAE/B,MAAM,WAAW,GAAG,sBAAsB,CAAC;AAE3C,MAAM,eAAe,GAAG,eAAe,CAAC;AAExC,MAAM,QAAQ,GAA8B;IAC1C,EAAE,EAAE,SAAS;IACb,UAAU,EAAE,CAAC;IACb,OAAO,EAAE,cAAc;IACvB,WAAW,EAAE,gBAAgB;IAC7B,WAAW,EACT,sFAAsF;IACxF,MAAM,EAAE,4BAA4B;IACpC,UAAU,EAAE,CAAC,WAAW,EAAE,IAAI,CAAC;IAC/B,YAAY,EAAE,CAAC,eAAe,EAAE,yBAAyB,EAAE,gBAAgB,EAAE,kBAAkB,CAAC;IAChG,oBAAoB,EAAE;QACpB,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,kBAAkB,EAAE;gBAClB,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,uBAAuB;gBAC9B,WAAW,EACT,8EAA8E;aACjF;SACF;QACD,QAAQ,EAAE,CAAC,oBAAoB,CAAC;KACjC;IACD,WAAW,EAAE;QACX,MAAM,EAAE,kBAAkB;QAC1B,EAAE,EAAE,WAAW;KAChB;IACD,EAAE,EAAE;QACF,KAAK,EAAE;YACL;gBACE,IAAI,EAAE,MAAM;gBACZ,EAAE,EAAE,WAAW;gBACf,WAAW,EAAE,OAAO;gBACpB,UAAU,EAAE,eAAe;aAC5B;SACF;KACF;CACF,CAAC;AAEF,eAAe,QAAQ,CAAC"}
|
package/package.json
CHANGED