udxcms 1.0.23 → 1.0.24

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.
@@ -60,4 +60,5 @@ export { default as http } from "./http.js";
60
60
  export { default as parse } from "./parse.js";
61
61
  export { default as pdf } from "./pdf.js";
62
62
  export { unwrapJSONStr };
63
+ export * from "./connect.js";
63
64
  import { unwrapJSONStr } from "./parse";
@@ -698,3 +698,4 @@ export { default as http } from './http.js';
698
698
  export { default as parse } from './parse.js';
699
699
  export { default as pdf } from './pdf.js';
700
700
  export { unwrapJSONStr };
701
+ export * from './connect.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "udxcms",
3
- "version": "1.0.23",
3
+ "version": "1.0.24",
4
4
  "description": "cms submodule",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",