@lvce-editor/server 0.48.1 → 0.48.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.
- package/ThirdPartyNotices.txt +4 -4
- package/package.json +3 -3
- package/src/server.js +1 -1
package/ThirdPartyNotices.txt
CHANGED
|
@@ -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/
|
|
5
|
+
1) License Notice for static/a66f6c1/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
|
-
|
|
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
|
-
|
|
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/
|
|
405
|
+
2) License Notice for static/a66f6c1/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.
|
|
3
|
+
"version": "0.48.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": ">=18"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@lvce-editor/shared-process": "0.48.
|
|
24
|
-
"@lvce-editor/static-server": "0.48.
|
|
23
|
+
"@lvce-editor/shared-process": "0.48.3",
|
|
24
|
+
"@lvce-editor/static-server": "0.48.3"
|
|
25
25
|
}
|
|
26
26
|
}
|