Skip to content

Commit

Permalink
Merge pull request janhq#495 from janhq/feat-255-read-plugins-from-cdn
Browse files Browse the repository at this point in the history
janhq#255: Read plugins manifest from CDN
  • Loading branch information
nam-john-ho authored Oct 30, 2023
2 parents b9dcdb7 + a61f98c commit a1db817
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/data-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
],
Expand Down
2 changes: 2 additions & 0 deletions plugins/inference-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
"module": "dist/module.js",
"author": "Jan <[email protected]>",
"license": "MIT",
"supportCloudNative": true,
"url": "/plugins/inference-plugin/index.js",
"activationPoints": [
"init"
],
Expand Down
2 changes: 2 additions & 0 deletions plugins/model-management-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
],
Expand Down
2 changes: 2 additions & 0 deletions plugins/monitoring-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
"module": "dist/module.js",
"author": "Jan <[email protected]>",
"license": "MIT",
"supportCloudNative": true,
"url": "/plugins/monitoring-plugin/index.js",
"activationPoints": [
"init"
],
Expand Down

0 comments on commit a1db817

Please sign in to comment.