Skip to content

Commit 78a4f4c

Browse files
committed
v2.0.0-alpha.34
1 parent e9e6f4c commit 78a4f4c

Some content is hidden

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

50 files changed

+279
-179
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.34](https://github.com/ulixee/platform/compare/v2.0.0-alpha.33...v2.0.0-alpha.34) (2025-09-08)
7+
8+
**Note:** Version bump only for package @ulixee/platform
9+
610
# [2.0.0-alpha.33](https://github.com/ulixee/platform/compare/v2.0.0-alpha.32...v2.0.0-alpha.33) (2025-05-29)
711

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

cli/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.34](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.33...v2.0.0-alpha.34) (2025-09-08)
7+
8+
**Note:** Version bump only for package @ulixee/cli
9+
610
# [2.0.0-alpha.33](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.32...v2.0.0-alpha.33) (2025-05-29)
711

812
**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.33",
3+
"version": "2.0.0-alpha.34",
44
"main": "index.js",
55
"repository": "git@github.com:ulixee/ulixee.git",
66
"license": "MIT",
77
"bin": "./bin/cli.js",
88
"dependencies": {
9-
"@ulixee/commons": "2.0.0-alpha.33",
9+
"@ulixee/commons": "2.0.0-alpha.34",
1010
"commander": "^9.5.0"
1111
}
1212
}

client/main/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.34](https://github.com/ulixee/platform/compare/v2.0.0-alpha.33...v2.0.0-alpha.34) (2025-09-08)
7+
8+
**Note:** Version bump only for package @ulixee/client
9+
610
# [2.0.0-alpha.33](https://github.com/ulixee/platform/compare/v2.0.0-alpha.32...v2.0.0-alpha.33) (2025-05-29)
711

812
**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.33",
3+
"version": "2.0.0-alpha.34",
44
"main": "index.js",
55
"repository": "git@github.com:ulixee/platform.git",
66
"license": "MIT",
77
"scripts": {},
88
"dependencies": {
9-
"@argonprotocol/localchain": "~1.0",
10-
"@ulixee/commons": "2.0.0-alpha.33",
11-
"@ulixee/datastore": "2.0.0-alpha.33",
12-
"@ulixee/net": "2.0.0-alpha.33",
13-
"@ulixee/schema": "2.0.0-alpha.33"
9+
"@argonprotocol/localchain": "^1.3.7",
10+
"@ulixee/commons": "2.0.0-alpha.34",
11+
"@ulixee/datastore": "2.0.0-alpha.34",
12+
"@ulixee/net": "2.0.0-alpha.34",
13+
"@ulixee/schema": "2.0.0-alpha.34"
1414
},
1515
"devDependencies": {
16-
"@ulixee/cloud": "2.0.0-alpha.33",
17-
"@ulixee/datastore-packager": "2.0.0-alpha.33",
18-
"@ulixee/datastore-testing": "2.0.0-alpha.33",
19-
"@ulixee/platform-utils": "2.0.0-alpha.33",
16+
"@ulixee/cloud": "2.0.0-alpha.34",
17+
"@ulixee/datastore-packager": "2.0.0-alpha.34",
18+
"@ulixee/datastore-testing": "2.0.0-alpha.34",
19+
"@ulixee/platform-utils": "2.0.0-alpha.34",
2020
"@ulixee/schema": "2.0.0-alpha.33",
21-
"@ulixee/sql-ast": "2.0.0-alpha.33",
22-
"@ulixee/sql-engine": "2.0.0-alpha.33"
21+
"@ulixee/sql-ast": "2.0.0-alpha.34",
22+
"@ulixee/sql-engine": "2.0.0-alpha.34"
2323
}
2424
}

cloud/examples/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.34](https://github.com/ulixee/platform/compare/v2.0.0-alpha.33...v2.0.0-alpha.34) (2025-09-08)
7+
8+
**Note:** Version bump only for package @ulixee/cloud-examples
9+
610
# [2.0.0-alpha.33](https://github.com/ulixee/platform/compare/v2.0.0-alpha.32...v2.0.0-alpha.33) (2025-05-29)
711

812
**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.33",
3+
"version": "2.0.0-alpha.34",
44
"private": true,
55
"dependencies": {
6-
"@ulixee/cloud": "2.0.0-alpha.33",
7-
"@ulixee/hero": "2.0.0-alpha.33"
6+
"@ulixee/cloud": "2.0.0-alpha.34",
7+
"@ulixee/hero": "2.0.0-alpha.34"
88
}
99
}

cloud/main/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.34](https://github.com/ulixee/platform/compare/v2.0.0-alpha.33...v2.0.0-alpha.34) (2025-09-08)
7+
8+
**Note:** Version bump only for package @ulixee/cloud
9+
610
# [2.0.0-alpha.33](https://github.com/ulixee/platform/compare/v2.0.0-alpha.32...v2.0.0-alpha.33) (2025-05-29)
711

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

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.33",
3+
"version": "2.0.0-alpha.34",
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.33",
28-
"@ulixee/datastore-core": "2.0.0-alpha.33",
29-
"@ulixee/datastore-plugins-hero-core": "2.0.0-alpha.33",
30-
"@ulixee/desktop-core": "2.0.0-alpha.33",
31-
"@ulixee/hero-core": "2.0.0-alpha.33",
32-
"@ulixee/hero-interfaces": "2.0.0-alpha.33",
33-
"@ulixee/net": "2.0.0-alpha.33",
34-
"@ulixee/platform-specification": "2.0.0-alpha.33",
35-
"@ulixee/platform-utils": "2.0.0-alpha.33",
27+
"@ulixee/commons": "2.0.0-alpha.34",
28+
"@ulixee/datastore-core": "2.0.0-alpha.34",
29+
"@ulixee/datastore-plugins-hero-core": "2.0.0-alpha.34",
30+
"@ulixee/desktop-core": "2.0.0-alpha.34",
31+
"@ulixee/hero-core": "2.0.0-alpha.34",
32+
"@ulixee/hero-interfaces": "2.0.0-alpha.34",
33+
"@ulixee/net": "2.0.0-alpha.34",
34+
"@ulixee/platform-specification": "2.0.0-alpha.34",
35+
"@ulixee/platform-utils": "2.0.0-alpha.34",
3636
"commander": "^9.5.0",
3737
"ws": "^8.18.0"
3838
},
3939
"devDependencies": {
40-
"@ulixee/datastore-testing": "2.0.0-alpha.33"
40+
"@ulixee/datastore-testing": "2.0.0-alpha.34"
4141
}
4242
}

datastore/broker-admin/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.34](https://github.com/ulixee/platform/compare/v2.0.0-alpha.33...v2.0.0-alpha.34) (2025-09-08)
7+
8+
**Note:** Version bump only for package @ulixee/databroker-admin
9+
610
# [2.0.0-alpha.33](https://github.com/ulixee/platform/compare/v2.0.0-alpha.32...v2.0.0-alpha.33) (2025-05-29)
711

812
**Note:** Version bump only for package @ulixee/databroker-admin

0 commit comments

Comments
 (0)