@magda/auth-api-client 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.
- package/dist/index.js +2 -2
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -14272,9 +14272,9 @@ var require_yallist = __commonJS({
|
|
|
14272
14272
|
}
|
|
14273
14273
|
});
|
|
14274
14274
|
|
|
14275
|
-
// ../../node_modules/lru-cache/index.js
|
|
14275
|
+
// ../../magda-typescript-common/node_modules/lru-cache/index.js
|
|
14276
14276
|
var require_lru_cache = __commonJS({
|
|
14277
|
-
"../../node_modules/lru-cache/index.js"(exports, module) {
|
|
14277
|
+
"../../magda-typescript-common/node_modules/lru-cache/index.js"(exports, module) {
|
|
14278
14278
|
"use strict";
|
|
14279
14279
|
init_cjs_shim();
|
|
14280
14280
|
var Yallist = require_yallist();
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@magda/auth-api-client",
|
|
3
3
|
"description": "MAGDA Auth API 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",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"author": "",
|
|
22
22
|
"license": "Apache-2.0",
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@magda/typescript-common": "^5.
|
|
24
|
+
"@magda/typescript-common": "^5.6.0",
|
|
25
25
|
"@microsoft/api-extractor": "~7.39.0",
|
|
26
26
|
"esbuild": "^0.19.10",
|
|
27
27
|
"ts-loader": "^9.5.1",
|