@deephaven-enterprise/auth-nodejs 1.20250801.273-beta → 1.20250801.250909101756-g6a96a09cfd8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deephaven-enterprise/auth-nodejs",
3
- "version": "1.20250801.273-beta",
3
+ "version": "1.20250801.250909101756-g6a96a09cfd8",
4
4
  "description": "Deephaven Enterprise Auth Utils for NodeJS",
5
5
  "author": "Deephaven Data Labs LLC",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -22,11 +22,10 @@
22
22
  "build": "tsc --build"
23
23
  },
24
24
  "dependencies": {
25
- "@deephaven-enterprise/jsapi-types": "^1.20250801.273-beta",
25
+ "@deephaven-enterprise/jsapi-types": "file:../jsapi-types",
26
26
  "@deephaven/utils": "^0.97.0"
27
27
  },
28
28
  "publishConfig": {
29
29
  "access": "public"
30
- },
31
- "gitHead": "d2e61ec962ce2aa709bea40f9e39dcba4f56faf5"
30
+ }
32
31
  }