sunrize 1.0.64 → 1.0.66
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/README.md +6 -3
- package/docs/_posts/index.md +6 -3
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -8,12 +8,15 @@ Sunrize is based on [X_ITE](https://create3000.github.io/x_ite/) and is a basic
|
|
|
8
8
|
|
|
9
9
|
* [Website](https://create3000.github.io/sunrize/)
|
|
10
10
|
|
|
11
|
-
##
|
|
11
|
+
## Installation
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
Install and run Sunrize with the following commands:
|
|
14
14
|
|
|
15
15
|
```console
|
|
16
|
-
$
|
|
16
|
+
$ git clone https://github.com/create3000/sunrize.git
|
|
17
|
+
$ cd sunrize
|
|
18
|
+
$ npm install
|
|
19
|
+
$ npm start
|
|
17
20
|
```
|
|
18
21
|
|
|
19
22
|
## License
|
package/docs/_posts/index.md
CHANGED
|
@@ -12,10 +12,13 @@ Sunrize is an easy-to-use editor for X3D files that is based on the [X_ITE](http
|
|
|
12
12
|
|
|
13
13
|

|
|
14
14
|
|
|
15
|
-
##
|
|
15
|
+
## Installation
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
Install and run Sunrize with the following commands:
|
|
18
18
|
|
|
19
19
|
```console
|
|
20
|
-
$
|
|
20
|
+
$ git clone https://github.com/create3000/sunrize.git
|
|
21
|
+
$ cd sunrize
|
|
22
|
+
$ npm install
|
|
23
|
+
$ npm start
|
|
21
24
|
```
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sunrize",
|
|
3
3
|
"productName": "Sunrize X3D Editor",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.66",
|
|
5
5
|
"description": "A Multi Platform X3D Editor",
|
|
6
6
|
"homepage": "https://create3000.github.io/sunrize/",
|
|
7
7
|
"author": "Holger Seelig",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"capitalize": "^2.0.4",
|
|
53
53
|
"console": "^0.7.2",
|
|
54
54
|
"css-element-queries": "^1.2.3",
|
|
55
|
-
"electron": "^25.
|
|
55
|
+
"electron": "^25.2.0",
|
|
56
56
|
"electron-squirrel-startup": "^1.0.0",
|
|
57
57
|
"electron-tabs": "^1.0.1",
|
|
58
58
|
"fullname": "^4.0.1",
|
|
@@ -60,14 +60,14 @@
|
|
|
60
60
|
"jquery-ui-dist": "^1.13.2",
|
|
61
61
|
"jstree": "^3.3.15",
|
|
62
62
|
"material-icons": "^1.13.8",
|
|
63
|
-
"material-symbols": "^0.
|
|
63
|
+
"material-symbols": "^0.9.0",
|
|
64
64
|
"md5": "^2.3.0",
|
|
65
|
-
"monaco-editor": "^0.
|
|
65
|
+
"monaco-editor": "^0.40.0",
|
|
66
66
|
"node-localstorage": "^2.2.1",
|
|
67
67
|
"qtip2": "^3.0.3",
|
|
68
68
|
"spectrum-colorpicker2": "^2.0.10",
|
|
69
69
|
"string-similarity": "^4.0.4",
|
|
70
|
-
"x_ite": "^8.9.
|
|
70
|
+
"x_ite": "^8.9.3"
|
|
71
71
|
},
|
|
72
72
|
"main": "src/main.js",
|
|
73
73
|
"bin": {
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
},
|
|
76
76
|
"scripts": {
|
|
77
77
|
"start": "electron .",
|
|
78
|
-
"development": "SUNRISE_ENVIRONMENT=DEVELOPMENT electron .
|
|
78
|
+
"development": "SUNRISE_ENVIRONMENT=DEVELOPMENT electron .",
|
|
79
79
|
"package": "electron-forge package",
|
|
80
80
|
"make": "electron-forge make"
|
|
81
81
|
},
|