@hpcc-js/dgrid-shim 2.22.1 → 2.23.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hpcc-js/dgrid-shim",
3
- "version": "2.22.1",
3
+ "version": "2.23.1",
4
4
  "description": "dgrid shim",
5
5
  "main": "dist/index.js",
6
6
  "unpkg": "dist/index.min.js",
@@ -26,7 +26,7 @@
26
26
  "gen-legacy-types": "downlevel-dts ./types ./types-3.4",
27
27
  "build": "npm run compile-cjs && npm run bundle",
28
28
  "watch": "run-p compile-cjs-watch bundle-watch",
29
- "stamp": "node node_modules/@hpcc-js/bundle/src/stamp.js",
29
+ "stamp": "node ../../node_modules/@hpcc-js/bundle/src/stamp.js",
30
30
  "lint": "eslint src/**/*.ts",
31
31
  "update": "npx npm-check-updates -u -t minor"
32
32
  },
@@ -35,33 +35,15 @@
35
35
  "types/*"
36
36
  ],
37
37
  "devDependencies": {
38
- "@hpcc-js/bundle": "^2.10.23",
38
+ "@hpcc-js/bundle": "^2.11.1",
39
39
  "@types/dojo": "1.9.43",
40
- "@typescript-eslint/eslint-plugin": "4.31.0",
41
- "@typescript-eslint/parser": "4.31.0",
42
- "copy-webpack-plugin": "5.1.1",
43
- "css-loader": "3.4.1",
44
40
  "dgrid": "1.3.3",
45
- "dijit": "1.17.0",
46
- "dijit-themes": "1.17.0",
47
- "dojo": "1.17.0",
41
+ "dijit": "1.17.1",
42
+ "dijit-themes": "1.17.1",
43
+ "dojo": "1.17.1",
48
44
  "dojo-dstore": "1.2.1",
49
- "dojo-util": "1.17.0",
50
- "dojo-webpack-plugin": "2.8.20",
51
- "dojox": "1.17.0",
52
- "downlevel-dts": "0.6.0",
53
- "eslint": "7.32.0",
54
- "eslint-plugin-react-hooks": "^4.3.0",
55
- "npm-run-all": "4.1.5",
56
- "rimraf": "2.6.3",
57
- "style-loader": "1.1.2",
58
- "terser": "4.0.0",
59
- "terser-webpack-plugin": "3.0.2",
60
- "typescript": "4.3.4",
61
- "url-loader": "3.0.0",
62
- "webpack": "4.41.5",
63
- "webpack-cli": "3.3.10",
64
- "webpack-hasjs-plugin": "1.0.3"
45
+ "dojo-util": "1.17.1",
46
+ "dojox": "1.17.1"
65
47
  },
66
48
  "repository": {
67
49
  "type": "git",
@@ -79,5 +61,5 @@
79
61
  "url": "https://github.com/hpcc-systems/Visualization/issues"
80
62
  },
81
63
  "homepage": "https://github.com/hpcc-systems/Visualization#readme",
82
- "gitHead": "ebc7a767b8dda09c177fba77fab1527bed6d306c"
64
+ "gitHead": "bc245d3dccc358e21bc1b2103f6d88bb75b9f999"
83
65
  }
@@ -1,4 +1,4 @@
1
- export declare const PKG_NAME = "@hpcc-js/dgrid-shim";
2
- export declare const PKG_VERSION = "2.22.1";
3
- export declare const BUILD_VERSION = "2.101.2";
1
+ export declare const PKG_NAME = "@hpcc-js/dgrid-shim";
2
+ export declare const PKG_VERSION = "2.23.1";
3
+ export declare const BUILD_VERSION = "2.102.1";
4
4
  //# sourceMappingURL=__package__.d.ts.map
@@ -1,3 +1,3 @@
1
- export declare const GridHelper: any;
2
- export declare const Pagination: any;
1
+ export declare const GridHelper: any;
2
+ export declare const Pagination: any;
3
3
  //# sourceMappingURL=gridHelper.d.ts.map
package/types/index.d.ts CHANGED
@@ -1,8 +1,8 @@
1
- export * from "./__package__";
2
- export declare const Deferred: any;
3
- export declare const domConstruct: any;
4
- export declare const Memory: any;
5
- export declare const QueryResults: any;
6
- export declare const Grid: any;
7
- export declare const PagingGrid: any;
1
+ export * from "./__package__";
2
+ export declare const Deferred: any;
3
+ export declare const domConstruct: any;
4
+ export declare const Memory: any;
5
+ export declare const QueryResults: any;
6
+ export declare const Grid: any;
7
+ export declare const PagingGrid: any;
8
8
  //# sourceMappingURL=index.d.ts.map