add uuid to dependencies
This commit is contained in:
parent
aa2be313f6
commit
1a7f49a784
@ -26,7 +26,7 @@ const _ = async () => {
|
|||||||
platform: "node",
|
platform: "node",
|
||||||
outExtension: { '.js': '.cjs', },
|
outExtension: { '.js': '.cjs', },
|
||||||
bundle: true,
|
bundle: true,
|
||||||
external: ['@permafrost-dev/pretty-format', 'p-queue', 'stacktrace-js']
|
external: ['@permafrost-dev/pretty-format', 'uuid', 'stacktrace-js']
|
||||||
});
|
});
|
||||||
|
|
||||||
esbuild.build({
|
esbuild.build({
|
||||||
@ -52,7 +52,7 @@ const _ = async () => {
|
|||||||
platform: "node",
|
platform: "node",
|
||||||
outExtension: { '.js': '.mjs', },
|
outExtension: { '.js': '.mjs', },
|
||||||
bundle: true,
|
bundle: true,
|
||||||
external: ['@permafrost-dev/pretty-format', 'p-queue', 'stacktrace-js']
|
external: ['@permafrost-dev/pretty-format', 'uuid', 'stacktrace-js']
|
||||||
});
|
});
|
||||||
|
|
||||||
esbuild.build({
|
esbuild.build({
|
||||||
|
@ -44,7 +44,6 @@ export class Payload {
|
|||||||
Payload.create({ type: 'test', content: {} });
|
Payload.create({ type: 'test', content: {} });
|
||||||
|
|
||||||
export interface IRequest {
|
export interface IRequest {
|
||||||
// uuid, payloads, meta: { my_package_version: "1.0.0" }
|
|
||||||
uuid: string;
|
uuid: string;
|
||||||
payloads: IPayload[]
|
payloads: IPayload[]
|
||||||
meta: Record<string, string>
|
meta: Record<string, string>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user