Skip to content

Commit

Permalink
v2.0.0-alpha.30
Browse files Browse the repository at this point in the history
  • Loading branch information
blakebyrnes committed Oct 11, 2024
1 parent 304f8a3 commit 4212da3
Show file tree
Hide file tree
Showing 52 changed files with 391 additions and 513 deletions.
34 changes: 20 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,34 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Bug Fixes

* **datastore:** local address not properly recognized ([b3f04fd](https://github.com/ulixee/platform/commit/b3f04fd2a6cc6b97a068efb416e4c70d71f1ec8d))
* **datastore:** tests broken from argon updates ([827064c](https://github.com/ulixee/platform/commit/827064c9290b75d15920b66634b2902fabb3fcfa))
* **packager:** allow full cloud cli commands ([4fdbcbf](https://github.com/ulixee/platform/commit/4fdbcbfb6e9150641021bec34e7b8fab124c0218))
* update to support hero monorepo ([9fc427e](https://github.com/ulixee/platform/commit/9fc427e6d1bfb3d7950a53f15712f8c4479a50ad))

### Features

* **cloud:** add a public host option ([e748965](https://github.com/ulixee/platform/commit/e748965b5f14cc74016fb59ac24cd76995f6131a))
* **cloud:** generate localchain if needed ([965be3f](https://github.com/ulixee/platform/commit/965be3f2e313bff7da0f2d32c8d3fc6d28528011))
* **datastore:** allow funding smaller channels ([8186657](https://github.com/ulixee/platform/commit/818665771b700535f648aa3be8d6885847d247e1))
* **datastore:** allow importing an argon account ([e9d5d54](https://github.com/ulixee/platform/commit/e9d5d542ca479345f683a3569ba6e73255d0aab4))
* **datastore:** fix reboot recovery of channels ([891fc0d](https://github.com/ulixee/platform/commit/891fc0d4b18b6cf3b896647dceb427876aeaaad2))
* **datastore:** track query/cloud localchain ([b2f12d0](https://github.com/ulixee/platform/commit/b2f12d00e91f90d58d6c5adbbf10ca140afe06de))
* remove payment info from manifest ([b4a9ad5](https://github.com/ulixee/platform/commit/b4a9ad57289c4c94ac0ee0860c2cf0f89aaabab4))
* **website:** watch mode ([4741798](https://github.com/ulixee/platform/commit/4741798fdfd47a4fcdfc22f79836796efcb5b9f6))

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

### Bug Fixes

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


### Features

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





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

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





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

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





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

### Bug Fixes
Expand Down
17 changes: 4 additions & 13 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,33 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

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

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

### Features

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





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

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





# [2.0.0-alpha.27](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01)

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





# [2.0.0-alpha.26](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02)

**Note:** Version bump only for package @ulixee/cli
Expand Down
4 changes: 2 additions & 2 deletions cli/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@ulixee/cli",
"version": "2.0.0-alpha.29",
"version": "2.0.0-alpha.30",
"main": "index.js",
"repository": "[email protected]:ulixee/ulixee.git",
"license": "MIT",
"bin": "./bin/cli.js",
"dependencies": {
"@ulixee/commons": "2.0.0-alpha.29",
"@ulixee/commons": "2.0.0-alpha.30",
"commander": "^9.5.0"
}
}
21 changes: 9 additions & 12 deletions client/main/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,34 +3,31 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Bug Fixes

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

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

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

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

### Features

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

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

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





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

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





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

**Note:** Version bump only for package @ulixee/client
Expand Down
24 changes: 12 additions & 12 deletions client/main/package.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"name": "@ulixee/client",
"version": "2.0.0-alpha.29",
"version": "2.0.0-alpha.30",
"main": "index.js",
"repository": "[email protected]:ulixee/platform.git",
"license": "MIT",
"scripts": {},
"dependencies": {
"@ulixee/commons": "2.0.0-alpha.29",
"@ulixee/datastore": "2.0.0-alpha.29",
"@argonprotocol/localchain": "0.0.14",
"@ulixee/net": "2.0.0-alpha.29",
"@ulixee/schema": "2.0.0-alpha.29"
"@ulixee/commons": "2.0.0-alpha.30",
"@ulixee/datastore": "2.0.0-alpha.30",
"@ulixee/net": "2.0.0-alpha.30",
"@ulixee/schema": "2.0.0-alpha.30"
},
"devDependencies": {
"@ulixee/cloud": "2.0.0-alpha.29",
"@ulixee/datastore-packager": "2.0.0-alpha.29",
"@ulixee/datastore-testing": "2.0.0-alpha.29",
"@ulixee/platform-utils": "2.0.0-alpha.29",
"@ulixee/schema": "2.0.0-alpha.29",
"@ulixee/sql-ast": "2.0.0-alpha.29",
"@ulixee/sql-engine": "2.0.0-alpha.29"
"@ulixee/cloud": "2.0.0-alpha.30",
"@ulixee/datastore-packager": "2.0.0-alpha.30",
"@ulixee/datastore-testing": "2.0.0-alpha.30",
"@ulixee/platform-utils": "2.0.0-alpha.30",
"@ulixee/schema": "2.0.0-alpha.30",
"@ulixee/sql-ast": "2.0.0-alpha.30",
"@ulixee/sql-engine": "2.0.0-alpha.30"
}
}
16 changes: 5 additions & 11 deletions cloud/examples/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

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

### Bug Fixes

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

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

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

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

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





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

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





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

**Note:** Version bump only for package @ulixee/cloud-examples
Expand Down
6 changes: 3 additions & 3 deletions cloud/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@ulixee/cloud-examples",
"version": "2.0.0-alpha.29",
"version": "2.0.0-alpha.30",
"private": true,
"dependencies": {
"@ulixee/cloud": "2.0.0-alpha.29",
"@ulixee/hero": "2.0.0-alpha.29"
"@ulixee/cloud": "2.0.0-alpha.30",
"@ulixee/hero": "2.0.0-alpha.30"
}
}
2 changes: 1 addition & 1 deletion cloud/main/.env.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ULX_DATASTORE_STATS_HOST=# Stats Tracker Service Host
ULX_DATASTORE_REGISTRY_HOST=# Datastore Registry Service Host
ULX_STORAGE_ENGINE_HOST=# Storage Engine Service Host
ULX_REPLAY_REGISTRY_HOST=# Replays Storage/Retrieval Host
ULX_MICROPAYMENT_PROCESSOR_HOST=# Micropayment Channel Spend tracking Host
ULX_PAYMENT_PROCESSOR_HOST=# A Payment Processor Service Host (processes payments)
ULX_UPSTREAM_PAYMENTS_SERVICE_HOST=# Payment Services Host
ULX_DATASTORE_LOOKUP_SERVICE_HOST=

Expand Down
28 changes: 14 additions & 14 deletions cloud/main/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,40 +3,40 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Bug Fixes

* **datastore:** tests broken from argon updates ([827064c](https://github.com/ulixee/platform/commit/827064c9290b75d15920b66634b2902fabb3fcfa))
* update to support hero monorepo ([9fc427e](https://github.com/ulixee/platform/commit/9fc427e6d1bfb3d7950a53f15712f8c4479a50ad))

### Features

* **cloud:** add a public host option ([e748965](https://github.com/ulixee/platform/commit/e748965b5f14cc74016fb59ac24cd76995f6131a))
* **cloud:** generate localchain if needed ([965be3f](https://github.com/ulixee/platform/commit/965be3f2e313bff7da0f2d32c8d3fc6d28528011))
* remove payment info from manifest ([b4a9ad5](https://github.com/ulixee/platform/commit/b4a9ad57289c4c94ac0ee0860c2cf0f89aaabab4))
* **website:** watch mode ([4741798](https://github.com/ulixee/platform/commit/4741798fdfd47a4fcdfc22f79836796efcb5b9f6))

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

### Bug Fixes

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


### Features

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





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

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





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

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





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

### Features
Expand Down
22 changes: 11 additions & 11 deletions cloud/main/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ulixee/cloud",
"version": "2.0.0-alpha.29",
"version": "2.0.0-alpha.30",
"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.",
"exports": {
".": {
Expand All @@ -24,19 +24,19 @@
"preversion": "node ../../build/cloud/main/scripts/gatherEnvSettings.js"
},
"dependencies": {
"@ulixee/commons": "2.0.0-alpha.29",
"@ulixee/datastore-core": "2.0.0-alpha.29",
"@ulixee/desktop-core": "2.0.0-alpha.29",
"@ulixee/datastore-plugins-hero-core": "2.0.0-alpha.29",
"@ulixee/hero-core": "2.0.0-alpha.29",
"@ulixee/hero-interfaces": "2.0.0-alpha.29",
"@ulixee/net": "2.0.0-alpha.29",
"@ulixee/platform-specification": "2.0.0-alpha.29",
"@ulixee/platform-utils": "2.0.0-alpha.29",
"@ulixee/commons": "2.0.0-alpha.30",
"@ulixee/datastore-core": "2.0.0-alpha.30",
"@ulixee/datastore-plugins-hero-core": "2.0.0-alpha.30",
"@ulixee/desktop-core": "2.0.0-alpha.30",
"@ulixee/hero-core": "2.0.0-alpha.30",
"@ulixee/hero-interfaces": "2.0.0-alpha.30",
"@ulixee/net": "2.0.0-alpha.30",
"@ulixee/platform-specification": "2.0.0-alpha.30",
"@ulixee/platform-utils": "2.0.0-alpha.30",
"commander": "^9.5.0",
"ws": "^8.18.0"
},
"devDependencies": {
"@ulixee/datastore-testing": "2.0.0-alpha.29"
"@ulixee/datastore-testing": "2.0.0-alpha.30"
}
}
11 changes: 10 additions & 1 deletion datastore/broker-admin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Bug Fixes

* **datastore:** tests broken from argon updates ([827064c](https://github.com/ulixee/platform/commit/827064c9290b75d15920b66634b2902fabb3fcfa))

### Features

* **datastore:** track query/cloud localchain ([b2f12d0](https://github.com/ulixee/platform/commit/b2f12d00e91f90d58d6c5adbbf10ca140afe06de))

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

### Features

Expand Down
10 changes: 5 additions & 5 deletions datastore/broker-admin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ulixee/databroker-admin",
"private": true,
"version": "2.0.0-alpha.29",
"version": "2.0.0-alpha.30",
"scripts": {
"serve": "vite",
"watch": "vite build -w",
Expand All @@ -15,10 +15,10 @@
"@tailwindcss/forms": "^0.5.7",
"@types/lodash.kebabcase": "^4.1.7",
"@types/node": "^18.19.10",
"@ulixee/commons": "2.0.0-alpha.29",
"@ulixee/net": "2.0.0-alpha.29",
"@ulixee/platform-specification": "2.0.0-alpha.29",
"@ulixee/platform-utils": "2.0.0-alpha.29",
"@ulixee/commons": "2.0.0-alpha.30",
"@ulixee/net": "2.0.0-alpha.30",
"@ulixee/platform-specification": "2.0.0-alpha.30",
"@ulixee/platform-utils": "2.0.0-alpha.30",
"autoprefixer": "^10.4.17",
"axios": "^1.7.7",
"concurrently": "^6.2.2",
Expand Down
Loading

0 comments on commit 4212da3

Please sign in to comment.