@spotify/backstage-plugin-pulse-common 0.4.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 CHANGED
@@ -1,5 +1,17 @@
1
1
  # @spotify/backstage-plugin-pulse-common
2
2
 
3
+ ## 0.5.1
4
+
5
+ ### Patch Changes
6
+
7
+ - c9cbc3d1: Fixed an issue with Backstage being unable to resolve files at startup
8
+
9
+ ## 0.5.0
10
+
11
+ ### Minor Changes
12
+
13
+ - 07770382: Upgrade to Backstage 1.12.0
14
+
3
15
  ## 0.4.0
4
16
 
5
17
  ### Minor Changes
package/README.md CHANGED
@@ -2,7 +2,8 @@
2
2
 
3
3
  _Collect data that drives continuous improvements to your R&D tooling, processes, and culture._
4
4
 
5
- This plugin provides shared functionality for the [Pulse survey tool.][1]
5
+ This plugin provides shared internal functionality for the [Pulse survey tool][1] and should **not**
6
+ be depended on directly.
6
7
 
7
8
  For installation and setup instructions, please see [the Pulse frontend plugin][2].
8
9
 
package/dist/index.cjs.js CHANGED
@@ -1,2 +1,2 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var S=require("@backstage/plugin-permission-common"),s=(e=>(e.DuplicateResponse="DUPLICATE_RESPONSE",e.InternalError="INTERNAL_ERROR",e.InvalidDates="INVALID_DATES",e.InvalidId="INVALID_ID",e.InvalidResponse="INVALID_RESPONSE",e.MissingSurveyTemplate="MISSING_SURVEY_TEMPLATE",e.MissingTitle="MISSING_TITLE",e.OverlappingSurveys="OVERLAPPING_SURVEYS",e.SurveyIsClosed="SURVEY_IS_CLOSED",e.Unauthorized="UNAUTHORIZED",e))(s||{}),i=(e=>(e.Active="ACTIVE",e.Published="PUBLISHED",e))(i||{}),I=(e=>(e.Q1="Q1",e.Q2="Q2",e.Q3="Q3",e.Q4="Q4",e))(I||{}),_=Object.freeze({__proto__:null,MutationResponseErrorCode:s,SurveyStatus:i,TargetQuarter:I});const l="survey-instance",n=S.createPermission({name:"survey.instance.administer",attributes:{action:"create"}}),v=[n],E={allPermissions:v,SURVEY_RESOURCE_TYPE:l,surveyAdministerPermission:n};exports.GraphQLTypes=_,exports.permissions=E;
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