@magda/utils 5.5.0 → 5.6.0

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 (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -10462,9 +10462,9 @@ var require_yallist = __commonJS({
10462
10462
  }
10463
10463
  });
10464
10464
 
10465
- // ../../node_modules/lru-cache/index.js
10465
+ // ../../magda-typescript-common/node_modules/lru-cache/index.js
10466
10466
  var require_lru_cache = __commonJS({
10467
- "../../node_modules/lru-cache/index.js"(exports, module) {
10467
+ "../../magda-typescript-common/node_modules/lru-cache/index.js"(exports, module) {
10468
10468
  "use strict";
10469
10469
  init_cjs_shim();
10470
10470
  var Yallist = require_yallist();
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@magda/utils",
3
3
  "description": "MAGDA Common Utils",
4
- "version": "5.5.0",
4
+ "version": "5.6.0",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  ".": {
@@ -11,7 +11,7 @@
11
11
  "./package.json": "./package.json"
12
12
  },
13
13
  "engines": {
14
- "node": ">=18.19.0"
14
+ "node": ">=22.0.0"
15
15
  },
16
16
  "scripts": {
17
17
  "prebuild": "rimraf dist tsconfig.tsbuildinfo",
@@ -26,7 +26,7 @@
26
26
  "module": "dist/index.js",
27
27
  "browser": "dist/index-web.js",
28
28
  "devDependencies": {
29
- "@magda/typescript-common": "^5.5.0",
29
+ "@magda/typescript-common": "^5.6.0",
30
30
  "@microsoft/api-extractor": "~7.39.0",
31
31
  "esbuild": "^0.19.10",
32
32
  "ts-loader": "^9.5.1",