@deephaven/icons 0.15.5-beta.0 → 0.15.5-vite.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.15.5-beta.0+cc3fe3a",
3
+ "version": "0.15.5-vite.12+52a2dd9",
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": "cc3fe3a5cfeca120f228e4470908ca8ec23d7679"
42
+ "gitHead": "52a2dd9b2d7e16dec8c678e270e78d6d2db6a7e5"
43
43
  }