@deephaven/icons 0.32.1-table-plugins.9 → 0.33.1-auth-plugins.25

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deephaven/icons",
3
- "version": "0.32.1-table-plugins.9+29cd4d8",
3
+ "version": "0.33.1-auth-plugins.25+2a689a65",
4
4
  "description": "Icons used in Deephaven client apps. Extends vscode-codicons to be font-awesome svg-core compatible and adds additional icons in a similar style.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",
@@ -9,6 +9,7 @@
9
9
  "files": [
10
10
  "dist"
11
11
  ],
12
+ "sideEffects": false,
12
13
  "scripts": {
13
14
  "prestart": "npm run build",
14
15
  "start": "npm run watch",
@@ -44,5 +45,5 @@
44
45
  "publishConfig": {
45
46
  "access": "public"
46
47
  },
47
- "gitHead": "29cd4d83572be60355a22e372fe11f70ad5ea75a"
48
+ "gitHead": "2a689a654f019c33259582f8196ea9acf64497e9"
48
49
  }