imean-service-engine 1.8.1 → 1.8.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/mod.cjs +0 -2
- package/dist/mod.js +0 -2
- package/package.json +1 -1
package/dist/mod.cjs
CHANGED
@@ -383,10 +383,8 @@ function getZodTypeString(schema, defaultOptional = false) {
|
|
383
383
|
return processType(schema);
|
384
384
|
}
|
385
385
|
async function generateClientCode(modules) {
|
386
|
-
const timestamp = (/* @__PURE__ */ new Date()).toISOString();
|
387
386
|
const imports = [
|
388
387
|
"// \u8FD9\u4E2A\u6587\u4EF6\u662F\u81EA\u52A8\u751F\u6210\u7684\uFF0C\u8BF7\u4E0D\u8981\u624B\u52A8\u4FEE\u6539",
|
389
|
-
`// Generated at ${timestamp}`,
|
390
388
|
"",
|
391
389
|
'import { MicroserviceClient as BaseMicroserviceClient } from "imean-service-client";',
|
392
390
|
'export * from "imean-service-client";',
|
package/dist/mod.js
CHANGED
@@ -374,10 +374,8 @@ function getZodTypeString(schema, defaultOptional = false) {
|
|
374
374
|
return processType(schema);
|
375
375
|
}
|
376
376
|
async function generateClientCode(modules) {
|
377
|
-
const timestamp = (/* @__PURE__ */ new Date()).toISOString();
|
378
377
|
const imports = [
|
379
378
|
"// \u8FD9\u4E2A\u6587\u4EF6\u662F\u81EA\u52A8\u751F\u6210\u7684\uFF0C\u8BF7\u4E0D\u8981\u624B\u52A8\u4FEE\u6539",
|
380
|
-
`// Generated at ${timestamp}`,
|
381
379
|
"",
|
382
380
|
'import { MicroserviceClient as BaseMicroserviceClient } from "imean-service-client";',
|
383
381
|
'export * from "imean-service-client";',
|