-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#255: Read plugins manifest from CDN
- Loading branch information
John
authored and
John
committed
Oct 30, 2023
1 parent
b9dcdb7
commit 6bf5b7d
Showing
5 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,8 @@ | |
"module": "dist/cjs/module.js", | ||
"author": "Jan <[email protected]>", | ||
"license": "MIT", | ||
"supportCloudNative": true, | ||
"url": "/plugins/data-plugin/index.js", | ||
"activationPoints": [ | ||
"init" | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,8 @@ | |
"module": "dist/module.js", | ||
"author": "Jan <[email protected]>", | ||
"license": "MIT", | ||
"supportCloudNative": true, | ||
"url": "/plugins/inference-plugin/index.js", | ||
"activationPoints": [ | ||
"init" | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,8 @@ | |
"module": "dist/module.js", | ||
"author": "Jan <[email protected]>", | ||
"license": "MIT", | ||
"supportCloudNative": true, | ||
"url": "/plugins/model-management-plugin/index.js", | ||
"activationPoints": [ | ||
"init" | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,8 @@ | |
"module": "dist/module.js", | ||
"author": "Jan <[email protected]>", | ||
"license": "MIT", | ||
"supportCloudNative": true, | ||
"url": "/plugins/monitoring-plugin/index.js", | ||
"activationPoints": [ | ||
"init" | ||
], | ||
|