Skip to content

Commit

Permalink
v2.0.0-alpha.21
Browse files Browse the repository at this point in the history
  • Loading branch information
blakebyrnes committed Apr 25, 2023
1 parent a5c9f4e commit 58e0e06
Show file tree
Hide file tree
Showing 58 changed files with 448 additions and 201 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +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.21](https://github.com/ulixee/platform/compare/v2.0.0-alpha.20...v2.0.0-alpha.21) (2023-04-24)


### Bug Fixes

* **desktop:** vm breaks in packaged electron app ([a5c9f4e](https://github.com/ulixee/platform/commit/a5c9f4ef62120a2807f7b5aa6e829460502ac72c))





# [2.0.0-alpha.20](https://github.com/ulixee/platform/compare/v2.0.0-alpha.19...v2.0.0-alpha.20) (2023-04-20)


Expand Down
8 changes: 8 additions & 0 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
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.21](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.20...v2.0.0-alpha.21) (2023-04-24)

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





# [2.0.0-alpha.20](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.19...v2.0.0-alpha.20) (2023-04-20)


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.20",
"version": "2.0.0-alpha.21",
"main": "index.js",
"repository": "[email protected]:ulixee/ulixee.git",
"license": "MIT",
"bin": "./bin/cli.js",
"dependencies": {
"@ulixee/commons": "2.0.0-alpha.20",
"@ulixee/commons": "2.0.0-alpha.21",
"commander": "^9.3.0"
}
}
8 changes: 8 additions & 0 deletions client/main/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
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.21](https://github.com/ulixee/platform/compare/v2.0.0-alpha.20...v2.0.0-alpha.21) (2023-04-24)

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





# [2.0.0-alpha.20](https://github.com/ulixee/platform/compare/v2.0.0-alpha.19...v2.0.0-alpha.20) (2023-04-20)


Expand Down
24 changes: 12 additions & 12 deletions client/main/package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"name": "@ulixee/client",
"version": "2.0.0-alpha.20",
"version": "2.0.0-alpha.21",
"main": "index.js",
"repository": "[email protected]:ulixee/platform.git",
"license": "MIT",
"scripts": {},
"dependencies": {
"@ulixee/commons": "2.0.0-alpha.20",
"@ulixee/datastore": "2.0.0-alpha.20",
"@ulixee/net": "2.0.0-alpha.20",
"@ulixee/schema": "2.0.0-alpha.20"
"@ulixee/commons": "2.0.0-alpha.21",
"@ulixee/datastore": "2.0.0-alpha.21",
"@ulixee/net": "2.0.0-alpha.21",
"@ulixee/schema": "2.0.0-alpha.21"
},
"devDependencies": {
"@ulixee/cloud": "2.0.0-alpha.20",
"@ulixee/crypto": "2.0.0-alpha.20",
"@ulixee/datastore-packager": "2.0.0-alpha.20",
"@ulixee/schema": "2.0.0-alpha.20",
"@ulixee/specification": "2.0.0-alpha.20",
"@ulixee/sql-ast": "2.0.0-alpha.20",
"@ulixee/sql-engine": "2.0.0-alpha.20"
"@ulixee/cloud": "2.0.0-alpha.21",
"@ulixee/crypto": "2.0.0-alpha.21",
"@ulixee/datastore-packager": "2.0.0-alpha.21",
"@ulixee/schema": "2.0.0-alpha.21",
"@ulixee/specification": "2.0.0-alpha.21",
"@ulixee/sql-ast": "2.0.0-alpha.21",
"@ulixee/sql-engine": "2.0.0-alpha.21"
}
}
8 changes: 8 additions & 0 deletions cloud/examples/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
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.21](https://github.com/ulixee/platform/compare/v2.0.0-alpha.20...v2.0.0-alpha.21) (2023-04-24)

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





# [2.0.0-alpha.20](https://github.com/ulixee/platform/compare/v2.0.0-alpha.19...v2.0.0-alpha.20) (2023-04-20)


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.20",
"version": "2.0.0-alpha.21",
"private": true,
"dependencies": {
"@ulixee/cloud": "2.0.0-alpha.20",
"@ulixee/hero": "2.0.0-alpha.20"
"@ulixee/cloud": "2.0.0-alpha.21",
"@ulixee/hero": "2.0.0-alpha.21"
}
}
11 changes: 11 additions & 0 deletions cloud/main/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +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.21](https://github.com/ulixee/platform/compare/v2.0.0-alpha.20...v2.0.0-alpha.21) (2023-04-24)


### Bug Fixes

* **desktop:** vm breaks in packaged electron app ([a5c9f4e](https://github.com/ulixee/platform/commit/a5c9f4ef62120a2807f7b5aa6e829460502ac72c))





# [2.0.0-alpha.20](https://github.com/ulixee/platform/compare/v2.0.0-alpha.19...v2.0.0-alpha.20) (2023-04-20)


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.20",
"version": "2.0.0-alpha.21",
"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 @@ -16,26 +16,26 @@
"preversion": "node ../../build/cloud/main/scripts/gatherEnvSettings.js"
},
"peerDependencies": {
"@ulixee/desktop-core": "2.0.0-alpha.20"
"@ulixee/desktop-core": "2.0.0-alpha.21"
},
"peerDependenciesMeta": {
"@ulixee/desktop-core": {
"optional": true
}
},
"dependencies": {
"@ulixee/commons": "2.0.0-alpha.20",
"@ulixee/datastore-core": "2.0.0-alpha.20",
"@ulixee/datastore-plugins-hero-core": "2.0.0-alpha.20",
"@ulixee/hero-core": "2.0.0-alpha.20",
"@ulixee/hero-interfaces": "2.0.0-alpha.20",
"@ulixee/net": "2.0.0-alpha.20",
"@ulixee/platform-specification": "2.0.0-alpha.20",
"@ulixee/specification": "2.0.0-alpha.20",
"@ulixee/commons": "2.0.0-alpha.21",
"@ulixee/datastore-core": "2.0.0-alpha.21",
"@ulixee/datastore-plugins-hero-core": "2.0.0-alpha.21",
"@ulixee/hero-core": "2.0.0-alpha.21",
"@ulixee/hero-interfaces": "2.0.0-alpha.21",
"@ulixee/net": "2.0.0-alpha.21",
"@ulixee/platform-specification": "2.0.0-alpha.21",
"@ulixee/specification": "2.0.0-alpha.21",
"commander": "^9.3.0",
"ws": "^7.4.6"
},
"devDependencies": {
"@ulixee/datastore-testing": "2.0.0-alpha.20"
"@ulixee/datastore-testing": "2.0.0-alpha.21"
}
}
11 changes: 11 additions & 0 deletions datastore/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +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.21](https://github.com/ulixee/platform/compare/v2.0.0-alpha.20...v2.0.0-alpha.21) (2023-04-24)


### Bug Fixes

* **desktop:** vm breaks in packaged electron app ([a5c9f4e](https://github.com/ulixee/platform/commit/a5c9f4ef62120a2807f7b5aa6e829460502ac72c))





# [2.0.0-alpha.20](https://github.com/ulixee/platform/compare/v2.0.0-alpha.19...v2.0.0-alpha.20) (2023-04-20)


Expand Down
32 changes: 16 additions & 16 deletions datastore/core/package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "@ulixee/datastore-core",
"version": "2.0.0-alpha.20",
"version": "2.0.0-alpha.21",
"main": "index.js",
"repository": "[email protected]:ulixee/platform.git",
"license": "MIT",
"dependencies": {
"@ulixee/commons": "2.0.0-alpha.20",
"@ulixee/crypto": "2.0.0-alpha.20",
"@ulixee/datastore": "2.0.0-alpha.20",
"@ulixee/datastore-docpage": "2.0.0-alpha.20",
"@ulixee/net": "2.0.0-alpha.20",
"@ulixee/platform-specification": "2.0.0-alpha.20",
"@ulixee/schema": "2.0.0-alpha.20",
"@ulixee/sidechain": "2.0.0-alpha.20",
"@ulixee/specification": "2.0.0-alpha.20",
"@ulixee/sql-ast": "2.0.0-alpha.20",
"@ulixee/sql-engine": "2.0.0-alpha.20",
"@ulixee/commons": "2.0.0-alpha.21",
"@ulixee/crypto": "2.0.0-alpha.21",
"@ulixee/datastore": "2.0.0-alpha.21",
"@ulixee/datastore-docpage": "2.0.0-alpha.21",
"@ulixee/net": "2.0.0-alpha.21",
"@ulixee/platform-specification": "2.0.0-alpha.21",
"@ulixee/schema": "2.0.0-alpha.21",
"@ulixee/sidechain": "2.0.0-alpha.21",
"@ulixee/specification": "2.0.0-alpha.21",
"@ulixee/sql-ast": "2.0.0-alpha.21",
"@ulixee/sql-engine": "2.0.0-alpha.21",
"better-sqlite3": "^8.0.1",
"finalhandler": "^1.2.0",
"nanoid": "^3.1.32",
Expand All @@ -24,10 +24,10 @@
"vm2": "https://github.com/ulixee/vm2#pathContext"
},
"devDependencies": {
"@ulixee/cloud": "2.0.0-alpha.20",
"@ulixee/datastore-packager": "2.0.0-alpha.20",
"@ulixee/datastore-plugins-hero-core": "2.0.0-alpha.20",
"@ulixee/datastore-testing": "2.0.0-alpha.20",
"@ulixee/cloud": "2.0.0-alpha.21",
"@ulixee/datastore-packager": "2.0.0-alpha.21",
"@ulixee/datastore-plugins-hero-core": "2.0.0-alpha.21",
"@ulixee/datastore-testing": "2.0.0-alpha.21",
"axios": "^0.26.1",
"hostile": "^1.3.3",
"moment": "^2.29.4",
Expand Down
11 changes: 11 additions & 0 deletions datastore/docpage/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +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.21](https://github.com/ulixee/platform/compare/v2.0.0-alpha.20...v2.0.0-alpha.21) (2023-04-24)


### Bug Fixes

* **desktop:** vm breaks in packaged electron app ([a5c9f4e](https://github.com/ulixee/platform/commit/a5c9f4ef62120a2807f7b5aa6e829460502ac72c))





# [2.0.0-alpha.20](https://github.com/ulixee/platform/compare/v2.0.0-alpha.19...v2.0.0-alpha.20) (2023-04-20)


Expand Down
4 changes: 2 additions & 2 deletions datastore/docpage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ulixee/datastore-docpage",
"version": "2.0.0-alpha.20",
"version": "2.0.0-alpha.21",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --mode production",
Expand Down Expand Up @@ -60,7 +60,7 @@
"vue-router": "^4.0.0-0"
},
"devDependencies": {
"@ulixee/datastore-packager": "2.0.0-alpha.20",
"@ulixee/datastore-packager": "2.0.0-alpha.21",
"file-loader": "^6.2.0",
"modify-source-webpack-plugin": "^4.0.0-beta.2",
"typescript": "^4.5.5"
Expand Down
8 changes: 8 additions & 0 deletions datastore/examples/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
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.21](https://github.com/ulixee/platform/compare/v2.0.0-alpha.20...v2.0.0-alpha.21) (2023-04-24)

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





# [2.0.0-alpha.20](https://github.com/ulixee/platform/compare/v2.0.0-alpha.19...v2.0.0-alpha.20) (2023-04-20)


Expand Down
2 changes: 1 addition & 1 deletion datastore/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@ulixee/datastore-examples",
"version": "2.0.0-alpha.20",
"version": "2.0.0-alpha.21",
"private": true
}
8 changes: 8 additions & 0 deletions datastore/main/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
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.21](https://github.com/ulixee/platform/compare/v2.0.0-alpha.20...v2.0.0-alpha.21) (2023-04-24)

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





# [2.0.0-alpha.20](https://github.com/ulixee/platform/compare/v2.0.0-alpha.19...v2.0.0-alpha.20) (2023-04-20)


Expand Down
2 changes: 1 addition & 1 deletion datastore/main/package.dist.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"devDependencies": {
"@ulixee/datastore-packager": "2.0.0-alpha.20"
"@ulixee/datastore-packager": "2.0.0-alpha.21"
}
}
22 changes: 11 additions & 11 deletions datastore/main/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ulixee/datastore",
"version": "2.0.0-alpha.20",
"version": "2.0.0-alpha.21",
"main": "index.js",
"repository": "[email protected]:ulixee/platform.git",
"license": "MIT",
Expand All @@ -17,22 +17,22 @@
"./types/*": "./types/*"
},
"dependencies": {
"@ulixee/commons": "2.0.0-alpha.20",
"@ulixee/crypto": "2.0.0-alpha.20",
"@ulixee/net": "2.0.0-alpha.20",
"@ulixee/platform-specification": "2.0.0-alpha.20",
"@ulixee/schema": "2.0.0-alpha.20",
"@ulixee/sidechain": "2.0.0-alpha.20",
"@ulixee/specification": "2.0.0-alpha.20",
"@ulixee/sql-ast": "2.0.0-alpha.20",
"@ulixee/sql-engine": "2.0.0-alpha.20",
"@ulixee/commons": "2.0.0-alpha.21",
"@ulixee/crypto": "2.0.0-alpha.21",
"@ulixee/net": "2.0.0-alpha.21",
"@ulixee/platform-specification": "2.0.0-alpha.21",
"@ulixee/schema": "2.0.0-alpha.21",
"@ulixee/sidechain": "2.0.0-alpha.21",
"@ulixee/specification": "2.0.0-alpha.21",
"@ulixee/sql-ast": "2.0.0-alpha.21",
"@ulixee/sql-engine": "2.0.0-alpha.21",
"better-sqlite3": "^8.0.1",
"commander": "^9.3.0",
"nanoid": "^3.1.32",
"yargs-parser": "^20.2.9"
},
"devDependencies": {
"@ulixee/datastore-packager": "2.0.0-alpha.20",
"@ulixee/datastore-packager": "2.0.0-alpha.21",
"moment": "^2.29.4"
}
}
11 changes: 11 additions & 0 deletions datastore/packager/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +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.21](https://github.com/ulixee/platform/compare/v2.0.0-alpha.20...v2.0.0-alpha.21) (2023-04-24)


### Bug Fixes

* **desktop:** vm breaks in packaged electron app ([a5c9f4e](https://github.com/ulixee/platform/commit/a5c9f4ef62120a2807f7b5aa6e829460502ac72c))





# [2.0.0-alpha.20](https://github.com/ulixee/platform/compare/v2.0.0-alpha.19...v2.0.0-alpha.20) (2023-04-20)


Expand Down
Loading

0 comments on commit 58e0e06

Please sign in to comment.