@magda/registry-client 5.5.0-alpha.2 → 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.
- package/dist/index.js +2 -2
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -11222,9 +11222,9 @@ var require_yallist = __commonJS({
|
|
|
11222
11222
|
}
|
|
11223
11223
|
});
|
|
11224
11224
|
|
|
11225
|
-
// ../../node_modules/lru-cache/index.js
|
|
11225
|
+
// ../../magda-typescript-common/node_modules/lru-cache/index.js
|
|
11226
11226
|
var require_lru_cache = __commonJS({
|
|
11227
|
-
"../../node_modules/lru-cache/index.js"(exports, module) {
|
|
11227
|
+
"../../magda-typescript-common/node_modules/lru-cache/index.js"(exports, module) {
|
|
11228
11228
|
"use strict";
|
|
11229
11229
|
init_cjs_shim();
|
|
11230
11230
|
var Yallist = require_yallist();
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@magda/registry-client",
|
|
3
3
|
"description": "MAGDA Registry Client",
|
|
4
|
-
"version": "5.
|
|
4
|
+
"version": "5.6.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": "./dist/index.js",
|
|
8
8
|
"./package.json": "./package.json"
|
|
9
9
|
},
|
|
10
10
|
"engines": {
|
|
11
|
-
"node": ">=
|
|
11
|
+
"node": ">=22.0.0"
|
|
12
12
|
},
|
|
13
13
|
"scripts": {
|
|
14
14
|
"prebuild": "rimraf dist tsconfig.tsbuildinfo",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"main": "dist/index.js",
|
|
24
24
|
"types": "dist/index.d.ts",
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@magda/typescript-common": "^5.
|
|
26
|
+
"@magda/typescript-common": "^5.6.0",
|
|
27
27
|
"@microsoft/api-extractor": "~7.39.0",
|
|
28
28
|
"esbuild": "^0.19.10",
|
|
29
29
|
"ts-loader": "^9.5.1",
|