File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,10 +4,14 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## [ Unreleased]
7+ ## [ 0.1.7-rc.0] - 2023-03-17
8+ ### Added
89- ` root ` : Contributing guide in the ` README.md ` file
910- ` root ` : Table of contents in the ` README.md ` file
1011
12+ ### Changed
13+ - ` @distributedlab/jac ` - ` jsona ` dependency moved to the ` peerDependencies ` and ` devDependencies `
14+
1115## [ 0.1.6] - 2023-03-11
1216### Added
1317- ` @distributedlab/tools ` : ` BN ` ` isEqualTo ` compare
@@ -75,7 +79,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7579
7680[ old repo ] : https://github.com/distributed-lab/web-kit-old
7781
78- [ Unreleased ] : https://github.com/distributed-lab/web-kit/compare/0.1.6...HEAD
82+ [ Unreleased ] : https://github.com/distributed-lab/web-kit/compare/0.1.7-rc.0...HEAD
83+ [ 0.1.7-rc.0 ] : https://github.com/distributed-lab/web-kit/compare/0.1.6...0.1.7-rc.0
7984[ 0.1.6 ] : https://github.com/distributed-lab/web-kit/compare/0.1.5...0.1.6
8085[ 0.1.5 ] : https://github.com/distributed-lab/web-kit/compare/0.1.4...0.1.5
8186[ 0.1.4 ] : https://github.com/distributed-lab/web-kit/compare/0.1.3...0.1.4
Original file line number Diff line number Diff line change 11{
22 "name" : " @distributedlab/jac" ,
3- "version" : " 0.1.6 " ,
3+ "version" : " 0.1.7-rc.0 " ,
44 "description" : " A library for constructing JSON-API compliant requests and responses" ,
55 "repository" : {
66 "type" : " git" ,
4646 "@types/lodash" : " ^4" ,
4747 "@types/node" : " ^18.14.2" ,
4848 "jest" : " ^29.4.3" ,
49+ "jsona" : " ^1.11.0" ,
4950 "tsc-alias" : " ^1.8.2"
5051 },
5152 "dependencies" : {
5253 "axios" : " ^1.3.4" ,
53- "jsona" : " ^1.11.0" ,
5454 "lodash" : " ^4.17.21"
5555 },
5656 "typedoc" : {
5757 "entryPoint" : " ./src/index.ts" ,
5858 "readmeFile" : " ./README.md" ,
5959 "displayName" : " @distributedlab/jac"
60+ },
61+ "peerDependencies" : {
62+ "jsona" : " *"
6063 }
6164}
Original file line number Diff line number Diff line change 11{
22 "name" : " @distributedlab/tools" ,
3- "version" : " 0.1.6 " ,
3+ "version" : " 0.1.7-rc.0 " ,
44 "description" : " Collection of common utility functions and classes" ,
55 "repository" : {
66 "type" : " git" ,
Original file line number Diff line number Diff line change @@ -422,6 +422,8 @@ __metadata:
422422 jsona : ^1.11.0
423423 lodash : ^4.17.21
424424 tsc-alias : ^1.8.2
425+ peerDependencies :
426+ jsona : " *"
425427 languageName : unknown
426428 linkType : soft
427429
You can’t perform that action at this time.
0 commit comments