@lvce-editor/server 0.48.1 → 0.48.2

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/b61a0dd/icons (from https://github.com/microsoft/vscode-icons)
5
+ 1) License Notice for static/61a783e/icons (from https://github.com/microsoft/vscode-icons)
6
6
  ---------------------------------------
7
7
 
8
8
  Attribution 4.0 International
@@ -40,7 +40,7 @@ exhaustive, and do not form part of our licenses.
40
40
  material not subject to the license. This includes other CC-
41
41
  licensed material, or material used under an exception or
42
42
  limitation to copyright. More considerations for licensors:
43
- wiki.creativecommons.org/Considerations_for_licensors
43
+ wiki.creativecommons.org/Considerations_for_licensors
44
44
 
45
45
  Considerations for the public: By using one of our public
46
46
  licenses, a licensor grants the public permission to use the
@@ -57,7 +57,7 @@ exhaustive, and do not form part of our licenses.
57
57
  Although not required by our licenses, you are encouraged to
58
58
  respect those requests where reasonable. More_considerations
59
59
  for the public:
60
- wiki.creativecommons.org/Considerations_for_licensees
60
+ wiki.creativecommons.org/Considerations_for_licensees
61
61
 
62
62
  =======================================================================
63
63
 
@@ -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/b61a0dd/fonts/FiraCode-VariableFont.ttf (from https://github.com/tonsky/FiraCode)
405
+ 2) License Notice for static/61a783e/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.48.1",
3
+ "version": "0.48.2",
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": ">=18"
21
21
  },
22
22
  "dependencies": {
23
- "@lvce-editor/shared-process": "0.48.1",
24
- "@lvce-editor/static-server": "0.48.1"
23
+ "@lvce-editor/shared-process": "0.48.2",
24
+ "@lvce-editor/static-server": "0.48.2"
25
25
  }
26
26
  }
package/src/server.js CHANGED
@@ -45,7 +45,7 @@ const isStatic = (url) => {
45
45
  if(url === '/'){
46
46
  return true
47
47
  }
48
- if (url.startsWith('/b61a0dd')) {
48
+ if (url.startsWith('/61a783e')) {
49
49
  return true
50
50
  }
51
51
  if (url.startsWith('/favicon.ico')) {