@spotify/backstage-plugin-pulse-common 0.5.0 → 0.5.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/CHANGELOG.md +6 -0
- package/dist/index.cjs.js +1 -1
- package/dist/index.d.ts +1 -4
- package/dist/index.esm.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/index.cjs.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var s=require("@backstage/plugin-permission-common");const i="survey-instance",e=s.createPermission({name:"survey.instance.administer",attributes:{action:"create"}}),r=[e],n={allPermissions:r,SURVEY_RESOURCE_TYPE:i,surveyAdministerPermission:e};exports.permissions=n;
|
|
2
2
|
//# sourceMappingURL=index.cjs.js.map
|
package/dist/index.d.ts
CHANGED
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import * as _backstage_plugin_permission_common from '@backstage/plugin-permission-common';
|
|
2
2
|
|
|
3
|
-
/** @public */
|
|
4
|
-
declare const SURVEY_TEMPLATES: any;
|
|
5
|
-
|
|
6
3
|
/** @public */
|
|
7
4
|
declare const permissions: {
|
|
8
5
|
allPermissions: _backstage_plugin_permission_common.BasicPermission[];
|
|
@@ -10,4 +7,4 @@ declare const permissions: {
|
|
|
10
7
|
surveyAdministerPermission: _backstage_plugin_permission_common.BasicPermission;
|
|
11
8
|
};
|
|
12
9
|
|
|
13
|
-
export {
|
|
10
|
+
export { permissions };
|
package/dist/index.esm.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{createPermission as
|
|
1
|
+
import{createPermission as i}from"@backstage/plugin-permission-common";const e="survey-instance",s=i({name:"survey.instance.administer",attributes:{action:"create"}}),r=[s],n={allPermissions:r,SURVEY_RESOURCE_TYPE:e,surveyAdministerPermission:s};export{n as permissions};
|
|
2
2
|
//# sourceMappingURL=index.esm.js.map
|