Skip to content

Commit 79a7474

Browse files
fix: Update version to 0.1.9 in deno.json and jsr.json; standardize string quotes in mod.ts
1 parent 11fb65b commit 79a7474

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@murat/openapi",
33
"exports": "./mod.ts",
4-
"version": "0.1.8",
4+
"version": "0.1.9",
55
"tasks": {
66
"lint": "deno lint",
77
"test": "deno test --allow-all",

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@murat/openapi",
3-
"version": "0.1.8",
3+
"version": "0.1.9",
44
"license": "MIT",
55
"exports": "./mod.ts",
66
"imports": {

mod.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
export * from "./src/Core.types.ts";
2-
export * from "./src/Licenses.types.ts";
3-
export * from "./src/Core.ts";
1+
export * from './src/Core.types.ts';
2+
export * from './src/Licenses.types.ts';
3+
export * from './src/Core.ts';
4+
export * from './src/EndpointBuilder.ts';

0 commit comments

Comments
 (0)