@etsoo/smarterp-core 1.0.91 → 1.0.92
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/lib/cjs/dto/public/PlaceCommon.d.ts +1 -1
- package/lib/cjs/index.d.ts +0 -1
- package/lib/cjs/index.js +0 -1
- package/lib/cjs/rq/public/PlaceQueryRQ.d.ts +1 -1
- package/lib/mjs/dto/public/PlaceCommon.d.ts +1 -1
- package/lib/mjs/index.d.ts +0 -1
- package/lib/mjs/index.js +0 -1
- package/lib/mjs/rq/public/PlaceQueryRQ.d.ts +1 -1
- package/package.json +2 -2
- package/src/dto/public/PlaceCommon.ts +1 -1
- package/src/index.ts +0 -1
- package/src/rq/public/PlaceQueryRQ.ts +1 -1
- package/lib/cjs/dto/public/PlaceLocation.d.ts +0 -14
- package/lib/cjs/dto/public/PlaceLocation.js +0 -2
- package/lib/mjs/dto/public/PlaceLocation.d.ts +0 -14
- package/lib/mjs/dto/public/PlaceLocation.js +0 -1
- package/src/dto/public/PlaceLocation.ts +0 -15
package/lib/cjs/index.d.ts
CHANGED
|
@@ -27,7 +27,6 @@ export * from "./dto/public/ChinaPinData";
|
|
|
27
27
|
export * from "./dto/public/CurrencyItem";
|
|
28
28
|
export * from "./dto/public/MemberInvitationDto";
|
|
29
29
|
export * from "./dto/public/PlaceCommon";
|
|
30
|
-
export * from "./dto/public/PlaceLocation";
|
|
31
30
|
export * from "./dto/public/RegionData";
|
|
32
31
|
export * from "./dto/user/AuditHistoryDto";
|
|
33
32
|
export * from "./dto/user/DeviceListDto";
|
package/lib/cjs/index.js
CHANGED
|
@@ -44,7 +44,6 @@ __exportStar(require("./dto/public/ChinaPinData"), exports);
|
|
|
44
44
|
__exportStar(require("./dto/public/CurrencyItem"), exports);
|
|
45
45
|
__exportStar(require("./dto/public/MemberInvitationDto"), exports);
|
|
46
46
|
__exportStar(require("./dto/public/PlaceCommon"), exports);
|
|
47
|
-
__exportStar(require("./dto/public/PlaceLocation"), exports);
|
|
48
47
|
__exportStar(require("./dto/public/RegionData"), exports);
|
|
49
48
|
__exportStar(require("./dto/user/AuditHistoryDto"), exports);
|
|
50
49
|
__exportStar(require("./dto/user/DeviceListDto"), exports);
|
package/lib/mjs/index.d.ts
CHANGED
|
@@ -27,7 +27,6 @@ export * from "./dto/public/ChinaPinData";
|
|
|
27
27
|
export * from "./dto/public/CurrencyItem";
|
|
28
28
|
export * from "./dto/public/MemberInvitationDto";
|
|
29
29
|
export * from "./dto/public/PlaceCommon";
|
|
30
|
-
export * from "./dto/public/PlaceLocation";
|
|
31
30
|
export * from "./dto/public/RegionData";
|
|
32
31
|
export * from "./dto/user/AuditHistoryDto";
|
|
33
32
|
export * from "./dto/user/DeviceListDto";
|
package/lib/mjs/index.js
CHANGED
|
@@ -28,7 +28,6 @@ export * from "./dto/public/ChinaPinData";
|
|
|
28
28
|
export * from "./dto/public/CurrencyItem";
|
|
29
29
|
export * from "./dto/public/MemberInvitationDto";
|
|
30
30
|
export * from "./dto/public/PlaceCommon";
|
|
31
|
-
export * from "./dto/public/PlaceLocation";
|
|
32
31
|
export * from "./dto/public/RegionData";
|
|
33
32
|
export * from "./dto/user/AuditHistoryDto";
|
|
34
33
|
export * from "./dto/user/DeviceListDto";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@etsoo/smarterp-core",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.92",
|
|
4
4
|
"description": "TypeScript APIs for SmartERP Core",
|
|
5
5
|
"main": "lib/cjs/index.js",
|
|
6
6
|
"module": "lib/mjs/index.js",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"vitest": "^3.2.4"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@etsoo/appscript": "^1.6.
|
|
56
|
+
"@etsoo/appscript": "^1.6.43",
|
|
57
57
|
"@etsoo/materialui": "^1.5.66",
|
|
58
58
|
"@etsoo/react": "^1.8.49",
|
|
59
59
|
"@etsoo/shared": "^1.2.75",
|
package/src/index.ts
CHANGED
|
@@ -32,7 +32,6 @@ export * from "./dto/public/ChinaPinData";
|
|
|
32
32
|
export * from "./dto/public/CurrencyItem";
|
|
33
33
|
export * from "./dto/public/MemberInvitationDto";
|
|
34
34
|
export * from "./dto/public/PlaceCommon";
|
|
35
|
-
export * from "./dto/public/PlaceLocation";
|
|
36
35
|
export * from "./dto/public/RegionData";
|
|
37
36
|
|
|
38
37
|
export * from "./dto/user/AuditHistoryDto";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|