Skip to content

Commit 91807a2

Browse files
authored
Merge pull request #403 from com-pas/chore/update-communication-explorer
chore: update Communication Explorer plugin to version 0.0.32
2 parents 9cfa6c9 + 98ffbb5 commit 91807a2

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

packages/compas-open-scd/public/js/plugins.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export const officialPlugins = [
9797
},
9898
{
9999
name: 'Communication Explorer',
100-
src: '/external-plugins/oscd-plugins/communication-explorer/0.0.31/index.js',
100+
src: '/external-plugins/oscd-plugins/communication-explorer/0.0.32/index.js',
101101
icon: 'lan',
102102
activeByDefault: true,
103103
kind: 'editor',

packages/compas-open-scd/snowpack.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export default ({
3030
"**/.github/**",
3131
"**/.idea/**",
3232
"**/web-test-runner.config.mjs",
33+
"**/oscd-plugins/auto-doc/**/*",
3334
],
3435
workspaceRoot: "../../",
3536
mount: {
Submodule oscd-plugins updated 123 files

0 commit comments

Comments
 (0)