File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.0.2
4+
5+ ### Patch Changes
6+
7+ - a9f32fb: first publised release: core facet library (@perfect-abstraction/compose ) and CLI (@perfect-abstraction/compose-cli )
8+
39## 0.0.1
410
511- Library package established; future entries are appended by [ Changesets] ( https://github.com/changesets/changesets ) on release.
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.0.2
4+
5+ ### Patch Changes
6+
7+ - a9f32fb: first publised release: core facet library (@perfect-abstraction/compose ) and CLI (@perfect-abstraction/compose-cli )
8+
39## 0.0.1
410
511- Initial Compose CLI foundation.
Original file line number Diff line number Diff line change 11{
22 "name" : " @perfect-abstractions/compose-cli" ,
3- "version" : " 0.0.1 " ,
3+ "version" : " 0.0.2 " ,
44 "description" : " CLI to scaffold Compose facet-based diamond projects" ,
55 "main" : " index.js" ,
66 "bin" : {
1919 "prepare:lib" : " git submodule update --init --recursive"
2020 },
2121 "engines" : {
22- "node" : " >=20"
22+ "node" : " >=20"
2323 },
2424 "files" : [
2525 " index.js" ,
5858 " ethereum" ,
5959 " smart-contracts" ,
6060 " diamonds" ,
61- " ERC-2535" ,
61+ " ERC-2535" ,
6262 " ERC-8153" ,
6363 " facets" ,
6464 " compose" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @perfect-abstractions/compose" ,
33 "description" : " Composable smart contract library for ERC-2535 Diamonds" ,
4- "version" : " 0.0.1 " ,
4+ "version" : " 0.0.2 " ,
55 "license" : " MIT" ,
66 "files" : [
77 " **/*.sol" ,
88 " CHANGELOG.md" ,
99 " README.md" ,
1010 " LICENSE.md"
1111 ],
12- "scripts" : {
12+ "scripts" : {
1313 "prepack" : " cp ../README.md ./README.md && cp ../LICENSE.md ./LICENSE.md && cp ../CHANGELOG.md ./CHANGELOG.md" ,
1414 "postpack" : " rm -f ./README.md ./LICENSE.md ./CHANGELOG.md" ,
1515 "pack:check" : " npm pack --dry-run" ,
You can’t perform that action at this time.
0 commit comments