@spotify/backstage-plugin-search-backend-module-skill-exchange 0.1.0 → 0.1.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 +8 -0
- package/README.md +3 -1
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @spotify/backstage-plugin-search-backend-module-skill-exchange
|
|
2
2
|
|
|
3
|
+
## 0.1.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated backstage dependencies to `v1.24.0`
|
|
8
|
+
- Updated dependencies -`@spotify/backstage-plugin-skill-exchange-common` to `^0.1.0`
|
|
9
|
+
- `@spotify/backstage-plugin-skill-exchange-node` to `^0.1.0`
|
|
10
|
+
|
|
3
11
|
## 0.1.0
|
|
4
12
|
|
|
5
13
|
### Minor Changes
|
package/README.md
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
1
|
# @spotify/backstage-plugin-search-backend-module-skill-exchange
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
This plugin is part of [Spotify Plugins for Backstage](https://backstage.spotify.com/marketplace/spotify/bundle/spotify-plugins-bundle/).
|
|
4
|
+
|
|
5
|
+
If you are already a customer, you can find detailed documentation about the Skill Exchange Plugins [here](https://backstage.spotify.com/docs/skill-exchange).
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spotify/backstage-plugin-search-backend-module-skill-exchange",
|
|
3
3
|
"description": "The skill-exchange backend module for the search plugin.",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.1",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"homepage": "https://backstage.spotify.com",
|
|
7
7
|
"main": "dist/index.cjs.js",
|
|
@@ -23,21 +23,21 @@
|
|
|
23
23
|
"postpack": "backstage-cli package postpack"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@backstage/backend-common": "^0.21.
|
|
27
|
-
"@backstage/backend-plugin-api": "^0.6.
|
|
28
|
-
"@backstage/catalog-client": "^1.6.
|
|
29
|
-
"@backstage/catalog-model": "^1.4.
|
|
30
|
-
"@backstage/config": "^1.
|
|
31
|
-
"@backstage/plugin-catalog-node": "^1.
|
|
32
|
-
"@backstage/plugin-search-backend-node": "^1.2.
|
|
33
|
-
"@backstage/plugin-search-common": "^1.2.
|
|
34
|
-
"@spotify/backstage-plugin-skill-exchange-common": "^0.0
|
|
35
|
-
"@spotify/backstage-plugin-skill-exchange-node": "^0.0
|
|
26
|
+
"@backstage/backend-common": "^0.21.4",
|
|
27
|
+
"@backstage/backend-plugin-api": "^0.6.14",
|
|
28
|
+
"@backstage/catalog-client": "^1.6.1",
|
|
29
|
+
"@backstage/catalog-model": "^1.4.5",
|
|
30
|
+
"@backstage/config": "^1.2.0",
|
|
31
|
+
"@backstage/plugin-catalog-node": "^1.8.0",
|
|
32
|
+
"@backstage/plugin-search-backend-node": "^1.2.18",
|
|
33
|
+
"@backstage/plugin-search-common": "^1.2.11",
|
|
34
|
+
"@spotify/backstage-plugin-skill-exchange-common": "^0.1.0",
|
|
35
|
+
"@spotify/backstage-plugin-skill-exchange-node": "^0.1.0",
|
|
36
36
|
"winston": "^3.2.1"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@backstage/backend-test-utils": "^0.3.
|
|
40
|
-
"@backstage/cli": "^0.
|
|
39
|
+
"@backstage/backend-test-utils": "^0.3.4",
|
|
40
|
+
"@backstage/cli": "^0.26.0",
|
|
41
41
|
"node-fetch": "^2.6.7"
|
|
42
42
|
},
|
|
43
43
|
"files": [
|