@xuda.io/xuda-dbs-plugin-xuda 1.0.44 → 1.0.46
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/package.json +2 -2
- package/server.js +1 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@xuda.io/xuda-dbs-plugin-xuda",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.46",
|
4
4
|
"description": "Xuda Database Socket for Xuda's proprietary structure powered by CouchDB",
|
5
5
|
"scripts": {
|
6
6
|
"pub": "npm version patch --force && npm publish --access public"
|
@@ -17,6 +17,6 @@
|
|
17
17
|
"dependencies": {
|
18
18
|
"nano": "^10.0.0",
|
19
19
|
"lodash": "^4.17.21",
|
20
|
-
"@xuda.io/xu_cast": "
|
20
|
+
"@xuda.io/xu_cast": "^1.0.3"
|
21
21
|
}
|
22
22
|
}
|
package/server.js
CHANGED
@@ -72,7 +72,7 @@ const check_unique = async function (e, docP, table_obj) {
|
|
72
72
|
try {
|
73
73
|
// const json = await _this.runtime_xuda_driver("runtime_get_index", e);
|
74
74
|
e.view = "db_index";
|
75
|
-
const json = await
|
75
|
+
const json = await exports.read(params, setup_doc, resolve, reject);
|
76
76
|
|
77
77
|
// var data;
|
78
78
|
|