bruce-cesium 2.6.2 → 2.6.4

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.
@@ -28,4 +28,4 @@ export * from "./utils/measure-utils";
28
28
  export * from "./utils/entity-utils";
29
29
  export * from "./widgets/common/draw-3d-polygon";
30
30
  export * from "./widgets/common/draw-3d-polyline";
31
- export declare const VERSION = "2.5.9";
31
+ export declare const VERSION = "2.6.4";
package/package.json CHANGED
@@ -1,77 +1,77 @@
1
- {
2
- "name": "bruce-cesium",
3
- "version": "2.6.2",
4
- "description": "",
5
- "keywords": [],
6
- "main": "dist/bruce-cesium.umd.js",
7
- "module": "dist/bruce-cesium.es5.js",
8
- "typings": "dist/types/bruce-cesium.d.ts",
9
- "files": [
10
- "dist"
11
- ],
12
- "author": "MatveyL <matveylavrinovich@gmail.com>",
13
- "repository": {
14
- "type": "git",
15
- "url": ""
16
- },
17
- "license": "ISC",
18
- "engines": {
19
- "node": ">=6.0.0"
20
- },
21
- "scripts": {
22
- "prebuild": "rimraf dist",
23
- "build": "tsc --module commonjs && rollup -c rollup.config.ts",
24
- "docs": "typedoc ./src/bruce-cesium.ts --out ./docs",
25
- "start": "rollup -c rollup.config.ts -w",
26
- "test": "jest \"./test/unit\"",
27
- "test-db": "jest \"./test/db\"",
28
- "test:watch": "jest --watch",
29
- "test:prod": "npm run test -- --no-cache"
30
- },
31
- "jest": {
32
- "transform": {
33
- ".(ts|tsx)": "ts-jest"
34
- },
35
- "testEnvironment": "node",
36
- "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
37
- "moduleFileExtensions": [
38
- "ts",
39
- "tsx",
40
- "js"
41
- ],
42
- "setupFiles": [
43
- "./setup-jest.js"
44
- ]
45
- },
46
- "devDependencies": {
47
- "@types/jest": "^23.3.14",
48
- "@types/lodash": "^4.14.195",
49
- "@types/node": "^10.11.0",
50
- "cesium": "1.93",
51
- "colors": "^1.3.2",
52
- "coveralls": "^3.0.2",
53
- "cross-env": "^5.2.0",
54
- "husky": "^1.0.1",
55
- "jest": "^23.6.0",
56
- "jest-config": "^23.6.0",
57
- "lodash.camelcase": "^4.3.0",
58
- "prompt": "^1.0.0",
59
- "replace-in-file": "^3.4.2",
60
- "rimraf": "^2.6.2",
61
- "rollup": "^0.67.0",
62
- "rollup-plugin-commonjs": "^9.1.8",
63
- "rollup-plugin-json": "^3.1.0",
64
- "rollup-plugin-node-resolve": "^3.4.0",
65
- "rollup-plugin-sourcemaps": "^0.4.2",
66
- "rollup-plugin-typescript2": "^0.18.0",
67
- "shelljs": "^0.8.3",
68
- "ts-jest": "^23.10.2",
69
- "ts-node": "^7.0.1",
70
- "typedoc": "^0.24.8",
71
- "typescript": "^5.0.4"
72
- },
73
- "dependencies": {
74
- "bruce-models": "^2.9.5",
75
- "tslib": "^2.4.1"
76
- }
77
- }
1
+ {
2
+ "name": "bruce-cesium",
3
+ "version": "2.6.4",
4
+ "description": "",
5
+ "keywords": [],
6
+ "main": "dist/bruce-cesium.umd.js",
7
+ "module": "dist/bruce-cesium.es5.js",
8
+ "typings": "dist/types/bruce-cesium.d.ts",
9
+ "files": [
10
+ "dist"
11
+ ],
12
+ "author": "MatveyL <matveylavrinovich@gmail.com>",
13
+ "repository": {
14
+ "type": "git",
15
+ "url": ""
16
+ },
17
+ "license": "ISC",
18
+ "engines": {
19
+ "node": ">=6.0.0"
20
+ },
21
+ "scripts": {
22
+ "prebuild": "rimraf dist",
23
+ "build": "tsc --module commonjs && rollup -c rollup.config.ts",
24
+ "docs": "typedoc ./src/bruce-cesium.ts --out ./docs",
25
+ "start": "rollup -c rollup.config.ts -w",
26
+ "test": "jest \"./test/unit\"",
27
+ "test-db": "jest \"./test/db\"",
28
+ "test:watch": "jest --watch",
29
+ "test:prod": "npm run test -- --no-cache"
30
+ },
31
+ "jest": {
32
+ "transform": {
33
+ ".(ts|tsx)": "ts-jest"
34
+ },
35
+ "testEnvironment": "node",
36
+ "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
37
+ "moduleFileExtensions": [
38
+ "ts",
39
+ "tsx",
40
+ "js"
41
+ ],
42
+ "setupFiles": [
43
+ "./setup-jest.js"
44
+ ]
45
+ },
46
+ "devDependencies": {
47
+ "@types/jest": "^23.3.14",
48
+ "@types/lodash": "^4.14.195",
49
+ "@types/node": "^10.11.0",
50
+ "cesium": "1.93",
51
+ "colors": "^1.3.2",
52
+ "coveralls": "^3.0.2",
53
+ "cross-env": "^5.2.0",
54
+ "husky": "^1.0.1",
55
+ "jest": "^23.6.0",
56
+ "jest-config": "^23.6.0",
57
+ "lodash.camelcase": "^4.3.0",
58
+ "prompt": "^1.0.0",
59
+ "replace-in-file": "^3.4.2",
60
+ "rimraf": "^2.6.2",
61
+ "rollup": "^0.67.0",
62
+ "rollup-plugin-commonjs": "^9.1.8",
63
+ "rollup-plugin-json": "^3.1.0",
64
+ "rollup-plugin-node-resolve": "^3.4.0",
65
+ "rollup-plugin-sourcemaps": "^0.4.2",
66
+ "rollup-plugin-typescript2": "^0.18.0",
67
+ "shelljs": "^0.8.3",
68
+ "ts-jest": "^23.10.2",
69
+ "ts-node": "^7.0.1",
70
+ "typedoc": "^0.24.8",
71
+ "typescript": "^5.0.4"
72
+ },
73
+ "dependencies": {
74
+ "bruce-models": "^2.9.5",
75
+ "tslib": "^2.4.1"
76
+ }
77
+ }