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