Skip to content

Commit

Permalink
Merge pull request #3 from synatic/develop
Browse files Browse the repository at this point in the history
v0.1.1
  • Loading branch information
thiren authored Dec 24, 2020
2 parents 88b29b3 + 5a8bcec commit 7b8e05e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synatic/schema-magic",
"version": "0.1.0",
"version": "0.1.1",
"description": "JSON Schema Utilities",
"main": "index.js",
"files": [
Expand Down Expand Up @@ -42,10 +42,10 @@
"node": ">=12.0.0"
},
"dependencies": {
"@synatic/json-magic": "^0.1.1",
"@synatic/type-magic": "^0.1.1",
"ajv": "6.12.0",
"ajv-keywords": "3.4.1",
"@synatic/json-magic": "0.1.1",
"@synatic/type-magic": "0.1.2",
"ajv": "6.12.6",
"ajv-keywords": "3.5.2",
"bson-objectid": "1.3.1",
"check-types": "11.1.2",
"clone-deep": "4.0.1",
Expand Down

0 comments on commit 7b8e05e

Please sign in to comment.