@equinor/esv-intersection 1.5.2 → 1.6.0
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.
- package/dist/control/ZoomPanHandler.d.ts +1 -1
- package/dist/index.esm.js +2 -2
- package/dist/index.js +1 -1
- package/dist/index.umd.js +3 -3
- package/package.json +20 -19
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@equinor/esv-intersection",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.6.0",
|
|
4
4
|
"description": "Intersection component package with testing and automatic documentation.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.esm.js",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"prepub": "npm run build",
|
|
16
16
|
"pub": "npm publish --access=public",
|
|
17
17
|
"lint": "eslint --ext .js,.jsx,.ts,.tsx src",
|
|
18
|
-
"test": "jest",
|
|
18
|
+
"test": "tsc --project tsconfig.test.json && jest",
|
|
19
19
|
"test:watch": "jest --watchAll",
|
|
20
20
|
"predocs": "rimraf docs_out",
|
|
21
21
|
"docs": "typedoc --out docs_out src",
|
|
@@ -40,18 +40,23 @@
|
|
|
40
40
|
},
|
|
41
41
|
"homepage": "https://github.com/equinor/esv-intersection#readme",
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@
|
|
44
|
-
"@
|
|
45
|
-
"@
|
|
46
|
-
"@
|
|
43
|
+
"@babel/core": "^7.16.7",
|
|
44
|
+
"@babel/preset-env": "^7.16.8",
|
|
45
|
+
"@babel/preset-typescript": "^7.16.7",
|
|
46
|
+
"@storybook/addon-docs": "^6.4.18",
|
|
47
|
+
"@storybook/addon-storysource": "^6.4.18",
|
|
48
|
+
"@storybook/html": "^6.4.18",
|
|
49
|
+
"@types/d3": "^7.1.0",
|
|
50
|
+
"@types/jest": "^27.4.0",
|
|
47
51
|
"@types/mock-raf": "^1.0.2",
|
|
48
52
|
"@typescript-eslint/eslint-plugin": "^4.15.2",
|
|
49
53
|
"@typescript-eslint/parser": "^4.15.2",
|
|
54
|
+
"babel-jest": "^27.4.6",
|
|
50
55
|
"copyfiles": "^2.4.1",
|
|
51
56
|
"eslint": "^7.20.0",
|
|
52
57
|
"eslint-config-prettier": "^8.1.0",
|
|
53
58
|
"eslint-plugin-prettier": "^3.3.1",
|
|
54
|
-
"jest": "^27.
|
|
59
|
+
"jest": "^27.4.7",
|
|
55
60
|
"jest-canvas-mock": "^2.3.1",
|
|
56
61
|
"mock-raf": "^1.0.1",
|
|
57
62
|
"pixi.js": "^5.3.8",
|
|
@@ -63,15 +68,11 @@
|
|
|
63
68
|
"rollup-plugin-terser": "^7.0.2",
|
|
64
69
|
"rollup-plugin-typescript2": "^0.30.0",
|
|
65
70
|
"storybook-dark-mode": "^1.0.8",
|
|
66
|
-
"ts-jest": "^27.0.5",
|
|
67
71
|
"tslib": "^2.1.0",
|
|
68
72
|
"typedoc": "^0.20.28",
|
|
69
73
|
"typescript": "^4.2.2"
|
|
70
74
|
},
|
|
71
75
|
"jest": {
|
|
72
|
-
"transform": {
|
|
73
|
-
".(ts|tsx)": "ts-jest"
|
|
74
|
-
},
|
|
75
76
|
"setupFiles": [
|
|
76
77
|
"jest-canvas-mock"
|
|
77
78
|
],
|
|
@@ -81,7 +82,8 @@
|
|
|
81
82
|
"tsx",
|
|
82
83
|
"js"
|
|
83
84
|
],
|
|
84
|
-
"testEnvironment": "jsdom"
|
|
85
|
+
"testEnvironment": "jsdom",
|
|
86
|
+
"transformIgnorePatterns": ["/node_modules/(?!d3)"]
|
|
85
87
|
},
|
|
86
88
|
"peerDependencies": {
|
|
87
89
|
"pixi.js": "^5.2.1"
|
|
@@ -89,13 +91,12 @@
|
|
|
89
91
|
"dependencies": {
|
|
90
92
|
"@equinor/videx-math": "^1.0.12",
|
|
91
93
|
"@equinor/videx-vector2": "^1.0.44",
|
|
92
|
-
"@types/d3": "^5.7.2",
|
|
93
94
|
"curve-interpolator": "2.0.8",
|
|
94
|
-
"d3-array": "^
|
|
95
|
-
"d3-axis": "^
|
|
96
|
-
"d3-scale": "^
|
|
97
|
-
"d3-selection": "^
|
|
98
|
-
"d3-shape": "^1.
|
|
99
|
-
"d3-zoom": "^
|
|
95
|
+
"d3-array": "^3.1.1",
|
|
96
|
+
"d3-axis": "^3.0.0",
|
|
97
|
+
"d3-scale": "^4.0.2",
|
|
98
|
+
"d3-selection": "^3.0.0",
|
|
99
|
+
"d3-shape": "^3.1.0",
|
|
100
|
+
"d3-zoom": "^3.0.0"
|
|
100
101
|
}
|
|
101
102
|
}
|