@backstage-community/plugin-ocm-common 3.6.3 → 3.8.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 +12 -0
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/permissions.cjs.js.map +1 -1
- package/dist/permissions.esm.js.map +1 -1
- package/package.json +11 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
## @backstage-community/plugin-ocm-common [3.3.0](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-common@3.2.0...@backstage-community/plugin-ocm-common@3.3.0) (2024-07-26)
|
|
2
2
|
|
|
3
|
+
## 3.8.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- fb29ca1: Backstage version bump to v1.36.1
|
|
8
|
+
|
|
9
|
+
## 3.7.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- e0796ca: Backstage version bump to v1.35.0
|
|
14
|
+
|
|
3
15
|
## 3.6.3
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/dist/index.cjs.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.cjs.js","sources":["../src/index.ts"],"sourcesContent":["/*\n * Copyright 2024 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 */\n\nexport * from './types';\nexport * from './permissions';\n\n/**\n * @public\n */\nexport const ANNOTATION_CLUSTER_ID = 'janus-idp.io/ocm-cluster-id';\n\n/**\n * @public\n */\nexport const ANNOTATION_PROVIDER_ID = 'janus-idp.io/ocm-provider-id';\n"],"names":[],"mappings":";;;;AAsBO,MAAM,qBAAwB,GAAA
|
|
1
|
+
{"version":3,"file":"index.cjs.js","sources":["../src/index.ts"],"sourcesContent":["/*\n * Copyright 2024 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 */\n\nexport * from './types';\nexport * from './permissions';\n\n/**\n * @public\n */\nexport const ANNOTATION_CLUSTER_ID = 'janus-idp.io/ocm-cluster-id';\n\n/**\n * @public\n */\nexport const ANNOTATION_PROVIDER_ID = 'janus-idp.io/ocm-provider-id';\n"],"names":[],"mappings":";;;;AAsBO,MAAM,qBAAwB,GAAA;AAK9B,MAAM,sBAAyB,GAAA;;;;;;;;"}
|
package/dist/index.esm.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.esm.js","sources":["../src/index.ts"],"sourcesContent":["/*\n * Copyright 2024 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 */\n\nexport * from './types';\nexport * from './permissions';\n\n/**\n * @public\n */\nexport const ANNOTATION_CLUSTER_ID = 'janus-idp.io/ocm-cluster-id';\n\n/**\n * @public\n */\nexport const ANNOTATION_PROVIDER_ID = 'janus-idp.io/ocm-provider-id';\n"],"names":[],"mappings":";;AAsBO,MAAM,qBAAwB,GAAA
|
|
1
|
+
{"version":3,"file":"index.esm.js","sources":["../src/index.ts"],"sourcesContent":["/*\n * Copyright 2024 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 */\n\nexport * from './types';\nexport * from './permissions';\n\n/**\n * @public\n */\nexport const ANNOTATION_CLUSTER_ID = 'janus-idp.io/ocm-cluster-id';\n\n/**\n * @public\n */\nexport const ANNOTATION_PROVIDER_ID = 'janus-idp.io/ocm-provider-id';\n"],"names":[],"mappings":";;AAsBO,MAAM,qBAAwB,GAAA;AAK9B,MAAM,sBAAyB,GAAA;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"permissions.cjs.js","sources":["../src/permissions.ts"],"sourcesContent":["/*\n * Copyright 2024 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 { createPermission } from '@backstage/plugin-permission-common';\n\n/**\n * @public\n */\nexport const ocmClusterReadPermission = createPermission({\n name: 'ocm.cluster.read',\n attributes: {\n action: 'read',\n },\n});\n\n/**\n * @public\n */\nexport const ocmEntityReadPermission = createPermission({\n name: 'ocm.entity.read',\n attributes: {\n action: 'read',\n },\n});\n\n/**\n * @public\n */\nexport const ocmEntityPermissions = [\n ocmClusterReadPermission,\n ocmEntityReadPermission,\n];\n"],"names":["createPermission"],"mappings":";;;;AAoBO,MAAM,2BAA2BA,uCAAiB,CAAA;AAAA,EACvD,IAAM,EAAA,kBAAA;AAAA,EACN,UAAY,EAAA;AAAA,IACV,MAAQ,EAAA
|
|
1
|
+
{"version":3,"file":"permissions.cjs.js","sources":["../src/permissions.ts"],"sourcesContent":["/*\n * Copyright 2024 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 { createPermission } from '@backstage/plugin-permission-common';\n\n/**\n * @public\n */\nexport const ocmClusterReadPermission = createPermission({\n name: 'ocm.cluster.read',\n attributes: {\n action: 'read',\n },\n});\n\n/**\n * @public\n */\nexport const ocmEntityReadPermission = createPermission({\n name: 'ocm.entity.read',\n attributes: {\n action: 'read',\n },\n});\n\n/**\n * @public\n */\nexport const ocmEntityPermissions = [\n ocmClusterReadPermission,\n ocmEntityReadPermission,\n];\n"],"names":["createPermission"],"mappings":";;;;AAoBO,MAAM,2BAA2BA,uCAAiB,CAAA;AAAA,EACvD,IAAM,EAAA,kBAAA;AAAA,EACN,UAAY,EAAA;AAAA,IACV,MAAQ,EAAA;AAAA;AAEZ,CAAC;AAKM,MAAM,0BAA0BA,uCAAiB,CAAA;AAAA,EACtD,IAAM,EAAA,iBAAA;AAAA,EACN,UAAY,EAAA;AAAA,IACV,MAAQ,EAAA;AAAA;AAEZ,CAAC;AAKM,MAAM,oBAAuB,GAAA;AAAA,EAClC,wBAAA;AAAA,EACA;AACF;;;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"permissions.esm.js","sources":["../src/permissions.ts"],"sourcesContent":["/*\n * Copyright 2024 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 { createPermission } from '@backstage/plugin-permission-common';\n\n/**\n * @public\n */\nexport const ocmClusterReadPermission = createPermission({\n name: 'ocm.cluster.read',\n attributes: {\n action: 'read',\n },\n});\n\n/**\n * @public\n */\nexport const ocmEntityReadPermission = createPermission({\n name: 'ocm.entity.read',\n attributes: {\n action: 'read',\n },\n});\n\n/**\n * @public\n */\nexport const ocmEntityPermissions = [\n ocmClusterReadPermission,\n ocmEntityReadPermission,\n];\n"],"names":[],"mappings":";;AAoBO,MAAM,2BAA2B,gBAAiB,CAAA;AAAA,EACvD,IAAM,EAAA,kBAAA;AAAA,EACN,UAAY,EAAA;AAAA,IACV,MAAQ,EAAA
|
|
1
|
+
{"version":3,"file":"permissions.esm.js","sources":["../src/permissions.ts"],"sourcesContent":["/*\n * Copyright 2024 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 { createPermission } from '@backstage/plugin-permission-common';\n\n/**\n * @public\n */\nexport const ocmClusterReadPermission = createPermission({\n name: 'ocm.cluster.read',\n attributes: {\n action: 'read',\n },\n});\n\n/**\n * @public\n */\nexport const ocmEntityReadPermission = createPermission({\n name: 'ocm.entity.read',\n attributes: {\n action: 'read',\n },\n});\n\n/**\n * @public\n */\nexport const ocmEntityPermissions = [\n ocmClusterReadPermission,\n ocmEntityReadPermission,\n];\n"],"names":[],"mappings":";;AAoBO,MAAM,2BAA2B,gBAAiB,CAAA;AAAA,EACvD,IAAM,EAAA,kBAAA;AAAA,EACN,UAAY,EAAA;AAAA,IACV,MAAQ,EAAA;AAAA;AAEZ,CAAC;AAKM,MAAM,0BAA0B,gBAAiB,CAAA;AAAA,EACtD,IAAM,EAAA,iBAAA;AAAA,EACN,UAAY,EAAA;AAAA,IACV,MAAQ,EAAA;AAAA;AAEZ,CAAC;AAKM,MAAM,oBAAuB,GAAA;AAAA,EAClC,wBAAA;AAAA,EACA;AACF;;;;"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage-community/plugin-ocm-common",
|
|
3
3
|
"description": "Common functionalities for the Open Cluster Management plugin",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.8.0",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
"postpack": "backstage-cli package postpack"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@backstage/cli": "0.
|
|
39
|
-
"@backstage/plugin-permission-common": "^0.8.
|
|
38
|
+
"@backstage/cli": "^0.30.0",
|
|
39
|
+
"@backstage/plugin-permission-common": "^0.8.4",
|
|
40
40
|
"@spotify/prettier-config": "^15.0.0",
|
|
41
41
|
"prettier": "3.4.2"
|
|
42
42
|
},
|
|
@@ -57,11 +57,18 @@
|
|
|
57
57
|
"homepage": "https://red.ht/rhdh",
|
|
58
58
|
"bugs": "https://github.com/backstage/community-plugins/issues",
|
|
59
59
|
"peerDependencies": {
|
|
60
|
-
"@backstage/plugin-permission-common": "^0.8.
|
|
60
|
+
"@backstage/plugin-permission-common": "^0.8.4"
|
|
61
61
|
},
|
|
62
62
|
"maintainers": [
|
|
63
63
|
"@04kash"
|
|
64
64
|
],
|
|
65
65
|
"author": "Red Hat",
|
|
66
|
+
"typesVersions": {
|
|
67
|
+
"*": {
|
|
68
|
+
"index": [
|
|
69
|
+
"dist/index.d.ts"
|
|
70
|
+
]
|
|
71
|
+
}
|
|
72
|
+
},
|
|
66
73
|
"module": "dist/index.esm.js"
|
|
67
74
|
}
|