Skip to content

Commit

Permalink
Merge pull request #478 from dajiaji/base-fix-dnt-declaration
Browse files Browse the repository at this point in the history
base: set the value of 'declaration' to 'inline'.
  • Loading branch information
dajiaji authored Nov 12, 2024
2 parents 382057c + 00cf0e7 commit b4cf011
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/chacha20poly1305/dnt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ await build({
outDir: "../../npm/packages/chacha20poly1305",
typeCheck: "both",
test: true,
declaration: true,
declaration: "inline",
scriptModule: "umd",
importMap: "../../npm/import_map.json",
compilerOptions: {
Expand Down
2 changes: 1 addition & 1 deletion packages/common/dnt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ await build({
outDir: "../../npm/packages/common",
typeCheck: "both",
test: true,
declaration: true,
declaration: "inline",
scriptModule: "umd",
importMap: "../../npm/import_map.json",
compilerOptions: {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/dnt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ await build({
outDir: "../../npm/packages/core",
typeCheck: "both",
test: true,
declaration: true,
declaration: "inline",
scriptModule: "umd",
importMap: "../../npm/import_map.json",
compilerOptions: {
Expand Down
2 changes: 1 addition & 1 deletion packages/dhkem-secp256k1/dnt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ await build({
outDir: "../../npm/packages/dhkem-secp256k1",
typeCheck: "both",
test: true,
declaration: true,
declaration: "inline",
scriptModule: "umd",
importMap: "../../npm/import_map.json",
compilerOptions: {
Expand Down
2 changes: 1 addition & 1 deletion packages/dhkem-x25519/dnt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ await build({
outDir: "../../npm/packages/dhkem-x25519",
typeCheck: "both",
test: true,
declaration: true,
declaration: "inline",
scriptModule: "umd",
importMap: "../../npm/import_map.json",
compilerOptions: {
Expand Down
2 changes: 1 addition & 1 deletion packages/dhkem-x448/dnt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ await build({
outDir: "../../npm/packages/dhkem-x448",
typeCheck: "both",
test: true,
declaration: true,
declaration: "inline",
scriptModule: "umd",
importMap: "../../npm/import_map.json",
compilerOptions: {
Expand Down
2 changes: 1 addition & 1 deletion packages/hybridkem-x-wing/dnt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ await build({
outDir: "../../npm/packages/hybridkem-x-wing",
typeCheck: "both",
test: true,
declaration: true,
declaration: "inline",
scriptModule: "umd",
importMap: "../../npm/import_map.json",
compilerOptions: {
Expand Down
2 changes: 1 addition & 1 deletion packages/hybridkem-x25519-kyber768/dnt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ await build({
outDir: "../../npm/packages/hybridkem-x25519-kyber768",
typeCheck: "both",
test: true,
declaration: true,
declaration: "inline",
scriptModule: "umd",
importMap: "../../npm/import_map.json",
compilerOptions: {
Expand Down
2 changes: 1 addition & 1 deletion packages/ml-kem/dnt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ await build({
outDir: "../../npm/packages/ml-kem",
typeCheck: "both",
test: true,
declaration: true,
declaration: "inline",
scriptModule: "umd",
importMap: "../../npm/import_map.json",
compilerOptions: {
Expand Down

0 comments on commit b4cf011

Please sign in to comment.