Skip to content

Commit

Permalink
v2.7.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasAribart committed Feb 22, 2023
1 parent 4b971f0 commit 5688014
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion builds/deno/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { M } from 'https://cdn.skypack.dev/ts-algebra@^1.1.1?dts';
import { M } from 'https://cdn.skypack.dev/ts-algebra@^1.2.0?dts';
import { JSONSchema7 as JSONSchema7$2, JSONSchema7TypeName } from 'https://cdn.skypack.dev/@types/json-schema@^7.0.9?dts';

declare type DeserializationPattern = {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "json-schema-to-ts",
"version": "2.7.0",
"version": "2.7.1",
"description": "Infer typescript types from your JSON schemas!",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down

0 comments on commit 5688014

Please sign in to comment.