@deephaven/js-plugin-pivot 0.0.3-dev.984 → 0.2.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.
Files changed (2) hide show
  1. package/dist/index.js +454 -471
  2. package/package.json +17 -13
package/package.json CHANGED
@@ -1,14 +1,20 @@
1
1
  {
2
2
  "name": "@deephaven/js-plugin-pivot",
3
- "version": "0.0.3-dev.984+0d63a3d6",
3
+ "version": "0.2.0",
4
4
  "description": "Pivot plugin for Deephaven",
5
5
  "keywords": [
6
6
  "Deephaven",
7
- "plugin"
7
+ "plugin",
8
+ "deephaven-js-plugin",
9
+ "pivot"
8
10
  ],
9
- "author": "Deephaven Data Labs",
11
+ "author": "Deephaven Data Labs LLC",
10
12
  "license": "Apache-2.0",
11
13
  "main": "dist/index.js",
14
+ "repository": {
15
+ "type": "git",
16
+ "url": "git+https://github.com/deephaven/deephaven-plugins"
17
+ },
12
18
  "scripts": {
13
19
  "start": "vite build --watch",
14
20
  "build": "vite build"
@@ -23,7 +29,6 @@
23
29
  "@types/react-dom": "^17.0.2",
24
30
  "@vitejs/plugin-react-swc": "^3.0.0",
25
31
  "react": "^17.0.2",
26
- "typescript": "^4.5.4",
27
32
  "vite": "~4.1.4"
28
33
  },
29
34
  "peerDependencies": {
@@ -32,15 +37,15 @@
32
37
  },
33
38
  "dependencies": {
34
39
  "@deephaven/components": "^0.85.35",
35
- "@deephaven/dashboard": "^0.85.35",
36
- "@deephaven/dashboard-core-plugins": "^0.85.35",
37
- "@deephaven/grid": "^0.85.35",
40
+ "@deephaven/dashboard": "^0.85.38",
41
+ "@deephaven/dashboard-core-plugins": "^0.85.37",
42
+ "@deephaven/grid": "^0.85.38",
38
43
  "@deephaven/icons": "^0.85.0",
39
- "@deephaven/iris-grid": "^0.85.35",
44
+ "@deephaven/iris-grid": "^0.85.39",
40
45
  "@deephaven/jsapi-bootstrap": "^0.85.35",
41
- "@deephaven/jsapi-utils": "^0.85.35",
46
+ "@deephaven/jsapi-utils": "^0.85.39",
42
47
  "@deephaven/log": "^0.85.19",
43
- "@deephaven/plugin": "^0.85.35",
48
+ "@deephaven/plugin": "^0.85.37",
44
49
  "@deephaven/utils": "^0.85.35",
45
50
  "lodash.clamp": "^4.0.3",
46
51
  "lodash.throttle": "^4.1.1",
@@ -48,11 +53,10 @@
48
53
  "nanoid": "^5.1.5"
49
54
  },
50
55
  "publishConfig": {
51
- "access": "public",
52
- "provenance": false
56
+ "access": "public"
53
57
  },
54
58
  "files": [
55
59
  "dist/index.js"
56
60
  ],
57
- "gitHead": "0d63a3d64a19349448965fc689a3b0e4511fb7b2"
61
+ "gitHead": "d75552a0c9814b285ce678709e74584f2ed9611c"
58
62
  }