cadviewer 11.16.4 → 11.16.6
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.
|
@@ -5,8 +5,8 @@ object-assign
|
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
/*!
|
|
8
|
-
* Bootstrap v5.3.
|
|
9
|
-
* Copyright 2011-
|
|
8
|
+
* Bootstrap v5.3.8 (https://getbootstrap.com/)
|
|
9
|
+
* Copyright 2011-2025 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
|
|
10
10
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
|
11
11
|
*/
|
|
12
12
|
|
|
@@ -400,9 +400,9 @@ object-assign
|
|
|
400
400
|
|
|
401
401
|
/**
|
|
402
402
|
* @license React
|
|
403
|
-
* react.production.
|
|
403
|
+
* react.production.js
|
|
404
404
|
*
|
|
405
|
-
* Copyright (c)
|
|
405
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
406
406
|
*
|
|
407
407
|
* This source code is licensed under the MIT license found in the
|
|
408
408
|
* LICENSE file in the root directory of this source tree.
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cadviewer",
|
|
3
|
-
"version": "11.16.
|
|
3
|
+
"version": "11.16.6",
|
|
4
4
|
"description": "CADViewer - JavaScript CAD Viewer Library for FrameWorks (ReactJS, Angular, VueJS, etc.)",
|
|
5
|
-
"main": "./dist/cadviewer_11.16.
|
|
5
|
+
"main": "./dist/cadviewer_11.16.6.min.js",
|
|
6
6
|
"types": "./dist/cadviewer.d.ts",
|
|
7
7
|
"scripts": {
|
|
8
8
|
"test": "echo \"Use test samples on Github https://github.com/CADViewer/cadviewer-testapp-react-01 and https://github.com/CADViewer/cadviewer-testapp-angular-v02 \" && exit 1"
|