File tree Expand file tree Collapse file tree 4 files changed +36
-23
lines changed
Expand file tree Collapse file tree 4 files changed +36
-23
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
1010
1111---
1212
13+ ## [ 1.2.3] - 2020-12-13
14+
15+ ### Changed
16+ - Update ` loadash ` from ` 4.17.19 ` to ` 4.17.20 `
17+ - Update ` typescript ` from ` 3.9.7 ` to ` 4.1.3 `
18+ - Update ` package-lock.json ` and ` yarn.lock `
19+
20+ ---
21+
1322## [ 1.2.2] - 2020-08-06
1423
1524### Changed
@@ -36,8 +45,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
3645- Add ` package-lock.json ` in example folder
3746
3847### Changed
39- - Update TypeScript version from 3.8.3 to 3.9.7
40- - Update lodash version from 4.17.15 to 4.17.19
48+ - Update ` typescript ` from ` 3.8.3 ` to ` 3.9.7 `
49+ - Update ` loadash ` from ` 4.17.15 ` to ` 4.17.19 `
4150- Only import ` minBy ` and ` remove ` from lodash
4251- Update dependencies in example
4352
Original file line number Diff line number Diff line change 11{
22 "name" : " astar-typescript" ,
3- "version" : " 1.2.2 " ,
3+ "version" : " 1.2.3 " ,
44 "description" : " A*(a-star) pathfinding in TypeScript" ,
55 "keywords" : [
66 " A-star" ,
77 " A*" ,
8- " search algorithm" ,
8+ " Algorithm" ,
9+ " Graph" ,
910 " Pathfinding" ,
11+ " Search" ,
12+ " Shakey" ,
13+ " Traversal" ,
1014 " TypeScript"
1115 ],
1216 "bugs" : {
1317 "email" : " digit.sensitivee@gmail.com"
1418 },
1519 "license" : " MIT" ,
16- "author" : " Digitsensitive <digit.sensitivee@gmail.com>" ,
20+ "author" : " digitsensitive <digit.sensitivee@gmail.com>" ,
1721 "main" : " dist/astar.js" ,
1822 "types" : " dist/astar.d.ts" ,
1923 "scripts" : {
2226 "run-example" : " cd example && yarn install && yarn run dev"
2327 },
2428 "dependencies" : {
25- "lodash" : " 4.17.19 "
29+ "lodash" : " 4.17.20 "
2630 },
2731 "devDependencies" : {
28- "typescript" : " 3.9.7 "
32+ "typescript" : " 4.1.3 "
2933 },
3034 "repository" : {
3135 "type" : " git" ,
Original file line number Diff line number Diff line change 22# yarn lockfile v1
33
44
5- lodash@4.17.19 :
6- version "4.17.19 "
7- resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19 .tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b "
8- integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ ==
5+ lodash@4.17.20 :
6+ version "4.17.20 "
7+ resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20 .tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52 "
8+ integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA ==
99
10- typescript@3.9.7 :
11- version "3.9.7 "
12- resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7 .tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa "
13- integrity sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw ==
10+ typescript@4.1.3 :
11+ version "4.1.3 "
12+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.3 .tgz#519d582bd94cba0cf8934c7d8e8467e473f53bb7 "
13+ integrity sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg ==
You can’t perform that action at this time.
0 commit comments