Skip to content

Commit

Permalink
Merge pull request #69 from dont-code/Development
Browse files Browse the repository at this point in the history
fixed stable plugin urls
  • Loading branch information
Gérard Collin authored Sep 17, 2023
2 parents fdacee7 + 9f6a517 commit 44ec087
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions apps/preview-ui/src/assets/repositories/stable.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"display-name": "Basic plugin for editing entities",
"version": "1.0.0",
"info": {
"remote-entry":"https://dont-code.net/plugins/stable/remoteEntry.mjs"
"remote-entry":"https://dont-code.net/plugins/latest/remoteEntry.mjs"
},
"config": {}
},
Expand All @@ -17,7 +17,7 @@
"display-name": "Additional editors for entity properties",
"version": "1.0.0",
"info": {
"remote-entry":"https://dont-code.net/plugins/stable/remoteEntry.mjs"
"remote-entry":"https://dont-code.net/plugins/latest/remoteEntry.mjs"
},
"config": {}
},
Expand All @@ -26,7 +26,7 @@
"display-name": "Plugins to support datasources from Rest API",
"version": "1.0.0",
"info": {
"remote-entry":"https://dont-code.net/plugin-rest/stable/remoteEntry.mjs"
"remote-entry":"https://dont-code.net/plugin-rest/latest/remoteEntry.mjs"
},
"config": {}
},
Expand All @@ -35,7 +35,7 @@
"display-name": "Plugins to generate and display reports",
"version": "1.0.0",
"info": {
"remote-entry":"https://dont-code.net/plugin-report/stable/remoteEntry.mjs"
"remote-entry":"https://dont-code.net/plugin-report/latest/remoteEntry.mjs"
},
"config": {}
},
Expand All @@ -44,7 +44,7 @@
"display-name": "Plugins to get prices from shops",
"version": "1.0.0",
"info": {
"remote-entry":"https://dont-code.net/plugin-commerce/stable/remoteEntry.mjs"
"remote-entry":"https://dont-code.net/plugin-commerce/latest/remoteEntry.mjs"
},
"config": {}
}
Expand Down

0 comments on commit 44ec087

Please sign in to comment.