diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 795bd996e..953e31dfc 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -6,6 +6,6 @@ "packages/capabilities": "1.0.0", "packages/upload-api": "0.0.0", "packages/upload-client": "0.0.0", - "packages/w3up-client": "0.0.0", + "packages/w3up-client": "1.0.0", "packages/did-mailto": "1.0.0" } diff --git a/packages/w3up-client/CHANGELOG.md b/packages/w3up-client/CHANGELOG.md index fbf6b441f..a0fdafa20 100644 --- a/packages/w3up-client/CHANGELOG.md +++ b/packages/w3up-client/CHANGELOG.md @@ -1,5 +1,158 @@ # Changelog +## 1.0.0 (2024-11-05) + + +### ⚠ BREAKING CHANGES + +* allow invocation configuration to be generated on demand ([#1507](https://github.com/storacha/upload-service/issues/1507)) +* `AllocationsStorage` and `BlobsStorage` methods not take `MultihashDigest` types instead of `Uint8Array`s. +* **upload-api:** integrate agent store for idempotence & invocation/receipt persistence ([#1444](https://github.com/storacha/upload-service/issues/1444)) +* delegated capabilities required to use `uploadFile`, `uploadDirectory` and `uploadCAR` have changed. In order to use these methods your agent will now need to be delegated `blob/add`, `index/add`, `filecoin/offer` and `upload/add` capabilities. Note: no code changes are required. +* restrict store API to CARs ([#1415](https://github.com/storacha/upload-service/issues/1415)) +* return allocated bytes in `store/add` receipt ([#1213](https://github.com/storacha/upload-service/issues/1213)) +* coupon ([#1136](https://github.com/storacha/upload-service/issues/1136)) +* tweak readmes to get release-please to bump major version ([#1102](https://github.com/storacha/upload-service/issues/1102)) + +### Features + +* account.plan.get method ([#1117](https://github.com/storacha/upload-service/issues/1117)) ([1385a9c](https://github.com/storacha/upload-service/commit/1385a9c4f722e678090fc4371a0c4959cef3c6cd)) +* add "plan/create-admin-session" capability ([#1411](https://github.com/storacha/upload-service/issues/1411)) ([50eeeb5](https://github.com/storacha/upload-service/commit/50eeeb502335ba0413318b5047869a275901824b)) +* add `set` method to `AccountPlan` ([#1281](https://github.com/storacha/upload-service/issues/1281)) ([b94f0d4](https://github.com/storacha/upload-service/commit/b94f0d48ea71454cef867feb9291c500f676faa3)) +* add `store/get` and `upload/get` capabilities ([#942](https://github.com/storacha/upload-service/issues/942)) ([40c79eb](https://github.com/storacha/upload-service/commit/40c79eb8f246775b9e1828240f271fa75ef696be)) +* add `subscription/list` capability ([#1088](https://github.com/storacha/upload-service/issues/1088)) ([471d7e5](https://github.com/storacha/upload-service/commit/471d7e5db24e12a06c1c52ae76bf95ff9471bac8)) +* add a function to verify and return Abilities. ([#1252](https://github.com/storacha/upload-service/issues/1252)) ([2f026a2](https://github.com/storacha/upload-service/commit/2f026a2483a4f323c4e2c6a8a8cb10afd92e21c4)) +* add blob protocol to upload-client ([#1425](https://github.com/storacha/upload-service/issues/1425)) ([49aef56](https://github.com/storacha/upload-service/commit/49aef564a726d34dbbedbd83f5366d9320180f99)) +* add blob/get ([#1484](https://github.com/storacha/upload-service/issues/1484)) ([328039d](https://github.com/storacha/upload-service/commit/328039d8a29fec3c1bbab28d1bb9de1643f54f71)) +* add remove high level function to client ([#1248](https://github.com/storacha/upload-service/issues/1248)) ([104b8de](https://github.com/storacha/upload-service/commit/104b8deaf487320f682540aff7fbeede26eca861)) +* add store.get and upload.get to clients ([#1178](https://github.com/storacha/upload-service/issues/1178)) ([d1be42a](https://github.com/storacha/upload-service/commit/d1be42a642e04d290710e824dc4c9b924de8d8ac)) +* add usage/report capability ([#1079](https://github.com/storacha/upload-service/issues/1079)) ([6418b4b](https://github.com/storacha/upload-service/commit/6418b4b22329a118fb258928bd9a6a45ced5ce45)) +* allow invocation configuration to be generated on demand ([#1507](https://github.com/storacha/upload-service/issues/1507)) ([fd74cbb](https://github.com/storacha/upload-service/commit/fd74cbb9a59c10f1688a5994dd2cdc6722be00be)) +* **client:** optional account recovery ([#1546](https://github.com/storacha/upload-service/issues/1546)) ([ea02adb](https://github.com/storacha/upload-service/commit/ea02adb77cfe207a5823e24d886d28b6650ecc03)) +* configure UnixFS encoder ([#1509](https://github.com/storacha/upload-service/issues/1509)) ([1a5e648](https://github.com/storacha/upload-service/commit/1a5e64817d20525c456b78eea22da8189b5748b1)) +* coupon ([#1136](https://github.com/storacha/upload-service/issues/1136)) ([1b94f2d](https://github.com/storacha/upload-service/commit/1b94f2d3f6538d717d38b21dcb76657fd1f3e268)) +* export Account so we can use it in w3ui ([#1116](https://github.com/storacha/upload-service/issues/1116)) ([9c7266e](https://github.com/storacha/upload-service/commit/9c7266ea296e567784feba62e2737d5d700bf2ac)) +* export PlanSet{Success|Failure} from w3up-client ([#1291](https://github.com/storacha/upload-service/issues/1291)) ([47a2954](https://github.com/storacha/upload-service/commit/47a2954630097df220d1998f29a9026764b7e76c)) +* expose accounts list on client instance ([#1109](https://github.com/storacha/upload-service/issues/1109)) ([1810684](https://github.com/storacha/upload-service/commit/1810684e1a21109a8f03685eb9a15ae5b2bc1782)) +* expose OwnedSpace and SharedSpace from access-client ([#1244](https://github.com/storacha/upload-service/issues/1244)) ([8ec1b44](https://github.com/storacha/upload-service/commit/8ec1b446590399aa236904c1b6937b7be5d83054)) +* filecoin info ([#1091](https://github.com/storacha/upload-service/issues/1091)) ([adb2442](https://github.com/storacha/upload-service/commit/adb24424d1faf50daf2339b77c22fdd44faa236a)) +* generate sharded DAG index on client and invoke w `index/add` ([#1451](https://github.com/storacha/upload-service/issues/1451)) ([a6d9026](https://github.com/storacha/upload-service/commit/a6d9026536e60c0ce93b613acc6e337f2a21aeb2)) +* get receipt support in client ([#1135](https://github.com/storacha/upload-service/issues/1135)) ([660d088](https://github.com/storacha/upload-service/commit/660d0886e468d373b142470b50282b231e645d19)) +* move aggregate information out of deals in filecoin/info ([#1192](https://github.com/storacha/upload-service/issues/1192)) ([18dc590](https://github.com/storacha/upload-service/commit/18dc590ad50a023ef3094bfc1a2d729459e5d68e)) +* re-export Store implementations from w3up-client ([#1266](https://github.com/storacha/upload-service/issues/1266)) ([b3c6b46](https://github.com/storacha/upload-service/commit/b3c6b4608b5aa66290128613e029c70a870b05f1)) +* remove store protocol ([d59ec88](https://github.com/storacha/upload-service/commit/d59ec883ace9c3f084772f9520b6df81cc13b7af)) +* remove store protocol ([#13](https://github.com/storacha/upload-service/issues/13)) ([0028049](https://github.com/storacha/upload-service/commit/0028049f0bd3fcb816968687694c4611a5147148)) +* restrict store API to CARs ([#1415](https://github.com/storacha/upload-service/issues/1415)) ([e53aa87](https://github.com/storacha/upload-service/commit/e53aa87780446458ef9a19c88877073c1470d50e)) +* return allocated bytes in `store/add` receipt ([#1213](https://github.com/storacha/upload-service/issues/1213)) ([5d52e44](https://github.com/storacha/upload-service/commit/5d52e447c14e7f7fd334e7ff575e032b7b0d89d7)) +* router ([#11](https://github.com/storacha/upload-service/issues/11)) ([c810735](https://github.com/storacha/upload-service/commit/c8107354da663120228f779814eafa0c9a3e80a2)) +* sharing spaces ([#1551](https://github.com/storacha/upload-service/issues/1551)) ([7deb9a4](https://github.com/storacha/upload-service/commit/7deb9a47fa0e37da0cf12a8d89214e45cf09bcbb)) +* strictly require nodejs version ([#1264](https://github.com/storacha/upload-service/issues/1264)) ([bc9f427](https://github.com/storacha/upload-service/commit/bc9f4279aa509ebf2a90b54fa6e68a962621b37a)) +* tweak readmes to get release-please to bump major version ([#1102](https://github.com/storacha/upload-service/issues/1102)) ([a411255](https://github.com/storacha/upload-service/commit/a4112551f5dbac00f4b5a0da8c81ea35783f3ef9)) +* upgrade ucanto/transport to 9.1.0 in all packages to get more verbose errors from HTTP transport on non-ok response ([#1312](https://github.com/storacha/upload-service/issues/1312)) ([d6978d7](https://github.com/storacha/upload-service/commit/d6978d7ab299be76987c6533d18e6857f6998fe6)) +* **upload-api:** integrate agent store for idempotence & invocation/receipt persistence ([#1444](https://github.com/storacha/upload-service/issues/1444)) ([c9bf33e](https://github.com/storacha/upload-service/commit/c9bf33e5512397a654db933a5e6b5db0c7c22da5)) +* usage/record capability definition ([#1562](https://github.com/storacha/upload-service/issues/1562)) ([98c8a87](https://github.com/storacha/upload-service/commit/98c8a87c52ef88da728225259e77f65733d2d7e6)) +* utility exports for better UX ([#1505](https://github.com/storacha/upload-service/issues/1505)) ([54b0d93](https://github.com/storacha/upload-service/commit/54b0d93eb1994022c935b30a0b238d825e9e93a0)) +* w3up client login ([#1120](https://github.com/storacha/upload-service/issues/1120)) ([8279bf6](https://github.com/storacha/upload-service/commit/8279bf6371182709b46e83e5ac86d89ed1f292e8)) +* w3up-client new release ([#1569](https://github.com/storacha/upload-service/issues/1569)) ([6989e6e](https://github.com/storacha/upload-service/commit/6989e6ecb334dcbf79c5a5cf7f4854ac452c6ef4)) +* **w3up-client:** export additional modules ([#1110](https://github.com/storacha/upload-service/issues/1110)) ([5ce43bc](https://github.com/storacha/upload-service/commit/5ce43bc309f4029232f70d827f1fcc71a13c3758)) +* wait for plan selection ([#1547](https://github.com/storacha/upload-service/issues/1547)) ([7fdee77](https://github.com/storacha/upload-service/commit/7fdee77cb35326807a59f368c2276f945c256874)) + + +### Fixes + +* additional space setup steps ([#1284](https://github.com/storacha/upload-service/issues/1284)) ([42804ff](https://github.com/storacha/upload-service/commit/42804ff8b123874389f63f3b5387e6a578c3bbc9)) +* allow import memory store in the browser ([#1276](https://github.com/storacha/upload-service/issues/1276)) ([301e0fc](https://github.com/storacha/upload-service/commit/301e0fcb8941c0a517d270c9b731b24cbdf00eb9)) +* authorize renamed to login in docs ([#1125](https://github.com/storacha/upload-service/issues/1125)) ([1c3e773](https://github.com/storacha/upload-service/commit/1c3e773b7e2572d68a8c64bdefc08f8839f17670)) +* badgers on README ([ffe49f2](https://github.com/storacha/upload-service/commit/ffe49f2be3f0a550d7561bc5ebb124de1b913735)) +* c8 issue ([f5055b7](https://github.com/storacha/upload-service/commit/f5055b7ff4ee9974611805a58dd274974e69c56e)) +* check for blob/accept receipts before blob/add is concluded ([#1459](https://github.com/storacha/upload-service/issues/1459)) ([462518c](https://github.com/storacha/upload-service/commit/462518ca832515c65cc674e8aef3c28f2228797d)) +* copy src into dist in w3up-client ([#1239](https://github.com/storacha/upload-service/issues/1239)) ([468bb79](https://github.com/storacha/upload-service/commit/468bb79cfd6cbc7d513d0174da5b3b43a3f82cba)) +* export blob client ([#1485](https://github.com/storacha/upload-service/issues/1485)) ([7944077](https://github.com/storacha/upload-service/commit/7944077d91d5dd154bac2760dff831a41d4f814b)) +* export filecoin types ([#1185](https://github.com/storacha/upload-service/issues/1185)) ([9b1f526](https://github.com/storacha/upload-service/commit/9b1f52609903b40d965d51a87f8ba7a530ca74cd)) +* export new subscription, usage and filecoin clients ([#1111](https://github.com/storacha/upload-service/issues/1111)) ([7fe797d](https://github.com/storacha/upload-service/commit/7fe797d4e4920ff01e668e228cc237da9f81ed9f)) +* export ProgressStatus ([ab29c05](https://github.com/storacha/upload-service/commit/ab29c05a05390e63538ef71ed2dd1f65dbb326d5)) +* fix arethetypesworking errors in all packages ([#1004](https://github.com/storacha/upload-service/issues/1004)) ([2e2936a](https://github.com/storacha/upload-service/commit/2e2936a3831389dd13be5be5146a04e2b15553c5)) +* floating promises and add no-floating-promises to eslint-config-w3up ([#1198](https://github.com/storacha/upload-service/issues/1198)) ([1b8c5aa](https://github.com/storacha/upload-service/commit/1b8c5aa86ec3d177bf77df4e2916699c1f522598)) +* issue where typedoc docs would only show full docs for w3up-client ([#1141](https://github.com/storacha/upload-service/issues/1141)) ([0b8d3f3](https://github.com/storacha/upload-service/commit/0b8d3f3b52918b1b4d3b76ea6fea3fb0c837cd73)) +* look for the correct capability in `client.capability.upload.get` ([#1357](https://github.com/storacha/upload-service/issues/1357)) ([77199fe](https://github.com/storacha/upload-service/commit/77199fe2261355f9c24fa06ab6aa5aad419e649a)) +* make login idempotent ([#1149](https://github.com/storacha/upload-service/issues/1149)) ([c1df8d8](https://github.com/storacha/upload-service/commit/c1df8d8a2cfcf3a8706028a367b1d6b75f5ebb4f)) +* migrate repo ([#1389](https://github.com/storacha/upload-service/issues/1389)) ([475a287](https://github.com/storacha/upload-service/commit/475a28743ff9f7138b46dfe4227d3c80ed75a6a2)) +* missing export ([d72d083](https://github.com/storacha/upload-service/commit/d72d083f8815245be2562a7d7e6aabe0c4cc4b45)) +* package metadata ([#1161](https://github.com/storacha/upload-service/issues/1161)) ([b8a1cc2](https://github.com/storacha/upload-service/commit/b8a1cc2e125a91be582998bda295e1ae1caab087)) +* README with uploadDirectory, not store ([#1106](https://github.com/storacha/upload-service/issues/1106)) ([22773bf](https://github.com/storacha/upload-service/commit/22773bf7e06742658d175d0959fd3f1edcd4a0bd)) +* remove mention of registerSpace from w3up-client README ([#1214](https://github.com/storacha/upload-service/issues/1214)) ([38c5b37](https://github.com/storacha/upload-service/commit/38c5b3762b71e5cf70fe5d916c27b85cbfbb8c73)) +* rename blob and index client capabilities ([#1478](https://github.com/storacha/upload-service/issues/1478)) ([17e3a31](https://github.com/storacha/upload-service/commit/17e3a3161c6585b1844abcf7ed27252fa8580870)) +* repo URLs ([#1550](https://github.com/storacha/upload-service/issues/1550)) ([e02ddf3](https://github.com/storacha/upload-service/commit/e02ddf3696553b03f8d2f7316de0a99a9303a60f)) +* reset bucket after use ([689904e](https://github.com/storacha/upload-service/commit/689904e6aca25bc6efde181448f4d5a68869854d)) +* revert blob add by default ([#1456](https://github.com/storacha/upload-service/issues/1456)) ([b77ec75](https://github.com/storacha/upload-service/commit/b77ec750c3911f6f47fa32a5e1560858b347985c)) +* test against actual api ([#1438](https://github.com/storacha/upload-service/issues/1438)) ([f8132ca](https://github.com/storacha/upload-service/commit/f8132ca1fced72a4addc7e9f0a2162e823c1ea5f)) +* tests ([b179910](https://github.com/storacha/upload-service/commit/b179910a3b5259a1da0607340d23669c30e34c9e)) +* thread abort signal through login functions ([#1189](https://github.com/storacha/upload-service/issues/1189)) ([8e908a9](https://github.com/storacha/upload-service/commit/8e908a9fbacaedb40fdaf214f862720fb8454fca)) +* trigger commit for release of w3up client ([#1070](https://github.com/storacha/upload-service/issues/1070)) ([8edcbf8](https://github.com/storacha/upload-service/commit/8edcbf827269495a112272b1e59ee6a286b5bd3b)) +* trigger release ([9eadccc](https://github.com/storacha/upload-service/commit/9eadcccb7aac944ea571acf5f39e9880b2914168)) +* trigger w3up client release with new client ([#1497](https://github.com/storacha/upload-service/issues/1497)) ([9616f0d](https://github.com/storacha/upload-service/commit/9616f0d64d342e2e1c9524e900549ff94471a10e)) +* update "byo agent" example to match website snippet ([#1268](https://github.com/storacha/upload-service/issues/1268)) ([e34eed1](https://github.com/storacha/upload-service/commit/e34eed1fa3d6ef24ce2c01982764f2012dbf30d8)) +* upgrade ucanto core ([#1127](https://github.com/storacha/upload-service/issues/1127)) ([5ce4d22](https://github.com/storacha/upload-service/commit/5ce4d2292d7e980da4a2ea0f1583f608a81157d2)) +* upgrade ucanto libs and format filecoin api ([#1359](https://github.com/storacha/upload-service/issues/1359)) ([87ca098](https://github.com/storacha/upload-service/commit/87ca098186fe204ff3409a2684719f1c54148c97)) +* upload client does not need cors mode on presigned url put ([#1295](https://github.com/storacha/upload-service/issues/1295)) ([ef70a2b](https://github.com/storacha/upload-service/commit/ef70a2b45d98583842c95980e5c6de5d20870e0d)) +* upload client should perform filecoin offer ([#1333](https://github.com/storacha/upload-service/issues/1333)) ([466e3f7](https://github.com/storacha/upload-service/commit/466e3f79733c30f864cb21e7ed0f0684945417ed)) +* use MultihashDigest type in stores ([#1474](https://github.com/storacha/upload-service/issues/1474)) ([6c6a3bd](https://github.com/storacha/upload-service/commit/6c6a3bdcb924cf6f9a4723f710a27f1ae34ca560)) +* warnings ([0e77fde](https://github.com/storacha/upload-service/commit/0e77fde238821403c33d35d53ada4384b2c69724)) + + +### Other Changes + +* Add `pnpm dev` to watch-build all packages ([#1533](https://github.com/storacha/upload-service/issues/1533)) ([07970ef](https://github.com/storacha/upload-service/commit/07970efd443149158ebbfb2c4e745b5007eb9407)) +* appease linter ([782c6d0](https://github.com/storacha/upload-service/commit/782c6d0b3ca93ee801b38126339a262bcd713ede)) +* attw ([cad14ad](https://github.com/storacha/upload-service/commit/cad14add236349a72696478b0defb2e4ae163a4d)) +* c8 fix ([049170d](https://github.com/storacha/upload-service/commit/049170d45678257161ac22b55068b2adf96a7ebb)) +* formatter ([f4f5f5a](https://github.com/storacha/upload-service/commit/f4f5f5accc0c80f3dfb1b6916d04df0e594c89af)) +* **main:** release w3up-client 10.0.0 ([#1099](https://github.com/storacha/upload-service/issues/1099)) ([62a1d43](https://github.com/storacha/upload-service/commit/62a1d432ba3ae79e515e9c511f150b1d4daa45ed)) +* **main:** release w3up-client 10.1.0 ([#1112](https://github.com/storacha/upload-service/issues/1112)) ([88d7864](https://github.com/storacha/upload-service/commit/88d7864d71515997fb2e2f587fe7695644d5dd01)) +* **main:** release w3up-client 10.2.0 ([#1118](https://github.com/storacha/upload-service/issues/1118)) ([329195f](https://github.com/storacha/upload-service/commit/329195fb74045f228d76801f8969e597f3b2c2b9)) +* **main:** release w3up-client 10.3.0 ([#1121](https://github.com/storacha/upload-service/issues/1121)) ([2f82ea5](https://github.com/storacha/upload-service/commit/2f82ea507ec6e2a16b7dc3ce7efb887e8f01cddb)) +* **main:** release w3up-client 11.0.0 ([#1129](https://github.com/storacha/upload-service/issues/1129)) ([fc4c6c7](https://github.com/storacha/upload-service/commit/fc4c6c7757ccbf78080e8cb52255e2013551d4f7)) +* **main:** release w3up-client 11.0.1 ([#1144](https://github.com/storacha/upload-service/issues/1144)) ([fb505fd](https://github.com/storacha/upload-service/commit/fb505fdc0ae8d490f121a2b547b5e3e0207d3eb7)) +* **main:** release w3up-client 11.0.2 ([#1167](https://github.com/storacha/upload-service/issues/1167)) ([81374f7](https://github.com/storacha/upload-service/commit/81374f70d9598e5723fcdf4f707b15f4afc02cb3)) +* **main:** release w3up-client 11.1.0 ([#1179](https://github.com/storacha/upload-service/issues/1179)) ([aae7045](https://github.com/storacha/upload-service/commit/aae7045ee24f68fc546e39184bc548ec8bed1eec)) +* **main:** release w3up-client 11.1.1 ([#1186](https://github.com/storacha/upload-service/issues/1186)) ([cea880e](https://github.com/storacha/upload-service/commit/cea880edc4e49d04bd6bfe977d5e41c718657a81)) +* **main:** release w3up-client 11.1.2 ([#1187](https://github.com/storacha/upload-service/issues/1187)) ([e8bffe2](https://github.com/storacha/upload-service/commit/e8bffe2ee0d3a59a977d2c4b7efe425699424e19)) +* **main:** release w3up-client 11.1.3 ([#1190](https://github.com/storacha/upload-service/issues/1190)) ([dd256fe](https://github.com/storacha/upload-service/commit/dd256fe8f1de01a41eda006af5e524ae3064d245)) +* **main:** release w3up-client 11.2.0 ([#1196](https://github.com/storacha/upload-service/issues/1196)) ([d4a2288](https://github.com/storacha/upload-service/commit/d4a22884d2d4a278d9e3f69a814bd9d586e73d00)) +* **main:** release w3up-client 11.2.1 ([#1216](https://github.com/storacha/upload-service/issues/1216)) ([4adca28](https://github.com/storacha/upload-service/commit/4adca285b9c8b7bebd20507ceca4d369cc968a2d)) +* **main:** release w3up-client 12.0.0 ([#1231](https://github.com/storacha/upload-service/issues/1231)) ([80037f9](https://github.com/storacha/upload-service/commit/80037f91acba7c8ce244a28052962d4f1b1297f2)) +* **main:** release w3up-client 12.1.0 ([#1256](https://github.com/storacha/upload-service/issues/1256)) ([231cf1f](https://github.com/storacha/upload-service/commit/231cf1f863f4e9a96c92d9ef5001617ba928028d)) +* **main:** release w3up-client 12.2.0 ([#1270](https://github.com/storacha/upload-service/issues/1270)) ([26ce41b](https://github.com/storacha/upload-service/commit/26ce41b710907a2e0026588ecb7bbc1fe1021b37)) +* **main:** release w3up-client 12.2.1 ([#1277](https://github.com/storacha/upload-service/issues/1277)) ([3ed6ee9](https://github.com/storacha/upload-service/commit/3ed6ee9d51a77f80560fd52ebcac392a32ffcd2e)) +* **main:** release w3up-client 12.3.0 ([#1285](https://github.com/storacha/upload-service/issues/1285)) ([1885928](https://github.com/storacha/upload-service/commit/188592879064f628d7cfef03e2f1b4f1441ec706)) +* **main:** release w3up-client 12.4.0 ([#1286](https://github.com/storacha/upload-service/issues/1286)) ([0337426](https://github.com/storacha/upload-service/commit/03374267e3cfd1f70ec921d448d498d11390f7f7)) +* **main:** release w3up-client 12.4.1 ([#1297](https://github.com/storacha/upload-service/issues/1297)) ([79af6f8](https://github.com/storacha/upload-service/commit/79af6f8274933a02820ad16b0f0f58cbef82422e)) +* **main:** release w3up-client 12.5.0 ([#1313](https://github.com/storacha/upload-service/issues/1313)) ([9aba8a1](https://github.com/storacha/upload-service/commit/9aba8a155cca663387952fc9b11bc3748de8f2fc)) +* **main:** release w3up-client 12.5.1 ([#1358](https://github.com/storacha/upload-service/issues/1358)) ([d51faf2](https://github.com/storacha/upload-service/commit/d51faf27e0ea6f40d69836ef41dd6846a431cf2c)) +* **main:** release w3up-client 12.5.2 ([#1364](https://github.com/storacha/upload-service/issues/1364)) ([232dadd](https://github.com/storacha/upload-service/commit/232dadd2a09c95b729bf9e6af913810997ad84fb)) +* **main:** release w3up-client 12.5.3 ([#1394](https://github.com/storacha/upload-service/issues/1394)) ([2441ee9](https://github.com/storacha/upload-service/commit/2441ee944db3aad360155288b5fd1665a5baf9b7)) +* **main:** release w3up-client 13.0.0 ([#1416](https://github.com/storacha/upload-service/issues/1416)) ([38e7041](https://github.com/storacha/upload-service/commit/38e70411c59644e0adf3e6c75e1559d2e6d2f1d0)) +* **main:** release w3up-client 13.0.1 ([#1431](https://github.com/storacha/upload-service/issues/1431)) ([a22c0ff](https://github.com/storacha/upload-service/commit/a22c0ff45d441c9d154d3b52e4cbe2f7ca57ac89)) +* **main:** release w3up-client 13.1.0 ([#1440](https://github.com/storacha/upload-service/issues/1440)) ([d660833](https://github.com/storacha/upload-service/commit/d660833d47df16bd18c4e5d7313acbfb486686ff)) +* **main:** release w3up-client 13.1.1 ([#1457](https://github.com/storacha/upload-service/issues/1457)) ([babff75](https://github.com/storacha/upload-service/commit/babff75a65b4dad9b83e97f57cb0dc004f376da0)) +* **main:** release w3up-client 14.0.0 ([#1464](https://github.com/storacha/upload-service/issues/1464)) ([695af8b](https://github.com/storacha/upload-service/commit/695af8b7313a5edc75235cc578d333577d991e92)) +* **main:** release w3up-client 14.1.0 ([#1492](https://github.com/storacha/upload-service/issues/1492)) ([7e97090](https://github.com/storacha/upload-service/commit/7e97090c6308854e0c409639c5ed0ee4a7975e19)) +* **main:** release w3up-client 14.1.1 ([#1498](https://github.com/storacha/upload-service/issues/1498)) ([91cb335](https://github.com/storacha/upload-service/commit/91cb335f57f3dd1e3b0a4939acc5462b8d3bb1e3)) +* **main:** release w3up-client 15.0.0 ([#1504](https://github.com/storacha/upload-service/issues/1504)) ([028e8d2](https://github.com/storacha/upload-service/commit/028e8d2213e4cc378d181ce0cffca6d635b2eeec)) +* **main:** release w3up-client 16.0.0 ([#1508](https://github.com/storacha/upload-service/issues/1508)) ([91d6c8e](https://github.com/storacha/upload-service/commit/91d6c8e95fcec3aa6afa2309e1de3e30777572fa)) +* **main:** release w3up-client 16.1.0 ([#1538](https://github.com/storacha/upload-service/issues/1538)) ([ed65f9a](https://github.com/storacha/upload-service/commit/ed65f9ab65bf8487466753d872323c3fe6d9c52a)) +* **main:** release w3up-client 16.1.1 ([#1549](https://github.com/storacha/upload-service/issues/1549)) ([b1df89d](https://github.com/storacha/upload-service/commit/b1df89d9f47cd75820029699a4f01698e19a8f8d)) +* **main:** release w3up-client 16.2.0 ([#1552](https://github.com/storacha/upload-service/issues/1552)) ([a97a78a](https://github.com/storacha/upload-service/commit/a97a78ae9c0e4aa8a3e0a31b15767c0d5fae4e0e)) +* **main:** release w3up-client 16.3.0 ([#1568](https://github.com/storacha/upload-service/issues/1568)) ([89b4962](https://github.com/storacha/upload-service/commit/89b49624ccde90efc68dce3b8aad2bb41f9668fe)) +* **main:** release w3up-client 16.4.0 ([#1570](https://github.com/storacha/upload-service/issues/1570)) ([b43804c](https://github.com/storacha/upload-service/commit/b43804cd0e2fc424f83c98d39f26ac5325eb442b)) +* **main:** release w3up-client 9.1.0 ([#978](https://github.com/storacha/upload-service/issues/978)) ([bcf74fb](https://github.com/storacha/upload-service/commit/bcf74fbb0cac21e65c786d1babd74580969c9326)) +* **main:** release w3up-client 9.2.0 ([#984](https://github.com/storacha/upload-service/issues/984)) ([49fc626](https://github.com/storacha/upload-service/commit/49fc626b63c245bda92d039bd094fe350306fdf3)) +* **main:** release w3up-client 9.2.1 ([#1011](https://github.com/storacha/upload-service/issues/1011)) ([2fcc3e0](https://github.com/storacha/upload-service/commit/2fcc3e0be3cdd0e894635bf9530fe017df1d88bd)) +* **main:** release w3up-client 9.2.2 ([#1071](https://github.com/storacha/upload-service/issues/1071)) ([45bf06a](https://github.com/storacha/upload-service/commit/45bf06a51e2e1d80f356bdc3b10551a1376f1b5f)) +* **main:** release w3up-client 9.3.0 ([#1083](https://github.com/storacha/upload-service/issues/1083)) ([ea3c723](https://github.com/storacha/upload-service/commit/ea3c723dafedaddd636ccd0475214882bf1ab763)) +* no longer depends on hd-scripts, packages use/configure eslint directly, fixes warnings from npm lint script ([#1058](https://github.com/storacha/upload-service/issues/1058)) ([ebdb99b](https://github.com/storacha/upload-service/commit/ebdb99b0d3fc912f93ace3d533b915f844b35856)) +* package renames ([0f797ed](https://github.com/storacha/upload-service/commit/0f797ed298b570dd649aa18055f801b0ab6fbfd8)) + ## [16.4.0](https://github.com/storacha/w3up/compare/w3up-client-v16.3.0...w3up-client-v16.4.0) (2024-10-24) diff --git a/packages/w3up-client/package.json b/packages/w3up-client/package.json index b57c8fb62..8ffd9ec33 100644 --- a/packages/w3up-client/package.json +++ b/packages/w3up-client/package.json @@ -1,6 +1,6 @@ { "name": "@storacha/client", - "version": "0.0.0", + "version": "1.0.0", "description": "Client for the storacha.network w3up api", "license": "Apache-2.0 OR MIT", "type": "module",