@xuda.io/xuda-dbs-plugin-xuda 1.0.32 → 1.0.33
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 +1 -1
- package/server.js +1 -3
package/package.json
CHANGED
package/server.js
CHANGED
@@ -171,9 +171,7 @@ const find_item_by_key = function (arr, key, val) {
|
|
171
171
|
};
|
172
172
|
|
173
173
|
const get_cast_val = async function (source, attributeP, typeP, valP) {
|
174
|
-
const module =
|
175
|
-
"https://dist.xuda.io/runtime/js/modules/xuda-get-cast-util-module.mjs"
|
176
|
-
);
|
174
|
+
const module = require("@xuda.io/xu_cast");
|
177
175
|
|
178
176
|
return module.cast(
|
179
177
|
typeP,
|