Skip to content

Update NPM Package release please #4121

@SourceCodeDeleted

Description

@SourceCodeDeleted

It looks like a new release needs to be push for this to NPM.

This file has some issues workspaces/workspaceDefaultProperties.js which appear to be resolved in github but not in NPM. Currently I have a patch in place which makes this work.

and here is a patch file

diff --git a/lib/component/workspaces/workspaceDefaultProperties.js b/lib/component/workspaces/workspaceDefaultProperties.js
index 1234567..abcdef0 100644
--- a/lib/component/workspaces/workspaceDefaultProperties.js
+++ b/lib/component/workspaces/workspaceDefaultProperties.js
@@ -31,6 +31,7 @@ export const workspaceDefaultProperties = {
             predictionPanel: { display: false, visible: false, open: false },
             summaryPanel: { display: false, visible: false, open: false },
             simulationPanel: { display: false, visible: false, open: false },
+            matrixGenerationPanel: { display: false, visible: false, open: false },
         },
         toolBarButtons: {
diff --git a/src/component/workspaces/workspaceDefaultProperties.ts b/src/component/workspaces/workspaceDefaultProperties.ts
index 1234567..abcdef0 100644
--- a/src/component/workspaces/workspaceDefaultProperties.ts
+++ b/src/component/workspaces/workspaceDefaultProperties.ts
@@ -37,6 +37,7 @@ export const workspaceDefaultProperties: Required<WorkspacePreferences> = {
       predictionPanel: { display: false, visible: false, open: false },
       summaryPanel: { display: false, visible: false, open: false },
       simulationPanel: { display: false, visible: false, open: false },
+      matrixGenerationPanel: { display: false, visible: false, open: false },
     },

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status

    🟢 Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions