@deephaven/icons 0.22.2-beta.6 → 0.22.3-beta.10

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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deephaven/icons",
3
- "version": "0.22.2-beta.6+233d922",
3
+ "version": "0.22.3-beta.10+de31cf0",
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",
@@ -44,5 +44,5 @@
44
44
  "publishConfig": {
45
45
  "access": "public"
46
46
  },
47
- "gitHead": "233d9227f1a07837204d7ea2dfe5070c76eb5e8f"
47
+ "gitHead": "de31cf065f4cefc9f772a23ead6943bf84894235"
48
48
  }