bimplus-renderer 1.3.21 → 1.3.24

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.
@@ -3,3 +3,17 @@
3
3
  * Copyright 2010-2021 Three.js Authors
4
4
  * SPDX-License-Identifier: MIT
5
5
  */
6
+
7
+ //! Copyright (c) JS Foundation and other contributors
8
+
9
+ //! github.com/moment/moment-timezone
10
+
11
+ //! license : MIT
12
+
13
+ //! moment-timezone.js
14
+
15
+ //! moment.js
16
+
17
+ //! moment.js locale configuration
18
+
19
+ //! version : 0.5.34
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bimplus-renderer",
3
- "version": "1.3.21",
3
+ "version": "1.3.24",
4
4
  "description": "bim+ renderer",
5
5
  "main": "dist/bimplus-renderer.js",
6
6
  "license": "MIT",
@@ -42,16 +42,16 @@
42
42
  "code-metrics": "plato -r -d metrics src"
43
43
  },
44
44
  "devDependencies": {
45
- "@babel/core": "^7.17.9",
45
+ "@babel/core": "^7.17.10",
46
46
  "@babel/plugin-transform-async-to-generator": "^7.16.8",
47
- "@babel/plugin-transform-runtime": "^7.17.0",
48
- "@babel/preset-env": "^7.16.11",
47
+ "@babel/plugin-transform-runtime": "^7.17.10",
48
+ "@babel/preset-env": "^7.17.10",
49
49
  "@pollyjs/adapter-xhr": "^6.0.5",
50
50
  "@pollyjs/cli": "^6.0.1",
51
51
  "@pollyjs/core": "^6.0.5",
52
52
  "@pollyjs/persister-rest": "^6.0.5",
53
53
  "babel-loader": "^8.2.5",
54
- "bimplus-websdk": "0.0.187",
54
+ "bimplus-websdk": "0.0.188",
55
55
  "clean-webpack-plugin": "^4.0.0",
56
56
  "documentation": "^13.2.5",
57
57
  "eslint": "^8.14.0",
@@ -69,7 +69,7 @@
69
69
  "karma-webpack": "^4.0.2",
70
70
  "npm-run-all": "4.1.5",
71
71
  "object-hash": "^3.0.0",
72
- "qunit": "^2.18.2",
72
+ "qunit": "^2.19.1",
73
73
  "shader-loader": "1.3.1",
74
74
  "terser-webpack-plugin": "^4.2.3",
75
75
  "threads-plugin": "1.4.0",
@@ -78,7 +78,8 @@
78
78
  },
79
79
  "dependencies": {
80
80
  "@babel/runtime": "^7.17.9",
81
- "dexie": "3.2.2",
81
+ "dexie": "3.2.1",
82
+ "moment-timezone": "^0.5.34",
82
83
  "threads": "1.3.0",
83
84
  "three": "0.128.0"
84
85
  }