Skip to content

Commit

Permalink
Merge branch 'release/v0.24.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
holtwick committed Aug 25, 2024
2 parents f808981 + 09dd792 commit 8600fca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "zeed",
"type": "module",
"version": "0.24.0",
"version": "0.24.1",
"description": "🌱 Simple foundation library",
"author": {
"name": "Dirk Holtwick",
Expand Down
4 changes: 1 addition & 3 deletions src/common/schema/schema.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,7 @@ describe('schema', () => {
Object {
"_object": Object {
"id": Object {
"_props": Object {
"someProp": "someValue",
},
"_props": Object {},
"type": "string",
},
"literal": Object {
Expand Down

0 comments on commit 8600fca

Please sign in to comment.