drone_view 1.0.1 → 1.0.2

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.
@@ -42,8 +42,8 @@
42
42
  */
43
43
 
44
44
  /*!
45
- * protobuf.js v7.1.0 (c) 2016, daniel wirtz
46
- * compiled fri, 09 sep 2022 03:02:57 utc
45
+ * protobuf.js v7.2.3 (c) 2016, daniel wirtz
46
+ * compiled mon, 27 mar 2023 18:08:22 utc
47
47
  * licensed under the bsd-3-clause license
48
48
  * see: https://github.com/dcodeio/protobuf.js for details
49
49
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drone_view",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "main": "dist/droneView.js",
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -40,7 +40,7 @@
40
40
  "cesium": "^1.97.0",
41
41
  "eslint": "^7.32.0",
42
42
  "husky": "^8.0.2",
43
- "jspm": "^2.0.0-beta.7",
43
+ "jspm": "^0.16.55",
44
44
  "normalize-value": "^1.0.2",
45
45
  "uuid": "^9.0.0"
46
46
  },