Skip to content

Commit

Permalink
v2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrodger committed Feb 19, 2023
1 parent e86b467 commit 9af4755
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/jsonic.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/jsonic.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsonic/jsonic-next",
"version": "2.9.0",
"version": "2.9.1",
"main": "dist/jsonic.js",
"type": "commonjs",
"browser": "dist/jsonic.min.js",
Expand Down
4 changes: 2 additions & 2 deletions src/jsonic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,8 @@ function make(param_options?: Bag | string, parent?: Jsonic): Jsonic {
parent
? { ...parent.options }
: false === (param_options as Bag)?.defaults$
? {}
: defaults,
? {}
: defaults,
param_options ? param_options : {}
)

Expand Down

0 comments on commit 9af4755

Please sign in to comment.