jmash-region 0.1.1 → 0.1.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.
package/dist/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  import "jmash-core";
2
- import { a as i, a as o, _ as r, b as d, d as m } from "./index-BkUaS5vM.mjs";
2
+ import { a as i, b as o, _ as r, c as d, d as m } from "./index-DO0cZHg4.mjs";
3
3
  export {
4
4
  i as JmashRegionCascader,
5
5
  o as JmashRegionCascader2,
@@ -1,7 +1,7 @@
1
1
  import type { App } from "vue";
2
2
  import JmashRegionTree from "@/components/JmashRegionTree/index.vue";
3
3
  import JmashRegionCascader from "@/components/JmashRegionCascader/index.vue";
4
- import JmashRegionCascader2 from "@/components/JmashRegionCascader/index.vue";
4
+ import JmashRegionCascader2 from "@/components/JmashRegionCascader2/index.vue";
5
5
  export { JmashRegionTree, JmashRegionCascader, JmashRegionCascader2 };
6
6
  export { dictRegionApi } from "@/api/region/os-dict-region";
7
7
  export type { DictRegionApi, DictRegionReq, DictRegionModel, DictRegionList, DictRegionKey, DictRegionMoveKey, DictRegionEnableKey, DictRegionCreateReq, DictRegionUpdateReq, DictRegionExportReq, DictRegionImportReq, } from "@/api/region/os-dict-region/types";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jmash-region",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "private": false,
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dts/src/index.d.ts",