@hpcc-js/util 2.53.0 → 2.53.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.
@@ -1,4 +1,4 @@
1
1
  export var PKG_NAME = "@hpcc-js/util";
2
- export var PKG_VERSION = "2.53.0";
3
- export var BUILD_VERSION = "2.107.0";
2
+ export var PKG_VERSION = "2.53.1";
3
+ export var BUILD_VERSION = "2.108.2";
4
4
  //# sourceMappingURL=__package__.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hpcc-js/util",
3
- "version": "2.53.0",
3
+ "version": "2.53.1",
4
4
  "description": "hpcc-js - Utilities",
5
5
  "main": "dist/index.js",
6
6
  "module": "lib-es6/index",
@@ -39,7 +39,7 @@
39
39
  "update": "npx --yes npm-check-updates -u -t minor"
40
40
  },
41
41
  "dependencies": {
42
- "tslib": "2.7.0"
42
+ "tslib": "2.8.1"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@hpcc-js/bundle": "^2.12.0"
@@ -55,5 +55,5 @@
55
55
  "url": "https://github.com/hpcc-systems/Visualization/issues"
56
56
  },
57
57
  "homepage": "https://github.com/hpcc-systems/Visualization",
58
- "gitHead": "fbbef050700b0e9d76ef99714856383d95155149"
58
+ "gitHead": "9f7febd34d32c62d1785e7863334773e1967d738"
59
59
  }
@@ -1,3 +1,3 @@
1
1
  export const PKG_NAME = "@hpcc-js/util";
2
- export const PKG_VERSION = "2.53.0";
3
- export const BUILD_VERSION = "2.107.0";
2
+ export const PKG_VERSION = "2.53.1";
3
+ export const BUILD_VERSION = "2.108.2";
package/src/index.ts CHANGED
@@ -18,4 +18,4 @@ export * from "./saxParser";
18
18
  export * from "./stack";
19
19
  export * from "./stateful";
20
20
  export * from "./string";
21
- export * from "./url";
21
+ export * from "./url";
@@ -1,4 +1,4 @@
1
1
  export declare const PKG_NAME = "@hpcc-js/util";
2
- export declare const PKG_VERSION = "2.53.0";
3
- export declare const BUILD_VERSION = "2.107.0";
2
+ export declare const PKG_VERSION = "2.53.1";
3
+ export declare const BUILD_VERSION = "2.108.2";
4
4
  //# sourceMappingURL=__package__.d.ts.map
@@ -1,4 +1,4 @@
1
1
  export declare const PKG_NAME = "@hpcc-js/util";
2
- export declare const PKG_VERSION = "2.53.0";
3
- export declare const BUILD_VERSION = "2.107.0";
2
+ export declare const PKG_VERSION = "2.53.1";
3
+ export declare const BUILD_VERSION = "2.108.2";
4
4
  //# sourceMappingURL=__package__.d.ts.map