@lvce-editor/server 0.67.0 → 0.67.3

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.
@@ -2,7 +2,7 @@ This project incorporates components from the projects listed below, that may ha
2
2
  differing from this project:
3
3
 
4
4
 
5
- 1) License Notice for static/a01bf62/icons (from https://github.com/microsoft/vscode-icons)
5
+ 1) License Notice for static/40424f5/icons (from https://github.com/microsoft/vscode-icons)
6
6
  ---------------------------------------
7
7
 
8
8
  Attribution 4.0 International
@@ -402,7 +402,7 @@ public licenses.
402
402
  Creative Commons may be contacted at creativecommons.org.
403
403
 
404
404
 
405
- 2) License Notice for static/a01bf62/fonts/FiraCode-VariableFont.ttf (from https://github.com/tonsky/FiraCode)
405
+ 2) License Notice for static/40424f5/fonts/FiraCode-VariableFont.ttf (from https://github.com/tonsky/FiraCode)
406
406
  ---------------------------------------
407
407
 
408
408
  Copyright (c) 2014, The Fira Code Project Authors (https://github.com/tonsky/FiraCode)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/server",
3
- "version": "0.67.0",
3
+ "version": "0.67.3",
4
4
  "description": "Run LVCE Editor as a server.",
5
5
  "main": "index.js",
6
6
  "bin": "bin/server.js",
@@ -20,7 +20,7 @@
20
20
  "node": ">=22"
21
21
  },
22
22
  "dependencies": {
23
- "@lvce-editor/shared-process": "0.67.0",
24
- "@lvce-editor/static-server": "0.67.0"
23
+ "@lvce-editor/shared-process": "0.67.3",
24
+ "@lvce-editor/static-server": "0.67.3"
25
25
  }
26
26
  }
package/src/server.js CHANGED
@@ -46,7 +46,7 @@ const isStatic = (url) => {
46
46
  if(url === '/'){
47
47
  return true
48
48
  }
49
- if (url.startsWith('/a01bf62')) {
49
+ if (url.startsWith('/40424f5')) {
50
50
  return true
51
51
  }
52
52
  if (url.startsWith('/favicon.ico')) {