Skip to content

Commit 4212da3

Browse files
committed
v2.0.0-alpha.30
1 parent 304f8a3 commit 4212da3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+391
-513
lines changed

CHANGELOG.md

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,34 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6-
# [2.0.0-alpha.29](https://github.com/ulixee/platform/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2024-07-16)
6+
# [2.0.0-alpha.30](https://github.com/ulixee/platform/compare/v2.0.0-alpha.29...v2.0.0-alpha.30) (2024-10-11)
7+
8+
### Bug Fixes
9+
10+
* **datastore:** local address not properly recognized ([b3f04fd](https://github.com/ulixee/platform/commit/b3f04fd2a6cc6b97a068efb416e4c70d71f1ec8d))
11+
* **datastore:** tests broken from argon updates ([827064c](https://github.com/ulixee/platform/commit/827064c9290b75d15920b66634b2902fabb3fcfa))
12+
* **packager:** allow full cloud cli commands ([4fdbcbf](https://github.com/ulixee/platform/commit/4fdbcbfb6e9150641021bec34e7b8fab124c0218))
13+
* update to support hero monorepo ([9fc427e](https://github.com/ulixee/platform/commit/9fc427e6d1bfb3d7950a53f15712f8c4479a50ad))
14+
15+
### Features
716

17+
* **cloud:** add a public host option ([e748965](https://github.com/ulixee/platform/commit/e748965b5f14cc74016fb59ac24cd76995f6131a))
18+
* **cloud:** generate localchain if needed ([965be3f](https://github.com/ulixee/platform/commit/965be3f2e313bff7da0f2d32c8d3fc6d28528011))
19+
* **datastore:** allow funding smaller channels ([8186657](https://github.com/ulixee/platform/commit/818665771b700535f648aa3be8d6885847d247e1))
20+
* **datastore:** allow importing an argon account ([e9d5d54](https://github.com/ulixee/platform/commit/e9d5d542ca479345f683a3569ba6e73255d0aab4))
21+
* **datastore:** fix reboot recovery of channels ([891fc0d](https://github.com/ulixee/platform/commit/891fc0d4b18b6cf3b896647dceb427876aeaaad2))
22+
* **datastore:** track query/cloud localchain ([b2f12d0](https://github.com/ulixee/platform/commit/b2f12d00e91f90d58d6c5adbbf10ca140afe06de))
23+
* remove payment info from manifest ([b4a9ad5](https://github.com/ulixee/platform/commit/b4a9ad57289c4c94ac0ee0860c2cf0f89aaabab4))
24+
* **website:** watch mode ([4741798](https://github.com/ulixee/platform/commit/4741798fdfd47a4fcdfc22f79836796efcb5b9f6))
25+
26+
# [2.0.0-alpha.29](https://github.com/ulixee/platform/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2024-07-16)
827

928
### Bug Fixes
1029

1130
* **datastores:** include rollup json ([9797762](https://github.com/ulixee/platform/commit/97977625ad2d2158131a1e43ea7a42009e0e5c5e)), closes [#201](https://github.com/ulixee/platform/issues/201)
1231
* **end-to-end:** use docker for e2e tests ([3f243de](https://github.com/ulixee/platform/commit/3f243deb40d2b1cc86048d171d574b3690a29395))
1332
* **github:** databroker tests broken ([801f62c](https://github.com/ulixee/platform/commit/801f62cad9e16e441cbea7fe3660098ade31ef34))
1433

15-
1634
### Features
1735

1836
* **databroker:** new feature to delegate payment ([47900e3](https://github.com/ulixee/platform/commit/47900e314b8d9f59f88598b1d914e211e1ae5bdf))
@@ -22,26 +40,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
2240
* **desktop:** update wallet ux ([3b9fbfb](https://github.com/ulixee/platform/commit/3b9fbfba9c91bec72b3dbc4b88b83eb39992d617))
2341
* integrate argon payments to desktop ([b8a7ffd](https://github.com/ulixee/platform/commit/b8a7ffd651d88160afbfe7906c09e2eac06a345d))
2442

25-
26-
27-
28-
2943
# [2.0.0-alpha.28](https://github.com/ulixee/platform/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-03-11)
3044

3145
**Note:** Version bump only for package @ulixee/platform
3246

33-
34-
35-
36-
3747
# [2.0.0-alpha.27](https://github.com/ulixee/platform/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01)
3848

3949
**Note:** Version bump only for package @ulixee/platform
4050

41-
42-
43-
44-
4551
# [2.0.0-alpha.26](https://github.com/ulixee/platform/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02)
4652

4753
### Bug Fixes

cli/CHANGELOG.md

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,33 +3,24 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6-
# [2.0.0-alpha.29](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2024-07-16)
6+
# [2.0.0-alpha.30](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.29...v2.0.0-alpha.30) (2024-10-11)
7+
8+
**Note:** Version bump only for package @ulixee/cli
79

10+
# [2.0.0-alpha.29](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2024-07-16)
811

912
### Features
1013

1114
* **datastore:** integrate escrow payments ([b00fdd5](https://github.com/ulixee/ulixee/commit/b00fdd52e36bc9480297639a5584a6f71d6890dd))
1215

13-
14-
15-
16-
1716
# [2.0.0-alpha.28](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-03-11)
1817

1918
**Note:** Version bump only for package @ulixee/cli
2019

21-
22-
23-
24-
2520
# [2.0.0-alpha.27](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01)
2621

2722
**Note:** Version bump only for package @ulixee/cli
2823

29-
30-
31-
32-
3324
# [2.0.0-alpha.26](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02)
3425

3526
**Note:** Version bump only for package @ulixee/cli

cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@ulixee/cli",
3-
"version": "2.0.0-alpha.29",
3+
"version": "2.0.0-alpha.30",
44
"main": "index.js",
55
"repository": "[email protected]:ulixee/ulixee.git",
66
"license": "MIT",
77
"bin": "./bin/cli.js",
88
"dependencies": {
9-
"@ulixee/commons": "2.0.0-alpha.29",
9+
"@ulixee/commons": "2.0.0-alpha.30",
1010
"commander": "^9.5.0"
1111
}
1212
}

client/main/CHANGELOG.md

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,34 +3,31 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6-
# [2.0.0-alpha.29](https://github.com/ulixee/platform/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2024-07-16)
6+
# [2.0.0-alpha.30](https://github.com/ulixee/platform/compare/v2.0.0-alpha.29...v2.0.0-alpha.30) (2024-10-11)
77

8+
### Bug Fixes
89

9-
### Features
10+
* **datastore:** tests broken from argon updates ([827064c](https://github.com/ulixee/platform/commit/827064c9290b75d15920b66634b2902fabb3fcfa))
1011

11-
* **databroker:** new feature to delegate payment ([47900e3](https://github.com/ulixee/platform/commit/47900e314b8d9f59f88598b1d914e211e1ae5bdf))
12-
* **datastore:** integrate escrow payments ([b00fdd5](https://github.com/ulixee/platform/commit/b00fdd52e36bc9480297639a5584a6f71d6890dd))
12+
### Features
1313

14+
* remove payment info from manifest ([b4a9ad5](https://github.com/ulixee/platform/commit/b4a9ad57289c4c94ac0ee0860c2cf0f89aaabab4))
1415

16+
# [2.0.0-alpha.29](https://github.com/ulixee/platform/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2024-07-16)
1517

18+
### Features
1619

20+
* **databroker:** new feature to delegate payment ([47900e3](https://github.com/ulixee/platform/commit/47900e314b8d9f59f88598b1d914e211e1ae5bdf))
21+
* **datastore:** integrate escrow payments ([b00fdd5](https://github.com/ulixee/platform/commit/b00fdd52e36bc9480297639a5584a6f71d6890dd))
1722

1823
# [2.0.0-alpha.28](https://github.com/ulixee/platform/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-03-11)
1924

2025
**Note:** Version bump only for package @ulixee/client
2126

22-
23-
24-
25-
2627
# [2.0.0-alpha.27](https://github.com/ulixee/platform/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01)
2728

2829
**Note:** Version bump only for package @ulixee/client
2930

30-
31-
32-
33-
3431
# [2.0.0-alpha.26](https://github.com/ulixee/platform/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02)
3532

3633
**Note:** Version bump only for package @ulixee/client

client/main/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
{
22
"name": "@ulixee/client",
3-
"version": "2.0.0-alpha.29",
3+
"version": "2.0.0-alpha.30",
44
"main": "index.js",
55
"repository": "[email protected]:ulixee/platform.git",
66
"license": "MIT",
77
"scripts": {},
88
"dependencies": {
9-
"@ulixee/commons": "2.0.0-alpha.29",
10-
"@ulixee/datastore": "2.0.0-alpha.29",
119
"@argonprotocol/localchain": "0.0.14",
12-
"@ulixee/net": "2.0.0-alpha.29",
13-
"@ulixee/schema": "2.0.0-alpha.29"
10+
"@ulixee/commons": "2.0.0-alpha.30",
11+
"@ulixee/datastore": "2.0.0-alpha.30",
12+
"@ulixee/net": "2.0.0-alpha.30",
13+
"@ulixee/schema": "2.0.0-alpha.30"
1414
},
1515
"devDependencies": {
16-
"@ulixee/cloud": "2.0.0-alpha.29",
17-
"@ulixee/datastore-packager": "2.0.0-alpha.29",
18-
"@ulixee/datastore-testing": "2.0.0-alpha.29",
19-
"@ulixee/platform-utils": "2.0.0-alpha.29",
20-
"@ulixee/schema": "2.0.0-alpha.29",
21-
"@ulixee/sql-ast": "2.0.0-alpha.29",
22-
"@ulixee/sql-engine": "2.0.0-alpha.29"
16+
"@ulixee/cloud": "2.0.0-alpha.30",
17+
"@ulixee/datastore-packager": "2.0.0-alpha.30",
18+
"@ulixee/datastore-testing": "2.0.0-alpha.30",
19+
"@ulixee/platform-utils": "2.0.0-alpha.30",
20+
"@ulixee/schema": "2.0.0-alpha.30",
21+
"@ulixee/sql-ast": "2.0.0-alpha.30",
22+
"@ulixee/sql-engine": "2.0.0-alpha.30"
2323
}
2424
}

cloud/examples/CHANGELOG.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,24 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6-
# [2.0.0-alpha.29](https://github.com/ulixee/platform/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2024-07-16)
7-
8-
**Note:** Version bump only for package @ulixee/cloud-examples
6+
# [2.0.0-alpha.30](https://github.com/ulixee/platform/compare/v2.0.0-alpha.29...v2.0.0-alpha.30) (2024-10-11)
97

8+
### Bug Fixes
109

10+
* update to support hero monorepo ([9fc427e](https://github.com/ulixee/platform/commit/9fc427e6d1bfb3d7950a53f15712f8c4479a50ad))
1111

12+
# [2.0.0-alpha.29](https://github.com/ulixee/platform/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2024-07-16)
1213

14+
**Note:** Version bump only for package @ulixee/cloud-examples
1315

1416
# [2.0.0-alpha.28](https://github.com/ulixee/platform/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-03-11)
1517

1618
**Note:** Version bump only for package @ulixee/cloud-examples
1719

18-
19-
20-
21-
2220
# [2.0.0-alpha.27](https://github.com/ulixee/platform/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01)
2321

2422
**Note:** Version bump only for package @ulixee/cloud-examples
2523

26-
27-
28-
29-
3024
# [2.0.0-alpha.26](https://github.com/ulixee/platform/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02)
3125

3226
**Note:** Version bump only for package @ulixee/cloud-examples

cloud/examples/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "@ulixee/cloud-examples",
3-
"version": "2.0.0-alpha.29",
3+
"version": "2.0.0-alpha.30",
44
"private": true,
55
"dependencies": {
6-
"@ulixee/cloud": "2.0.0-alpha.29",
7-
"@ulixee/hero": "2.0.0-alpha.29"
6+
"@ulixee/cloud": "2.0.0-alpha.30",
7+
"@ulixee/hero": "2.0.0-alpha.30"
88
}
99
}

cloud/main/.env.defaults

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ULX_DATASTORE_STATS_HOST=# Stats Tracker Service Host
2828
ULX_DATASTORE_REGISTRY_HOST=# Datastore Registry Service Host
2929
ULX_STORAGE_ENGINE_HOST=# Storage Engine Service Host
3030
ULX_REPLAY_REGISTRY_HOST=# Replays Storage/Retrieval Host
31-
ULX_MICROPAYMENT_PROCESSOR_HOST=# Micropayment Channel Spend tracking Host
31+
ULX_PAYMENT_PROCESSOR_HOST=# A Payment Processor Service Host (processes payments)
3232
ULX_UPSTREAM_PAYMENTS_SERVICE_HOST=# Payment Services Host
3333
ULX_DATASTORE_LOOKUP_SERVICE_HOST=
3434

cloud/main/CHANGELOG.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,40 +3,40 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6-
# [2.0.0-alpha.29](https://github.com/ulixee/platform/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2024-07-16)
6+
# [2.0.0-alpha.30](https://github.com/ulixee/platform/compare/v2.0.0-alpha.29...v2.0.0-alpha.30) (2024-10-11)
7+
8+
### Bug Fixes
9+
10+
* **datastore:** tests broken from argon updates ([827064c](https://github.com/ulixee/platform/commit/827064c9290b75d15920b66634b2902fabb3fcfa))
11+
* update to support hero monorepo ([9fc427e](https://github.com/ulixee/platform/commit/9fc427e6d1bfb3d7950a53f15712f8c4479a50ad))
12+
13+
### Features
714

15+
* **cloud:** add a public host option ([e748965](https://github.com/ulixee/platform/commit/e748965b5f14cc74016fb59ac24cd76995f6131a))
16+
* **cloud:** generate localchain if needed ([965be3f](https://github.com/ulixee/platform/commit/965be3f2e313bff7da0f2d32c8d3fc6d28528011))
17+
* remove payment info from manifest ([b4a9ad5](https://github.com/ulixee/platform/commit/b4a9ad57289c4c94ac0ee0860c2cf0f89aaabab4))
18+
* **website:** watch mode ([4741798](https://github.com/ulixee/platform/commit/4741798fdfd47a4fcdfc22f79836796efcb5b9f6))
19+
20+
# [2.0.0-alpha.29](https://github.com/ulixee/platform/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2024-07-16)
821

922
### Bug Fixes
1023

1124
* **github:** databroker tests broken ([801f62c](https://github.com/ulixee/platform/commit/801f62cad9e16e441cbea7fe3660098ade31ef34))
1225

13-
1426
### Features
1527

1628
* **databroker:** new feature to delegate payment ([47900e3](https://github.com/ulixee/platform/commit/47900e314b8d9f59f88598b1d914e211e1ae5bdf))
1729
* **datastore:** integrate escrow payments ([b00fdd5](https://github.com/ulixee/platform/commit/b00fdd52e36bc9480297639a5584a6f71d6890dd))
1830
* **desktop:** update wallet ux ([3b9fbfb](https://github.com/ulixee/platform/commit/3b9fbfba9c91bec72b3dbc4b88b83eb39992d617))
1931

20-
21-
22-
23-
2432
# [2.0.0-alpha.28](https://github.com/ulixee/platform/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-03-11)
2533

2634
**Note:** Version bump only for package @ulixee/cloud
2735

28-
29-
30-
31-
3236
# [2.0.0-alpha.27](https://github.com/ulixee/platform/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01)
3337

3438
**Note:** Version bump only for package @ulixee/cloud
3539

36-
37-
38-
39-
4040
# [2.0.0-alpha.26](https://github.com/ulixee/platform/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02)
4141

4242
### Features

cloud/main/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ulixee/cloud",
3-
"version": "2.0.0-alpha.29",
3+
"version": "2.0.0-alpha.30",
44
"description": "The Ulixee Cloud is an out-of-the box tool to host and deploy Ulixee Datastores and Hero scripts. It allows you to easily create a paid API service.",
55
"exports": {
66
".": {
@@ -24,19 +24,19 @@
2424
"preversion": "node ../../build/cloud/main/scripts/gatherEnvSettings.js"
2525
},
2626
"dependencies": {
27-
"@ulixee/commons": "2.0.0-alpha.29",
28-
"@ulixee/datastore-core": "2.0.0-alpha.29",
29-
"@ulixee/desktop-core": "2.0.0-alpha.29",
30-
"@ulixee/datastore-plugins-hero-core": "2.0.0-alpha.29",
31-
"@ulixee/hero-core": "2.0.0-alpha.29",
32-
"@ulixee/hero-interfaces": "2.0.0-alpha.29",
33-
"@ulixee/net": "2.0.0-alpha.29",
34-
"@ulixee/platform-specification": "2.0.0-alpha.29",
35-
"@ulixee/platform-utils": "2.0.0-alpha.29",
27+
"@ulixee/commons": "2.0.0-alpha.30",
28+
"@ulixee/datastore-core": "2.0.0-alpha.30",
29+
"@ulixee/datastore-plugins-hero-core": "2.0.0-alpha.30",
30+
"@ulixee/desktop-core": "2.0.0-alpha.30",
31+
"@ulixee/hero-core": "2.0.0-alpha.30",
32+
"@ulixee/hero-interfaces": "2.0.0-alpha.30",
33+
"@ulixee/net": "2.0.0-alpha.30",
34+
"@ulixee/platform-specification": "2.0.0-alpha.30",
35+
"@ulixee/platform-utils": "2.0.0-alpha.30",
3636
"commander": "^9.5.0",
3737
"ws": "^8.18.0"
3838
},
3939
"devDependencies": {
40-
"@ulixee/datastore-testing": "2.0.0-alpha.29"
40+
"@ulixee/datastore-testing": "2.0.0-alpha.30"
4141
}
4242
}

0 commit comments

Comments
 (0)