@hpcc-js/dgrid 3.1.0 → 3.2.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/src/dgrid-shim.ts CHANGED
@@ -1,7 +1,7 @@
1
- import type * as dgrid_shim from "@hpcc-js/dgrid-shim";
1
+ import * as dgrid_shim from "@hpcc-js/dgrid-shim";
2
2
 
3
3
  if (!globalThis["@hpcc-js/dgrid-shim"]) {
4
- console.error("dgrid-shim not loaded, please add `<script src=\"https://cdn.jsdelivr.net/npm/@hpcc-js/dgrid-shim@2.26.0/dist/index.min.js\"></script>` or similar to your HTML file");
4
+ console.error("dgrid-shim not loaded, please add `<script src=\"https://cdn.jsdelivr.net/npm/@hpcc-js/dgrid-shim/dist/index.min.js\"></script>` or similar to your HTML file");
5
5
  }
6
6
 
7
7
  export const Deferred = globalThis["@hpcc-js/dgrid-shim"].Deferred as typeof dgrid_shim.Deferred;
package/src/i18n.js CHANGED
@@ -1,4 +1,5 @@
1
- define({
1
+ // eslint-disable-next-line no-undef
2
+ define({
2
3
  load: function (name, req, onload, config) {
3
4
  if (config.isBuild) {
4
5
  onload();
@@ -1,3 +1,3 @@
1
1
  export declare const PKG_NAME = "@hpcc-js/dgrid";
2
2
  export declare const PKG_VERSION = "3.1.0";
3
- export declare const BUILD_VERSION = "3.2.0";
3
+ export declare const BUILD_VERSION = "3.2.1";
@@ -1,4 +1,4 @@
1
- import type * as dgrid_shim from "@hpcc-js/dgrid-shim";
1
+ import * as dgrid_shim from "@hpcc-js/dgrid-shim";
2
2
  export declare const Deferred: typeof dgrid_shim.Deferred;
3
3
  export declare const Memory: typeof dgrid_shim.Memory;
4
4
  export declare const QueryResults: typeof dgrid_shim.QueryResults;