@deephaven/icons 0.19.2-beta.10 → 0.19.2-beta.12

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.19.2-beta.10+75204ed",
3
+ "version": "0.19.2-beta.12+12ab02d",
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": "75204eda3d72f91ad80215af6177927ae1bea1ac"
47
+ "gitHead": "12ab02d7174c9dd99142551829d93ca7b18bc02d"
48
48
  }