sunrize 1.0.80 → 1.0.82

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 CHANGED
@@ -1,4 +1,4 @@
1
- # [Sunrize](https://create3000.github.io/sunrize/) — A Multi Platform X3D Editor
1
+ # [Sunrize](https://create3000.github.io/sunrize/) — A Multi-Platform X3D Editor
2
2
 
3
3
  ## Introduction
4
4
 
package/build/publish.pl CHANGED
@@ -14,11 +14,14 @@ if (`git branch --show-current` ne "development\n")
14
14
  system "git", "checkout", "main";
15
15
  system "git", "merge", "development";
16
16
 
17
+ my $name = `node -p "require('./package.json').name"`;
18
+ chomp $name;
19
+
17
20
  my $version = `npm pkg get version | sed 's/"//g'`;
18
21
  chomp $version;
19
22
  say "package.json version $version";
20
23
 
21
- my $online = `npm view sunrize version`;
24
+ my $online = `npm view $name version`;
22
25
  chomp $online;
23
26
  say "NPM version $online";
24
27
 
@@ -1,5 +1,5 @@
1
1
  ---
2
- title: Sunrize — A Multi Platform X3D Editor
2
+ title: Sunrize — A Multi-Platform X3D Editor
3
3
  date: 2023-04-20
4
4
  nav: main
5
5
  categories: []
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "sunrize",
3
3
  "productName": "Sunrize X3D Editor",
4
- "version": "1.0.80",
5
- "description": "A Multi Platform X3D Editor",
4
+ "version": "1.0.82",
5
+ "description": "A Multi-Platform X3D Editor",
6
6
  "homepage": "https://create3000.github.io/sunrize/",
7
7
  "author": "Holger Seelig",
8
8
  "license": "GPL-3.0",
@@ -67,7 +67,7 @@
67
67
  "qtip2": "^3.0.3",
68
68
  "spectrum-colorpicker2": "^2.0.10",
69
69
  "string-similarity": "^4.0.4",
70
- "x_ite": "^8.11.3"
70
+ "x_ite": "^8.11.6"
71
71
  },
72
72
  "main": "src/main.js",
73
73
  "bin": {
@@ -256,7 +256,7 @@ module .exports = class Editor
256
256
  */
257
257
  static getContents (scene, type)
258
258
  {
259
- switch (type)
259
+ switch (type .toLowerCase ())
260
260
  {
261
261
  case ".x3d":
262
262
  default: