@nocobase/data-source-manager 0.20.0-alpha.1 → 0.20.0-alpha.2
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.
|
@@ -31,8 +31,8 @@ __export(proxy_to_repository_exports, {
|
|
|
31
31
|
proxyToRepository: () => proxyToRepository
|
|
32
32
|
});
|
|
33
33
|
module.exports = __toCommonJS(proxy_to_repository_exports);
|
|
34
|
-
var import_utils = require("./utils");
|
|
35
34
|
var import_lodash = __toESM(require("lodash"));
|
|
35
|
+
var import_utils = require("./utils");
|
|
36
36
|
function proxyToRepository(paramKeys, repositoryMethod) {
|
|
37
37
|
return async function(ctx, next) {
|
|
38
38
|
const repository = (0, import_utils.getRepositoryFromParams)(ctx);
|
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/data-source-manager",
|
|
3
|
-
"version": "0.20.0-alpha.
|
|
3
|
+
"version": "0.20.0-alpha.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "./lib/index.js",
|
|
7
7
|
"types": "./lib/index.d.ts",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@nocobase/actions": "0.20.0-alpha.
|
|
10
|
-
"@nocobase/cache": "0.20.0-alpha.
|
|
11
|
-
"@nocobase/database": "0.20.0-alpha.
|
|
12
|
-
"@nocobase/resourcer": "0.20.0-alpha.
|
|
13
|
-
"@nocobase/utils": "0.20.0-alpha.
|
|
9
|
+
"@nocobase/actions": "0.20.0-alpha.2",
|
|
10
|
+
"@nocobase/cache": "0.20.0-alpha.2",
|
|
11
|
+
"@nocobase/database": "0.20.0-alpha.2",
|
|
12
|
+
"@nocobase/resourcer": "0.20.0-alpha.2",
|
|
13
|
+
"@nocobase/utils": "0.20.0-alpha.2",
|
|
14
14
|
"@types/jsonwebtoken": "^8.5.8",
|
|
15
15
|
"jsonwebtoken": "^8.5.1"
|
|
16
16
|
},
|
|
@@ -19,5 +19,5 @@
|
|
|
19
19
|
"url": "git+https://github.com/nocobase/nocobase.git",
|
|
20
20
|
"directory": "packages/auth"
|
|
21
21
|
},
|
|
22
|
-
"gitHead": "
|
|
22
|
+
"gitHead": "6fb885dfc3554e4b0f29e9a7a1eecbbe85d0eebb"
|
|
23
23
|
}
|