jupyterlab_vscode_icons_extension 1.1.55 → 1.1.56

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.
@@ -127,6 +127,10 @@ const KNOWN_EXTENSIONS = [
127
127
  'lock',
128
128
  'tf',
129
129
  'tfvars',
130
+ // Diagrams
131
+ 'drawio',
132
+ 'dio',
133
+ 'bpmn',
130
134
  // Text/Docs
131
135
  'txt',
132
136
  'log',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jupyterlab_vscode_icons_extension",
3
- "version": "1.1.55",
3
+ "version": "1.1.56",
4
4
  "description": "Jupyterlab extension with a shameless rip-off of the vscode-icons into our beloved environment",
5
5
  "keywords": [
6
6
  "jupyter",
@@ -132,6 +132,10 @@ const KNOWN_EXTENSIONS = [
132
132
  'lock',
133
133
  'tf',
134
134
  'tfvars',
135
+ // Diagrams
136
+ 'drawio',
137
+ 'dio',
138
+ 'bpmn',
135
139
  // Text/Docs
136
140
  'txt',
137
141
  'log',