@spotify/backstage-plugin-pulse-common 0.12.6 → 0.12.8

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.12.8
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependency `backstage` to `1.41.1`.
8
+
9
+ ## 0.12.7
10
+
11
+ ### Patch Changes
12
+
13
+ - Update to Backstage `v1.37.0`
14
+
3
15
  ## 0.12.6
4
16
 
5
17
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import * as _backstage_plugin_permission_common_index from '@backstage/plugin-permission-common/index';
1
+ import * as _backstage_plugin_permission_common from '@backstage/plugin-permission-common';
2
2
 
3
3
  /**
4
4
  * Types automatically generated by `yarn json2ts`.
@@ -818,9 +818,9 @@ type SurveyQuestionResponse = {
818
818
 
819
819
  /** @public */
820
820
  declare const permissions: {
821
- allPermissions: _backstage_plugin_permission_common_index.BasicPermission[];
821
+ allPermissions: _backstage_plugin_permission_common.BasicPermission[];
822
822
  SURVEY_RESOURCE_TYPE: string;
823
- surveyAdministerPermission: _backstage_plugin_permission_common_index.BasicPermission;
823
+ surveyAdministerPermission: _backstage_plugin_permission_common.BasicPermission;
824
824
  };
825
825
 
826
826
  export { type Answer, type Choice, DEFAULT_TEMPLATE_ID, LOCATOR_EXPRESSION, type Locator, type Page, type Question, type Randomization, type Section, type Statement, type SurveyQuestionResponse, type SurveyTemplate, interpolateTemplate, parseLocator, permissions, templateSchema, validateLocator, validateTemplate };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spotify/backstage-plugin-pulse-common",
3
- "version": "0.12.6",
3
+ "version": "0.12.8",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "homepage": "https://backstage.spotify.com",
6
6
  "main": "dist/index.cjs.js",
@@ -22,7 +22,7 @@
22
22
  "sideEffects": false,
23
23
  "scripts": {
24
24
  "build": "backstage-cli package build --minify",
25
- "lint": "backstage-cli package lint",
25
+ "lint": "backstage-cli package lint --max-warnings 0",
26
26
  "test": "backstage-cli package test",
27
27
  "clean": "backstage-cli package clean",
28
28
  "prepack": "backstage-cli package prepack",
@@ -30,8 +30,8 @@
30
30
  "json2ts": "./src/templates/schema/generateSchemaTypes.sh"
31
31
  },
32
32
  "dependencies": {
33
- "@backstage/config": "^1.3.2",
34
- "@backstage/plugin-permission-common": "^0.8.4",
33
+ "@backstage/config": "^1.3.3",
34
+ "@backstage/plugin-permission-common": "^0.9.1",
35
35
  "@ungap/structured-clone": "^1.2.0",
36
36
  "ajv": "^8.11.2",
37
37
  "ajv-formats": "^3.0.0",
@@ -39,7 +39,7 @@
39
39
  "lodash": "^4.17.21"
40
40
  },
41
41
  "devDependencies": {
42
- "@backstage/cli": "^0.30.0",
42
+ "@backstage/cli": "^0.33.1",
43
43
  "@types/ungap__structured-clone": "^1.0.0",
44
44
  "js-yaml": "^4.1.0",
45
45
  "json-schema-to-typescript": "^15.0.0",
@@ -63,8 +63,8 @@
63
63
  },
64
64
  "typesVersions": {
65
65
  "*": {
66
- "index": [
67
- "dist/index.d.ts"
66
+ "package.json": [
67
+ "package.json"
68
68
  ]
69
69
  }
70
70
  },