We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0db20c0 commit da338d5Copy full SHA for da338d5
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@jsonic/multisource",
3
- "version": "1.5.0",
+ "version": "1.6.0",
4
"description": "",
5
"main": "dist/multisource.js",
6
"type": "commonjs",
@@ -48,16 +48,14 @@
48
},
49
"devDependencies": {
50
"@hapi/code": "^9.0.3",
51
- "@jsonic/directive": ">=0.12.0",
52
"@jsonic/doc": "^0.0.9",
53
- "@jsonic/jsonic-next": ">=2.13.0",
54
- "@jsonic/path": "^0.8.0",
55
"@types/node": "^22.9.0",
56
"jsonic-multisource-pkg-test": "^0.0.1",
57
"typescript": "^5.6.3"
58
59
"peerDependencies": {
60
61
- "@jsonic/jsonic-next": ">=2.13.0"
+ "@jsonic/path": ">=1.0.0",
+ "@jsonic/directive": ">=1.0.0",
+ "jsonic": ">=2.15.2"
62
}
63
0 commit comments