@aglyn/plugins-marketplace 1.0.0-beta.151 → 1.0.0-beta.152

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aglyn/plugins-marketplace",
3
- "version": "1.0.0-beta.151",
3
+ "version": "1.0.0-beta.152",
4
4
  "license": "Apache-2.0",
5
5
  "homepage": "https://aglyn.com",
6
6
  "repository": {
@@ -25,19 +25,19 @@
25
25
  "./package.json": "./package.json"
26
26
  },
27
27
  "dependencies": {
28
- "@aglyn/aglyn": "1.0.0-beta.151",
29
- "@aglyn/aglyn-markdown-editor": "1.0.0-beta.151",
30
- "@aglyn/shared-data-enums": "1.0.0-beta.151",
31
- "@aglyn/shared-data-mdi": "1.0.0-beta.151",
32
- "@aglyn/shared-ui-jsx": "1.0.0-beta.151",
33
- "@aglyn/shared-ui-next": "1.0.0-beta.151",
34
- "@aglyn/shared-ui-snackstack": "1.0.0-beta.151",
35
- "@aglyn/shared-util-email": "1.0.0-beta.151",
36
- "@aglyn/shared-util-http": "1.0.0-beta.151",
37
- "@aglyn/shared-util-timestamp": "1.0.0-beta.151",
38
- "@aglyn/tenant-data-admin": "1.0.0-beta.151",
39
- "@aglyn/tenant-feature-instance": "1.0.0-beta.151",
40
- "@aglyn/tenant-runtime": "1.0.0-beta.151",
28
+ "@aglyn/aglyn": "1.0.0-beta.152",
29
+ "@aglyn/aglyn-markdown-editor": "1.0.0-beta.152",
30
+ "@aglyn/shared-data-enums": "1.0.0-beta.152",
31
+ "@aglyn/shared-data-mdi": "1.0.0-beta.152",
32
+ "@aglyn/shared-ui-jsx": "1.0.0-beta.152",
33
+ "@aglyn/shared-ui-next": "1.0.0-beta.152",
34
+ "@aglyn/shared-ui-snackstack": "1.0.0-beta.152",
35
+ "@aglyn/shared-util-email": "1.0.0-beta.152",
36
+ "@aglyn/shared-util-http": "1.0.0-beta.152",
37
+ "@aglyn/shared-util-timestamp": "1.0.0-beta.152",
38
+ "@aglyn/tenant-data-admin": "1.0.0-beta.152",
39
+ "@aglyn/tenant-feature-instance": "1.0.0-beta.152",
40
+ "@aglyn/tenant-runtime": "1.0.0-beta.152",
41
41
  "@swc/helpers": "0.5.23"
42
42
  },
43
43
  "peerDependencies": {
@@ -137,7 +137,7 @@ import { reviewStatusMeaning } from "../model/plugin-review-status.js";
137
137
  const signRealm = useCallback(async (version, action)=>{
138
138
  setBusy(true);
139
139
  try {
140
- const response = await authorizedFetch(user, '/api/admin/sign-plugin', {
140
+ const response = await authorizedFetch(user, '/api/marketplace/admin/trust', {
141
141
  method: 'POST',
142
142
  headers: {
143
143
  'Content-Type': 'application/json'