@deephaven/icons 0.7.3-beta.0 → 0.7.3-beta.1

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.7.3-beta.0+b08ecf6",
3
+ "version": "0.7.3-beta.1+eae1729",
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",
@@ -49,5 +49,5 @@
49
49
  "publishConfig": {
50
50
  "access": "public"
51
51
  },
52
- "gitHead": "b08ecf66f287da823381e0c87001780c6bc6f169"
52
+ "gitHead": "eae1729832cca04f11d295d0a92c78850a63fa3f"
53
53
  }