@deephaven/icons 0.12.1-beta.8 → 0.13.2-beta.0

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.12.1-beta.8+c74e5ef",
3
+ "version": "0.13.2-beta.0+062934a",
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",
@@ -39,5 +39,5 @@
39
39
  "publishConfig": {
40
40
  "access": "public"
41
41
  },
42
- "gitHead": "c74e5ef55c36a61497a0fc68a67bcfc874a282ae"
42
+ "gitHead": "062934a0e4d8eede6f21802c3b3a4f8c7a66eea6"
43
43
  }