File tree Expand file tree Collapse file tree 3 files changed +14
-6
lines changed
Expand file tree Collapse file tree 3 files changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,14 @@ Types of changes:
4141- in case of vulnerabilities.
4242-->
4343
44+ #### Breaking Change
45+
46+ - Update [ ` @robotlegsjs/core ` ] ( https://github.com/RobotlegsJS/RobotlegsJS ) to version ` ^2.0.0 ` (see #112 ).
47+
48+ - Migrate array notation from ` Array<SomeType> ` to ` SomeType[] ` .
49+
50+ - The rest of the ` Public API ` remains unchanged.
51+
4452#### Added
4553
4654- Add ** Tidelift** as funding option (see #107 ).
Original file line number Diff line number Diff line change 7373 "lib" : " ./lib"
7474 },
7575 "dependencies" : {
76- "@robotlegsjs/core" : " ^1 .0.3 " ,
76+ "@robotlegsjs/core" : " ^2 .0.0 " ,
7777 "@robotlegsjs/signals" : " ^1.1.0" ,
7878 "tslib" : " ^1.11.1"
7979 },
Original file line number Diff line number Diff line change 148148 resolved "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.2.tgz#26520bf09abe4a5644cd5414e37125a8954241dd"
149149 integrity sha512-tsAQNx32a8CoFhjhijUIhI4kccIAgmGhy8LZMZgGfmXcpMbPRUqn5LWmgRttILi6yeGmBJd2xsPkFMs0PzgPCw==
150150
151- " @robotlegsjs/core@^1 .0.3 " :
152- version "1 .0.3 "
153- resolved "https://registry.npmjs.org/@robotlegsjs/core/-/core-1 .0.3 .tgz#3ae018b4e8834552a076caf4f4eed7fe1433951a "
154- integrity sha512-fWQWvEqCx9SojQsIMbd1thvylhiUqyX11CBlnUJrpRxZEoLIWZ+F71E/7D662en79HGxtb8OAZZR7WXaiixljw ==
151+ " @robotlegsjs/core@^2 .0.0 " :
152+ version "2 .0.0 "
153+ resolved "https://registry.npmjs.org/@robotlegsjs/core/-/core-2 .0.0 .tgz#6bbc0bd7c0f86d444de7efe58ac8d15d0ef8871b "
154+ integrity sha512-yucJHS2aWoCQejV4SOKAfh61wVZXjjD2AX7fgIlYkRNErTHxtliISDla95AW5AhlpNuymTXA63afkbqqsysTyw ==
155155 dependencies :
156156 inversify "^5.0.1"
157- tslib "^1.10.0 "
157+ tslib "^1.11.1 "
158158
159159" @robotlegsjs/signals@^1.1.0 " :
160160 version "1.1.0"
You can’t perform that action at this time.
0 commit comments