Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Ricart <[email protected]>
  • Loading branch information
aricart committed Nov 8, 2024
1 parent 8f2e22e commit f7e8f01
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion core/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@
"@nats-io/nkeys": "jsr:@nats-io/[email protected]",
"@nats-io/nuid": "jsr:@nats-io/[email protected]"
}
}
}
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@
"typedoc": "^0.26.10",
"typescript": "^5.5.4"
}
}
}
2 changes: 1 addition & 1 deletion jetstream/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@
"imports": {
"@nats-io/nats-core": "jsr:@nats-io/nats-core@~3.0.0-36"
}
}
}
2 changes: 1 addition & 1 deletion jetstream/import_map.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
"test_helpers": "../test_helpers/mod.ts",
"@std/io": "jsr:@std/[email protected]"
}
}
}
2 changes: 1 addition & 1 deletion jetstream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@
"typedoc": "^0.26.10",
"typescript": "^5.6.3"
}
}
}
2 changes: 1 addition & 1 deletion kv/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@
"@nats-io/nats-core": "jsr:@nats-io/nats-core@~3.0.0-36",
"@nats-io/jetstream": "jsr:@nats-io/jetstream@~3.0.0-23"
}
}
}
2 changes: 1 addition & 1 deletion kv/import_map.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
"@nats-io/nuid": "jsr:@nats-io/[email protected]",
"@std/io": "jsr:@std/[email protected]"
}
}
}
2 changes: 1 addition & 1 deletion kv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@
"typedoc": "^0.26.10",
"typescript": "^5.6.3"
}
}
}
2 changes: 1 addition & 1 deletion obj/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@
"@nats-io/nats-core": "jsr:@nats-io/nats-core@~3.0.0-36",
"@nats-io/jetstream": "jsr:@nats-io/jetstream@~3.0.0-23"
}
}
}
2 changes: 1 addition & 1 deletion obj/import_map.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
"@nats-io/nuid": "jsr:@nats-io/[email protected]",
"@std/io": "jsr:@std/[email protected]"
}
}
}
2 changes: 1 addition & 1 deletion obj/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@
"typedoc": "^0.26.10",
"typescript": "^5.6.3"
}
}
}
2 changes: 1 addition & 1 deletion services/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@
"imports": {
"@nats-io/nats-core": "jsr:@nats-io/nats-core@~3.0.0-36"
}
}
}
2 changes: 1 addition & 1 deletion services/import_map.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
"@nats-io/nuid": "jsr:@nats-io/[email protected]",
"@std/io": "jsr:@std/[email protected]"
}
}
}
2 changes: 1 addition & 1 deletion services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@
"typedoc": "^0.26.10",
"typescript": "^5.6.3"
}
}
}
2 changes: 1 addition & 1 deletion transport-deno/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
"@nats-io/nkeys": "jsr:@nats-io/[email protected]",
"@nats-io/nuid": "jsr:@nats-io/[email protected]"
}
}
}
2 changes: 1 addition & 1 deletion transport-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@
"@nats-io/kv": "3.0.0-17",
"@nats-io/obj": "3.0.0-18"
}
}
}

0 comments on commit f7e8f01

Please sign in to comment.