fcr-ui-scene 1.0.0 → 1.0.1

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.
@@ -67,21 +67,6 @@ object-assign
67
67
  * MIT Licensed
68
68
  */
69
69
 
70
- /*! *****************************************************************************
71
- Copyright (c) Microsoft Corporation. All rights reserved.
72
- Licensed under the Apache License, Version 2.0 (the "License"); you may not use
73
- this file except in compliance with the License. You may obtain a copy of the
74
- License at http://www.apache.org/licenses/LICENSE-2.0
75
-
76
- THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
77
- KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
78
- WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
79
- MERCHANTABLITY OR NON-INFRINGEMENT.
80
-
81
- See the Apache Version 2.0 License for specific language governing permissions
82
- and limitations under the License.
83
- ***************************************************************************** */
84
-
85
70
  /*! *****************************************************************************
86
71
  Copyright (c) Microsoft Corporation.
87
72
 
@@ -260,15 +245,6 @@ and limitations under the License.
260
245
 
261
246
  /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
262
247
 
263
- /*!@license
264
- * UAParser.js v0.7.28
265
- * Lightweight JavaScript-based User-Agent string parser
266
- * https://github.com/faisalman/ua-parser-js
267
- *
268
- * Copyright © 2012-2021 Faisal Salman <f@faisalman.com>
269
- * Licensed under MIT License
270
- */
271
-
272
248
  /**
273
249
  * @license
274
250
  * Lodash <https://lodash.com/>
@@ -278,6 +254,16 @@ and limitations under the License.
278
254
  * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
279
255
  */
280
256
 
257
+ /**
258
+ * @license React
259
+ * react-is.production.min.js
260
+ *
261
+ * Copyright (c) Facebook, Inc. and its affiliates.
262
+ *
263
+ * This source code is licensed under the MIT license found in the
264
+ * LICENSE file in the root directory of this source tree.
265
+ */
266
+
281
267
  /**
282
268
  * [js-md5]{@link https://github.com/emn178/js-md5}
283
269
  *
@@ -297,15 +283,6 @@ and limitations under the License.
297
283
  * LICENSE file in the root directory of this source tree.
298
284
  */
299
285
 
300
- /** @license React v16.13.1
301
- * react-is.production.min.js
302
- *
303
- * Copyright (c) Facebook, Inc. and its affiliates.
304
- *
305
- * This source code is licensed under the MIT license found in the
306
- * LICENSE file in the root directory of this source tree.
307
- */
308
-
309
286
  /** @license React v17.0.0
310
287
  * react-dom.production.min.js
311
288
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fcr-ui-scene",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "main": "lib/scene.bundle.js",
5
5
  "types": "lib/fcr-ui-scene/src/index.d.ts",
6
6
  "scripts": {