@backstage-community/plugin-jenkins-common 0.1.30 → 0.3.0

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
  # @backstage-community/plugin-jenkins-common
2
2
 
3
+ ## 0.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 07ef31b: Backstage version bump to v1.35.1
8
+
9
+ ## 0.2.0
10
+
11
+ ### Minor Changes
12
+
13
+ - 9527e9e: Backstage version bump to v1.34.1
14
+
3
15
  ## 0.1.30
4
16
 
5
17
  ### Patch Changes
@@ -1 +1 @@
1
- {"version":3,"file":"permissions.cjs.js","sources":["../src/permissions.ts"],"sourcesContent":["/*\n * Copyright 2022 The Backstage Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport { RESOURCE_TYPE_CATALOG_ENTITY } from '@backstage/plugin-catalog-common/alpha';\nimport { createPermission } from '@backstage/plugin-permission-common';\n\n/**\n * This permission is used to determine if a user is allowed to execute an action in jenkins plugin\n *\n * @public\n */\nexport const jenkinsExecutePermission = createPermission({\n name: 'jenkins.execute',\n attributes: {\n action: 'update',\n },\n resourceType: RESOURCE_TYPE_CATALOG_ENTITY,\n});\n\n/**\n * List of all Jenkins permissions\n *\n * @public\n */\nexport const jenkinsPermissions = [jenkinsExecutePermission];\n"],"names":["createPermission","RESOURCE_TYPE_CATALOG_ENTITY"],"mappings":";;;;;AAuBO,MAAM,2BAA2BA,uCAAiB,CAAA;AAAA,EACvD,IAAM,EAAA,iBAAA;AAAA,EACN,UAAY,EAAA;AAAA,IACV,MAAQ,EAAA,QAAA;AAAA,GACV;AAAA,EACA,YAAc,EAAAC,kCAAA;AAChB,CAAC,EAAA;AAOY,MAAA,kBAAA,GAAqB,CAAC,wBAAwB;;;;;"}
1
+ {"version":3,"file":"permissions.cjs.js","sources":["../src/permissions.ts"],"sourcesContent":["/*\n * Copyright 2022 The Backstage Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport { RESOURCE_TYPE_CATALOG_ENTITY } from '@backstage/plugin-catalog-common/alpha';\nimport { createPermission } from '@backstage/plugin-permission-common';\n\n/**\n * This permission is used to determine if a user is allowed to execute an action in jenkins plugin\n *\n * @public\n */\nexport const jenkinsExecutePermission = createPermission({\n name: 'jenkins.execute',\n attributes: {\n action: 'update',\n },\n resourceType: RESOURCE_TYPE_CATALOG_ENTITY,\n});\n\n/**\n * List of all Jenkins permissions\n *\n * @public\n */\nexport const jenkinsPermissions = [jenkinsExecutePermission];\n"],"names":["createPermission","RESOURCE_TYPE_CATALOG_ENTITY"],"mappings":";;;;;AAuBO,MAAM,2BAA2BA,uCAAiB,CAAA;AAAA,EACvD,IAAM,EAAA,iBAAA;AAAA,EACN,UAAY,EAAA;AAAA,IACV,MAAQ,EAAA;AAAA,GACV;AAAA,EACA,YAAc,EAAAC;AAChB,CAAC;AAOY,MAAA,kBAAA,GAAqB,CAAC,wBAAwB;;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"permissions.esm.js","sources":["../src/permissions.ts"],"sourcesContent":["/*\n * Copyright 2022 The Backstage Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport { RESOURCE_TYPE_CATALOG_ENTITY } from '@backstage/plugin-catalog-common/alpha';\nimport { createPermission } from '@backstage/plugin-permission-common';\n\n/**\n * This permission is used to determine if a user is allowed to execute an action in jenkins plugin\n *\n * @public\n */\nexport const jenkinsExecutePermission = createPermission({\n name: 'jenkins.execute',\n attributes: {\n action: 'update',\n },\n resourceType: RESOURCE_TYPE_CATALOG_ENTITY,\n});\n\n/**\n * List of all Jenkins permissions\n *\n * @public\n */\nexport const jenkinsPermissions = [jenkinsExecutePermission];\n"],"names":[],"mappings":";;;AAuBO,MAAM,2BAA2B,gBAAiB,CAAA;AAAA,EACvD,IAAM,EAAA,iBAAA;AAAA,EACN,UAAY,EAAA;AAAA,IACV,MAAQ,EAAA,QAAA;AAAA,GACV;AAAA,EACA,YAAc,EAAA,4BAAA;AAChB,CAAC,EAAA;AAOY,MAAA,kBAAA,GAAqB,CAAC,wBAAwB;;;;"}
1
+ {"version":3,"file":"permissions.esm.js","sources":["../src/permissions.ts"],"sourcesContent":["/*\n * Copyright 2022 The Backstage Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport { RESOURCE_TYPE_CATALOG_ENTITY } from '@backstage/plugin-catalog-common/alpha';\nimport { createPermission } from '@backstage/plugin-permission-common';\n\n/**\n * This permission is used to determine if a user is allowed to execute an action in jenkins plugin\n *\n * @public\n */\nexport const jenkinsExecutePermission = createPermission({\n name: 'jenkins.execute',\n attributes: {\n action: 'update',\n },\n resourceType: RESOURCE_TYPE_CATALOG_ENTITY,\n});\n\n/**\n * List of all Jenkins permissions\n *\n * @public\n */\nexport const jenkinsPermissions = [jenkinsExecutePermission];\n"],"names":[],"mappings":";;;AAuBO,MAAM,2BAA2B,gBAAiB,CAAA;AAAA,EACvD,IAAM,EAAA,iBAAA;AAAA,EACN,UAAY,EAAA;AAAA,IACV,MAAQ,EAAA;AAAA,GACV;AAAA,EACA,YAAc,EAAA;AAChB,CAAC;AAOY,MAAA,kBAAA,GAAqB,CAAC,wBAAwB;;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage-community/plugin-jenkins-common",
3
- "version": "0.1.30",
3
+ "version": "0.3.0",
4
4
  "backstage": {
5
5
  "role": "common-library",
6
6
  "pluginId": "jenkins",
@@ -38,11 +38,18 @@
38
38
  "test": "backstage-cli package test"
39
39
  },
40
40
  "dependencies": {
41
- "@backstage/plugin-catalog-common": "^1.1.0",
42
- "@backstage/plugin-permission-common": "^0.8.1"
41
+ "@backstage/plugin-catalog-common": "^1.1.3",
42
+ "@backstage/plugin-permission-common": "^0.8.4"
43
43
  },
44
44
  "devDependencies": {
45
- "@backstage/cli": "^0.28.0"
45
+ "@backstage/cli": "^0.29.6"
46
+ },
47
+ "typesVersions": {
48
+ "*": {
49
+ "index": [
50
+ "dist/index.d.ts"
51
+ ]
52
+ }
46
53
  },
47
54
  "module": "dist/index.esm.js"
48
55
  }