@deephaven/jsapi-types 0.30.1-beta.0 → 0.30.1

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.
package/dist/index.d.ts CHANGED
@@ -1,4 +1,2 @@
1
- import type dh from './dh.types';
2
1
  export * from './dh.types';
3
- export default dh;
4
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,YAAY,CAAC;AAEjC,cAAc,YAAY,CAAC;AAC3B,eAAe,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC"}
package/dist/index.js CHANGED
@@ -1,3 +1,2 @@
1
1
  export * from "./dh.types.js";
2
- export {};
3
2
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","names":[],"sources":["../src/index.ts"],"sourcesContent":["import type dh from './dh.types';\n\nexport * from './dh.types';\nexport default dh;\n"],"mappings":""}
1
+ {"version":3,"file":"index.js","names":[],"sources":["../src/index.ts"],"sourcesContent":["export * from './dh.types';\n"],"mappings":""}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deephaven/jsapi-types",
3
- "version": "0.30.1-beta.0+034cb15",
3
+ "version": "0.30.1",
4
4
  "description": "Deephaven JSAPI Types",
5
5
  "author": "Deephaven Data Labs LLC",
6
6
  "license": "Apache-2.0",
@@ -21,7 +21,7 @@
21
21
  "build:babel": "babel ./src --out-dir ./dist --extensions \".ts,.tsx,.js,.jsx\" --source-maps --root-mode upward"
22
22
  },
23
23
  "devDependencies": {
24
- "@deephaven/tsconfig": "^0.30.1-beta.0+034cb15"
24
+ "@deephaven/tsconfig": "^0.30.0"
25
25
  },
26
26
  "files": [
27
27
  "dist"
@@ -29,5 +29,5 @@
29
29
  "publishConfig": {
30
30
  "access": "public"
31
31
  },
32
- "gitHead": "034cb15e294c880871bf9551480ade380ad7a8ba"
32
+ "gitHead": "e4cb46174a3d9208328018b33faac77dc780837e"
33
33
  }