Skip to content

Commit da338d5

Browse files
committed
v1.6.0
1 parent 0db20c0 commit da338d5

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

package.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonic/multisource",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"description": "",
55
"main": "dist/multisource.js",
66
"type": "commonjs",
@@ -48,16 +48,14 @@
4848
},
4949
"devDependencies": {
5050
"@hapi/code": "^9.0.3",
51-
"@jsonic/directive": ">=0.12.0",
5251
"@jsonic/doc": "^0.0.9",
53-
"@jsonic/jsonic-next": ">=2.13.0",
54-
"@jsonic/path": "^0.8.0",
5552
"@types/node": "^22.9.0",
5653
"jsonic-multisource-pkg-test": "^0.0.1",
5754
"typescript": "^5.6.3"
5855
},
5956
"peerDependencies": {
60-
"@jsonic/directive": ">=0.12.0",
61-
"@jsonic/jsonic-next": ">=2.13.0"
57+
"@jsonic/path": ">=1.0.0",
58+
"@jsonic/directive": ">=1.0.0",
59+
"jsonic": ">=2.15.2"
6260
}
6361
}

0 commit comments

Comments
 (0)