diff --git a/CHANGELOG.md b/CHANGELOG.md
index e67790018..e4d971ca4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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)
diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md
index cf6ac9575..4303b89e7 100644
--- a/cli/CHANGELOG.md
+++ b/cli/CHANGELOG.md
@@ -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)
diff --git a/cli/package.json b/cli/package.json
index d496f68e8..d0413df85 100644
--- a/cli/package.json
+++ b/cli/package.json
@@ -1,12 +1,12 @@
{
"name": "@ulixee/cli",
- "version": "2.0.0-alpha.20",
+ "version": "2.0.0-alpha.21",
"main": "index.js",
"repository": "git@github.com: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"
}
}
diff --git a/client/main/CHANGELOG.md b/client/main/CHANGELOG.md
index f0f8716c1..f088dc59c 100644
--- a/client/main/CHANGELOG.md
+++ b/client/main/CHANGELOG.md
@@ -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)
diff --git a/client/main/package.json b/client/main/package.json
index 3abc87aff..9af00f475 100644
--- a/client/main/package.json
+++ b/client/main/package.json
@@ -1,23 +1,23 @@
{
"name": "@ulixee/client",
- "version": "2.0.0-alpha.20",
+ "version": "2.0.0-alpha.21",
"main": "index.js",
"repository": "git@github.com: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"
}
}
diff --git a/cloud/examples/CHANGELOG.md b/cloud/examples/CHANGELOG.md
index d1e343006..1c2df4fa7 100644
--- a/cloud/examples/CHANGELOG.md
+++ b/cloud/examples/CHANGELOG.md
@@ -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)
diff --git a/cloud/examples/package.json b/cloud/examples/package.json
index 2c1c45079..b1794f052 100644
--- a/cloud/examples/package.json
+++ b/cloud/examples/package.json
@@ -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"
}
}
diff --git a/cloud/main/CHANGELOG.md b/cloud/main/CHANGELOG.md
index 1c413f788..0b9e95d41 100644
--- a/cloud/main/CHANGELOG.md
+++ b/cloud/main/CHANGELOG.md
@@ -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)
diff --git a/cloud/main/package.json b/cloud/main/package.json
index db7983331..675c8a8da 100644
--- a/cloud/main/package.json
+++ b/cloud/main/package.json
@@ -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": {
".": {
@@ -16,7 +16,7 @@
"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": {
@@ -24,18 +24,18 @@
}
},
"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"
}
}
diff --git a/datastore/core/CHANGELOG.md b/datastore/core/CHANGELOG.md
index 462b3f8f9..2ae8b7ed4 100644
--- a/datastore/core/CHANGELOG.md
+++ b/datastore/core/CHANGELOG.md
@@ -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)
diff --git a/datastore/core/package.json b/datastore/core/package.json
index cba5dc2ed..f956f3ef5 100644
--- a/datastore/core/package.json
+++ b/datastore/core/package.json
@@ -1,21 +1,21 @@
{
"name": "@ulixee/datastore-core",
- "version": "2.0.0-alpha.20",
+ "version": "2.0.0-alpha.21",
"main": "index.js",
"repository": "git@github.com: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",
@@ -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",
diff --git a/datastore/docpage/CHANGELOG.md b/datastore/docpage/CHANGELOG.md
index 8b52c9dcd..a93dbfc59 100644
--- a/datastore/docpage/CHANGELOG.md
+++ b/datastore/docpage/CHANGELOG.md
@@ -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)
diff --git a/datastore/docpage/package.json b/datastore/docpage/package.json
index c1fca7bac..fae2c70db 100644
--- a/datastore/docpage/package.json
+++ b/datastore/docpage/package.json
@@ -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",
@@ -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"
diff --git a/datastore/examples/CHANGELOG.md b/datastore/examples/CHANGELOG.md
index efde11758..2d244e2e5 100644
--- a/datastore/examples/CHANGELOG.md
+++ b/datastore/examples/CHANGELOG.md
@@ -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)
diff --git a/datastore/examples/package.json b/datastore/examples/package.json
index b6a5f9054..5cbf90444 100644
--- a/datastore/examples/package.json
+++ b/datastore/examples/package.json
@@ -1,5 +1,5 @@
{
"name": "@ulixee/datastore-examples",
- "version": "2.0.0-alpha.20",
+ "version": "2.0.0-alpha.21",
"private": true
}
diff --git a/datastore/main/CHANGELOG.md b/datastore/main/CHANGELOG.md
index db95ee5e0..808de0f78 100644
--- a/datastore/main/CHANGELOG.md
+++ b/datastore/main/CHANGELOG.md
@@ -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)
diff --git a/datastore/main/package.dist.json b/datastore/main/package.dist.json
index 6925911c2..7484264c1 100644
--- a/datastore/main/package.dist.json
+++ b/datastore/main/package.dist.json
@@ -1,5 +1,5 @@
{
"devDependencies": {
- "@ulixee/datastore-packager": "2.0.0-alpha.20"
+ "@ulixee/datastore-packager": "2.0.0-alpha.21"
}
}
diff --git a/datastore/main/package.json b/datastore/main/package.json
index 06def7ef7..dd1c2d277 100644
--- a/datastore/main/package.json
+++ b/datastore/main/package.json
@@ -1,6 +1,6 @@
{
"name": "@ulixee/datastore",
- "version": "2.0.0-alpha.20",
+ "version": "2.0.0-alpha.21",
"main": "index.js",
"repository": "git@github.com:ulixee/platform.git",
"license": "MIT",
@@ -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"
}
}
diff --git a/datastore/packager/CHANGELOG.md b/datastore/packager/CHANGELOG.md
index 402103dfe..5ac70293d 100644
--- a/datastore/packager/CHANGELOG.md
+++ b/datastore/packager/CHANGELOG.md
@@ -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)
diff --git a/datastore/packager/package.json b/datastore/packager/package.json
index b8100dd08..17fe54c90 100644
--- a/datastore/packager/package.json
+++ b/datastore/packager/package.json
@@ -1,31 +1,31 @@
{
"name": "@ulixee/datastore-packager",
- "version": "2.0.0-alpha.20",
+ "version": "2.0.0-alpha.21",
"description": "Packager for creating Datastore bundles that can be consumed by a Ulixee Cloud",
"dependencies": {
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/plugin-replace": "^5.0.2",
+ "@rollup/plugin-terser": "^0.4.1",
"@rollup/plugin-typescript": "^11.1.0",
- "@ulixee/cloud": "2.0.0-alpha.20",
- "@ulixee/commons": "2.0.0-alpha.20",
- "@ulixee/crypto": "2.0.0-alpha.20",
- "@ulixee/datastore": "2.0.0-alpha.20",
- "@ulixee/datastore-core": "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/specification": "2.0.0-alpha.20",
- "@ulixee/sql-engine": "2.0.0-alpha.20",
+ "@ulixee/cloud": "2.0.0-alpha.21",
+ "@ulixee/commons": "2.0.0-alpha.21",
+ "@ulixee/crypto": "2.0.0-alpha.21",
+ "@ulixee/datastore": "2.0.0-alpha.21",
+ "@ulixee/datastore-core": "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/specification": "2.0.0-alpha.21",
+ "@ulixee/sql-engine": "2.0.0-alpha.21",
"better-sqlite3": "^8.0.1",
"rollup": "^3.20.2",
- "@rollup/plugin-terser": "^0.4.1",
"tar": "^6.1.11",
"ws": "^7.4.6"
},
"devDependencies": {
- "@ulixee/datastore-testing": "2.0.0-alpha.20",
+ "@ulixee/datastore-testing": "2.0.0-alpha.21",
"lodash-es": "^4.17.21",
"typescript": "^4.7.4"
}
diff --git a/datastore/plugins/hero-client/CHANGELOG.md b/datastore/plugins/hero-client/CHANGELOG.md
index c0f7ee9e2..f5d280477 100644
--- a/datastore/plugins/hero-client/CHANGELOG.md
+++ b/datastore/plugins/hero-client/CHANGELOG.md
@@ -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-plugins-hero
+
+
+
+
+
# [2.0.0-alpha.20](https://github.com/ulixee/platform/compare/v2.0.0-alpha.19...v2.0.0-alpha.20) (2023-04-20)
diff --git a/datastore/plugins/hero-client/package.json b/datastore/plugins/hero-client/package.json
index 98ef184fe..425aaa80f 100644
--- a/datastore/plugins/hero-client/package.json
+++ b/datastore/plugins/hero-client/package.json
@@ -1,6 +1,6 @@
{
"name": "@ulixee/datastore-plugins-hero",
- "version": "2.0.0-alpha.20",
+ "version": "2.0.0-alpha.21",
"description": "The Datastore Hero Plugin",
"exports": {
".": {
@@ -10,15 +10,15 @@
"./package.json": "./package.json"
},
"dependencies": {
- "@ulixee/commons": "2.0.0-alpha.20",
- "@ulixee/datastore": "2.0.0-alpha.20",
- "@ulixee/hero": "2.0.0-alpha.20"
+ "@ulixee/commons": "2.0.0-alpha.21",
+ "@ulixee/datastore": "2.0.0-alpha.21",
+ "@ulixee/hero": "2.0.0-alpha.21"
},
"devDependencies": {
- "@ulixee/datastore-testing": "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/schema": "2.0.0-alpha.20"
+ "@ulixee/datastore-testing": "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/schema": "2.0.0-alpha.21"
}
}
diff --git a/datastore/plugins/hero-core/CHANGELOG.md b/datastore/plugins/hero-core/CHANGELOG.md
index 034aeebca..ef41d950f 100644
--- a/datastore/plugins/hero-core/CHANGELOG.md
+++ b/datastore/plugins/hero-core/CHANGELOG.md
@@ -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/ulixee/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/ulixee/commit/a5c9f4ef62120a2807f7b5aa6e829460502ac72c))
+
+
+
+
+
# [2.0.0-alpha.20](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.19...v2.0.0-alpha.20) (2023-04-20)
diff --git a/datastore/plugins/hero-core/package.json b/datastore/plugins/hero-core/package.json
index 4e112b691..9e5e1f08b 100644
--- a/datastore/plugins/hero-core/package.json
+++ b/datastore/plugins/hero-core/package.json
@@ -1,23 +1,23 @@
{
"name": "@ulixee/datastore-plugins-hero-core",
- "version": "2.0.0-alpha.20",
+ "version": "2.0.0-alpha.21",
"main": "index.js",
"repository": "git@github.com:ulixee/ulixee.git",
"license": "MIT",
"dependencies": {
- "@ulixee/commons": "2.0.0-alpha.20",
- "@ulixee/datastore": "2.0.0-alpha.20",
- "@ulixee/datastore-core": "2.0.0-alpha.20",
- "@ulixee/datastore-plugins-hero": "2.0.0-alpha.20",
- "@ulixee/execute-js-plugin": "2.0.0-alpha.20",
- "@ulixee/hero": "2.0.0-alpha.20",
- "@ulixee/hero-core": "2.0.0-alpha.20",
- "@ulixee/net": "2.0.0-alpha.20"
+ "@ulixee/commons": "2.0.0-alpha.21",
+ "@ulixee/datastore": "2.0.0-alpha.21",
+ "@ulixee/datastore-core": "2.0.0-alpha.21",
+ "@ulixee/datastore-plugins-hero": "2.0.0-alpha.21",
+ "@ulixee/execute-js-plugin": "2.0.0-alpha.21",
+ "@ulixee/hero": "2.0.0-alpha.21",
+ "@ulixee/hero-core": "2.0.0-alpha.21",
+ "@ulixee/net": "2.0.0-alpha.21"
},
"devDependencies": {
"@types/node": "14.14.31",
- "@ulixee/cloud": "2.0.0-alpha.20",
- "@ulixee/datastore-packager": "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-testing": "2.0.0-alpha.21"
}
}
diff --git a/datastore/plugins/puppeteer-client/CHANGELOG.md b/datastore/plugins/puppeteer-client/CHANGELOG.md
index 3504fcf1b..faf8272f0 100644
--- a/datastore/plugins/puppeteer-client/CHANGELOG.md
+++ b/datastore/plugins/puppeteer-client/CHANGELOG.md
@@ -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-plugins-puppeteer
+
+
+
+
+
# [2.0.0-alpha.20](https://github.com/ulixee/platform/compare/v2.0.0-alpha.19...v2.0.0-alpha.20) (2023-04-20)
diff --git a/datastore/plugins/puppeteer-client/package.json b/datastore/plugins/puppeteer-client/package.json
index 52ab417bd..a39e17951 100644
--- a/datastore/plugins/puppeteer-client/package.json
+++ b/datastore/plugins/puppeteer-client/package.json
@@ -1,6 +1,6 @@
{
"name": "@ulixee/datastore-plugins-puppeteer",
- "version": "2.0.0-alpha.20",
+ "version": "2.0.0-alpha.21",
"description": "The Datastore Puppeteer Plugin.",
"exports": {
".": {
@@ -10,12 +10,12 @@
"./package.json": "./package.json"
},
"dependencies": {
- "@ulixee/commons": "2.0.0-alpha.20",
- "@ulixee/datastore": "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/schema": "2.0.0-alpha.21",
"puppeteer": "^14.3.0"
},
"devDependencies": {
- "@ulixee/datastore-testing": "2.0.0-alpha.20"
+ "@ulixee/datastore-testing": "2.0.0-alpha.21"
}
}
diff --git a/datastore/plugins/puppeteer-core/CHANGELOG.md b/datastore/plugins/puppeteer-core/CHANGELOG.md
index 3bd645d24..cd6db17d9 100644
--- a/datastore/plugins/puppeteer-core/CHANGELOG.md
+++ b/datastore/plugins/puppeteer-core/CHANGELOG.md
@@ -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/datastore-plugins-puppeteer-core
+
+
+
+
+
# [2.0.0-alpha.20](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.19...v2.0.0-alpha.20) (2023-04-20)
**Note:** Version bump only for package @ulixee/datastore-plugins-puppeteer-core
diff --git a/datastore/plugins/puppeteer-core/package.json b/datastore/plugins/puppeteer-core/package.json
index 0814eefe1..406745fed 100644
--- a/datastore/plugins/puppeteer-core/package.json
+++ b/datastore/plugins/puppeteer-core/package.json
@@ -1,13 +1,13 @@
{
"name": "@ulixee/datastore-plugins-puppeteer-core",
- "version": "2.0.0-alpha.20",
+ "version": "2.0.0-alpha.21",
"main": "index.js",
"repository": "git@github.com:ulixee/ulixee.git",
"license": "MIT",
"dependencies": {
- "@ulixee/datastore": "2.0.0-alpha.20",
- "@ulixee/datastore-core": "2.0.0-alpha.20",
- "@ulixee/datastore-plugins-puppeteer": "2.0.0-alpha.20"
+ "@ulixee/datastore": "2.0.0-alpha.21",
+ "@ulixee/datastore-core": "2.0.0-alpha.21",
+ "@ulixee/datastore-plugins-puppeteer": "2.0.0-alpha.21"
},
"devDependencies": {
"@types/node": "14.14.31"
diff --git a/datastore/testing/CHANGELOG.md b/datastore/testing/CHANGELOG.md
index 1ea460ba4..a465ac13a 100644
--- a/datastore/testing/CHANGELOG.md
+++ b/datastore/testing/CHANGELOG.md
@@ -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-testing
+
+
+
+
+
# [2.0.0-alpha.20](https://github.com/ulixee/platform/compare/v2.0.0-alpha.19...v2.0.0-alpha.20) (2023-04-20)
**Note:** Version bump only for package @ulixee/datastore-testing
diff --git a/datastore/testing/package.json b/datastore/testing/package.json
index 0e48a3028..4b45fb52f 100644
--- a/datastore/testing/package.json
+++ b/datastore/testing/package.json
@@ -1,6 +1,6 @@
{
"name": "@ulixee/datastore-testing",
- "version": "2.0.0-alpha.20",
+ "version": "2.0.0-alpha.21",
"description": "Helpers and stubs for testing",
"main": "index.js",
"private": true,
@@ -10,17 +10,17 @@
"dependencies": {
"@koa/multer": "^3.0.0",
"@koa/router": "^8.0.8",
- "@ulixee/commons": "2.0.0-alpha.20",
- "@ulixee/datastore": "2.0.0-alpha.20",
- "@ulixee/datastore-plugins-hero": "2.0.0-alpha.20",
- "@ulixee/hero": "2.0.0-alpha.20",
- "@ulixee/hero-core": "2.0.0-alpha.20",
- "@ulixee/hero-interfaces": "2.0.0-alpha.20",
- "@ulixee/js-path": "2.0.0-alpha.20",
- "@ulixee/net": "2.0.0-alpha.20",
- "@ulixee/specification": "2.0.0-alpha.20",
- "@ulixee/unblocked-agent-mitm-socket": "2.0.0-alpha.20",
- "@ulixee/unblocked-specification": "2.0.0-alpha.20",
+ "@ulixee/commons": "2.0.0-alpha.21",
+ "@ulixee/datastore": "2.0.0-alpha.21",
+ "@ulixee/datastore-plugins-hero": "2.0.0-alpha.21",
+ "@ulixee/hero": "2.0.0-alpha.21",
+ "@ulixee/hero-core": "2.0.0-alpha.21",
+ "@ulixee/hero-interfaces": "2.0.0-alpha.21",
+ "@ulixee/js-path": "2.0.0-alpha.21",
+ "@ulixee/net": "2.0.0-alpha.21",
+ "@ulixee/specification": "2.0.0-alpha.21",
+ "@ulixee/unblocked-agent-mitm-socket": "2.0.0-alpha.21",
+ "@ulixee/unblocked-specification": "2.0.0-alpha.21",
"http-proxy-agent": "^4.0.1",
"https-proxy-agent": "^5.0.0",
"koa": "^2.11.0",
diff --git a/desktop/chrome-extension/CHANGELOG.md b/desktop/chrome-extension/CHANGELOG.md
index b855d9260..5925d8404 100644
--- a/desktop/chrome-extension/CHANGELOG.md
+++ b/desktop/chrome-extension/CHANGELOG.md
@@ -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)
diff --git a/desktop/chrome-extension/package.json b/desktop/chrome-extension/package.json
index 0181f32d8..c14715f91 100644
--- a/desktop/chrome-extension/package.json
+++ b/desktop/chrome-extension/package.json
@@ -1,6 +1,6 @@
{
"name": "@ulixee/desktop-chrome-extension",
- "version": "2.0.0-alpha.20",
+ "version": "2.0.0-alpha.21",
"private": true,
"license": "MIT",
"description": "Chrome extension helps ChromeAlive Sessions work",
@@ -14,10 +14,10 @@
"dependencies": {
"@babel/core": "^7.0.0",
"@babel/runtime-corejs3": "^7.13.10",
- "@ulixee/commons": "2.0.0-alpha.20",
- "@ulixee/desktop-core": "2.0.0-alpha.20",
- "@ulixee/desktop-interfaces": "2.0.0-alpha.20",
- "@ulixee/hero-interfaces": "2.0.0-alpha.20",
+ "@ulixee/commons": "2.0.0-alpha.21",
+ "@ulixee/desktop-core": "2.0.0-alpha.21",
+ "@ulixee/desktop-interfaces": "2.0.0-alpha.21",
+ "@ulixee/hero-interfaces": "2.0.0-alpha.21",
"@webcomponents/custom-elements": "^1.5.0",
"core-js": "^3.21.1",
"nanoid": "^3.1.30"
diff --git a/desktop/core/CHANGELOG.md b/desktop/core/CHANGELOG.md
index 39239f396..9c5e983e3 100644
--- a/desktop/core/CHANGELOG.md
+++ b/desktop/core/CHANGELOG.md
@@ -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/desktop-core
+
+
+
+
+
# [2.0.0-alpha.20](https://github.com/ulixee/platform/compare/v2.0.0-alpha.19...v2.0.0-alpha.20) (2023-04-20)
diff --git a/desktop/core/package.json b/desktop/core/package.json
index a98b4022e..b452c2776 100644
--- a/desktop/core/package.json
+++ b/desktop/core/package.json
@@ -1,33 +1,33 @@
{
"name": "@ulixee/desktop-core",
- "version": "2.0.0-alpha.20",
+ "version": "2.0.0-alpha.21",
"main": "index.js",
"repository": "git@github.com:ulixee/platform.git",
"license": "MIT",
"dependencies": {
- "@ulixee/commons": "2.0.0-alpha.20",
- "@ulixee/datastore": "2.0.0-alpha.20",
- "@ulixee/datastore-plugins-hero": "2.0.0-alpha.20",
- "@ulixee/default-browser-emulator": "2.0.0-alpha.20",
- "@ulixee/desktop-interfaces": "2.0.0-alpha.20",
- "@ulixee/hero-interfaces": "2.0.0-alpha.20",
- "@ulixee/hero-plugin-utils": "2.0.0-alpha.20",
- "@ulixee/hero-timetravel": "2.0.0-alpha.20",
- "@ulixee/net": "2.0.0-alpha.20",
- "@ulixee/platform-specification": "2.0.0-alpha.20",
- "@ulixee/unblocked-agent": "2.0.0-alpha.20",
- "@ulixee/unblocked-specification": "2.0.0-alpha.20",
+ "@ulixee/commons": "2.0.0-alpha.21",
+ "@ulixee/datastore": "2.0.0-alpha.21",
+ "@ulixee/datastore-plugins-hero": "2.0.0-alpha.21",
+ "@ulixee/default-browser-emulator": "2.0.0-alpha.21",
+ "@ulixee/desktop-interfaces": "2.0.0-alpha.21",
+ "@ulixee/hero-interfaces": "2.0.0-alpha.21",
+ "@ulixee/hero-plugin-utils": "2.0.0-alpha.21",
+ "@ulixee/hero-timetravel": "2.0.0-alpha.21",
+ "@ulixee/net": "2.0.0-alpha.21",
+ "@ulixee/platform-specification": "2.0.0-alpha.21",
+ "@ulixee/unblocked-agent": "2.0.0-alpha.21",
+ "@ulixee/unblocked-specification": "2.0.0-alpha.21",
"fuse.js": "^6.5.3",
"nanoid": "^3.1.30",
"ws": "^7.4.6"
},
"peerDependencies": {
- "@ulixee/datastore-core": "2.0.0-alpha.20",
- "@ulixee/hero-core": "2.0.0-alpha.20"
+ "@ulixee/datastore-core": "2.0.0-alpha.21",
+ "@ulixee/hero-core": "2.0.0-alpha.21"
},
"devDependencies": {
"@types/chrome": "^0.0.154",
- "@ulixee/datastore-testing": "2.0.0-alpha.20",
+ "@ulixee/datastore-testing": "2.0.0-alpha.21",
"linkedom": "^0.14.11"
}
}
diff --git a/desktop/interfaces/CHANGELOG.md b/desktop/interfaces/CHANGELOG.md
index 1fdb9b54a..34f70b0f7 100644
--- a/desktop/interfaces/CHANGELOG.md
+++ b/desktop/interfaces/CHANGELOG.md
@@ -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/desktop-interfaces
+
+
+
+
+
# [2.0.0-alpha.20](https://github.com/ulixee/platform/compare/v2.0.0-alpha.19...v2.0.0-alpha.20) (2023-04-20)
diff --git a/desktop/interfaces/package.json b/desktop/interfaces/package.json
index 371cfde07..9d22a2de7 100644
--- a/desktop/interfaces/package.json
+++ b/desktop/interfaces/package.json
@@ -1,13 +1,13 @@
{
"name": "@ulixee/desktop-interfaces",
- "version": "2.0.0-alpha.20",
+ "version": "2.0.0-alpha.21",
"scripts": {},
"repository": "git@github.com:ulixee/platform.git",
"license": "MIT",
"dependencies": {
- "@ulixee/hero-interfaces": "2.0.0-alpha.20",
- "@ulixee/platform-specification": "2.0.0-alpha.20",
- "@ulixee/specification": "2.0.0-alpha.20",
- "@ulixee/unblocked-specification": "2.0.0-alpha.20"
+ "@ulixee/hero-interfaces": "2.0.0-alpha.21",
+ "@ulixee/platform-specification": "2.0.0-alpha.21",
+ "@ulixee/specification": "2.0.0-alpha.21",
+ "@ulixee/unblocked-specification": "2.0.0-alpha.21"
}
}
diff --git a/desktop/main/CHANGELOG.md b/desktop/main/CHANGELOG.md
index 80ddf203b..740430213 100644
--- a/desktop/main/CHANGELOG.md
+++ b/desktop/main/CHANGELOG.md
@@ -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)
diff --git a/desktop/main/app/CHANGELOG.md b/desktop/main/app/CHANGELOG.md
new file mode 100644
index 000000000..01b3091df
--- /dev/null
+++ b/desktop/main/app/CHANGELOG.md
@@ -0,0 +1,11 @@
+# Change Log
+
+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))
diff --git a/desktop/main/app/assets/entitlements.mac.plist b/desktop/main/app/assets/entitlements.mac.plist
index f72fc443d..ad11e0319 100644
--- a/desktop/main/app/assets/entitlements.mac.plist
+++ b/desktop/main/app/assets/entitlements.mac.plist
@@ -11,8 +11,5 @@
com.apple.security.cs.allow-unsigned-executable-memory
-
- com.apple.security.cs.disable-library-validation
-
diff --git a/desktop/main/app/lib/util/defaultEnvVars.ts b/desktop/main/app/lib/util/defaultEnvVars.ts
index 41d15137a..6b632c679 100644
--- a/desktop/main/app/lib/util/defaultEnvVars.ts
+++ b/desktop/main/app/lib/util/defaultEnvVars.ts
@@ -2,4 +2,5 @@ import { app } from 'electron';
if (app.isPackaged) {
process.env.DEBUG = [process.env.DEBUG ?? '', 'ulx:*'].filter(Boolean).join(',');
+ process.env.NODE_DISABLE_COLORS = 'true';
}
diff --git a/desktop/main/app/package.json b/desktop/main/app/package.json
index e26e914d9..71d136af6 100644
--- a/desktop/main/app/package.json
+++ b/desktop/main/app/package.json
@@ -1,25 +1,25 @@
{
"name": "@ulixee/desktop-app",
- "version": "2.0.0-alpha.20",
+ "version": "2.0.0-alpha.21",
"private": true,
"main": "index.js",
"repository": "git@github.com:ulixee/platform.git",
"license": "MIT",
"dependencies": {
- "@ulixee/cloud": "2.0.0-alpha.20",
- "@ulixee/commons": "2.0.0-alpha.20",
- "@ulixee/crypto": "2.0.0-alpha.20",
- "@ulixee/datastore": "2.0.0-alpha.20",
- "@ulixee/datastore-core": "2.0.0-alpha.20",
- "@ulixee/datastore-plugins-hero": "2.0.0-alpha.20",
- "@ulixee/default-browser-emulator": "2.0.0-alpha.20",
- "@ulixee/desktop-core": "2.0.0-alpha.20",
- "@ulixee/desktop-interfaces": "2.0.0-alpha.20",
- "@ulixee/hero-core": "2.0.0-alpha.20",
- "@ulixee/net": "2.0.0-alpha.20",
- "@ulixee/platform-specification": "2.0.0-alpha.20",
- "@ulixee/sidechain": "2.0.0-alpha.20",
- "@ulixee/specification": "2.0.0-alpha.20",
+ "@ulixee/cloud": "2.0.0-alpha.21",
+ "@ulixee/commons": "2.0.0-alpha.21",
+ "@ulixee/crypto": "2.0.0-alpha.21",
+ "@ulixee/datastore": "2.0.0-alpha.21",
+ "@ulixee/datastore-core": "2.0.0-alpha.21",
+ "@ulixee/datastore-plugins-hero": "2.0.0-alpha.21",
+ "@ulixee/default-browser-emulator": "2.0.0-alpha.21",
+ "@ulixee/desktop-core": "2.0.0-alpha.21",
+ "@ulixee/desktop-interfaces": "2.0.0-alpha.21",
+ "@ulixee/hero-core": "2.0.0-alpha.21",
+ "@ulixee/net": "2.0.0-alpha.21",
+ "@ulixee/platform-specification": "2.0.0-alpha.21",
+ "@ulixee/sidechain": "2.0.0-alpha.21",
+ "@ulixee/specification": "2.0.0-alpha.21",
"electron-log": "^4.4.6",
"electron-updater": "^5.0.1",
"nanoid": "^3.1.30",
diff --git a/desktop/main/check.sh b/desktop/main/check.sh
new file mode 100755
index 000000000..81e5289e8
--- /dev/null
+++ b/desktop/main/check.sh
@@ -0,0 +1,2 @@
+pkgutil --check-signature ./dist/mac/Ulixee.app
+spctl -a -t exec -vvv ./dist/mac/Ulixee.app
diff --git a/desktop/main/package.json b/desktop/main/package.json
index 95a9eb26a..304a88e19 100644
--- a/desktop/main/package.json
+++ b/desktop/main/package.json
@@ -36,13 +36,6 @@
"appId": "dev.ulixee.desktop",
"productName": "Ulixee",
"afterSign": "scripts/notarize.js",
- "asarUnpack": [
- "ui",
- "node_modules/better-sqlite3",
- "node_modules/electron-clipboard-ex",
- "node_modules/global-mouse-events",
- "node_modules/nseventmonitor"
- ],
"directories": {
"buildResources": "app/assets"
},
@@ -53,7 +46,17 @@
"!packages",
"!dist"
],
+ "asarUnpack": [
+ "ui",
+ "node_modules/better-sqlite3",
+ "node_modules/electron-clipboard-ex",
+ "node_modules/global-mouse-events",
+ "node_modules/nseventmonitor"
+ ],
"mac": {
+ "files": [
+ "!**/prebuilds/win32-*"
+ ],
"category": "public.app-category.developer-tools",
"target": {
"target": "default",
@@ -71,6 +74,9 @@
"entitlementsInherit": "app/assets/entitlements.mac.plist"
},
"win": {
+ "files": [
+ "!**/prebuilds/darwin-*"
+ ],
"target": "NSIS"
},
"linux": {
diff --git a/desktop/main/scripts/notarize.ts b/desktop/main/scripts/notarize.ts
index ba8160ef5..f6b60dc9a 100644
--- a/desktop/main/scripts/notarize.ts
+++ b/desktop/main/scripts/notarize.ts
@@ -14,11 +14,11 @@ export default async function notarizing(context): Promise {
const appName = context.packager.appInfo.productFilename;
return await notarize({
- appBundleId: 'dev.ulixee.desktop',
+ tool: 'notarytool',
appPath: `${appOutDir}/${appName}.app`,
- appleApiKey: '5VH6PQ3585',
+ appleApiKey: '~/.private_keys/AuthKey_5VH6PQ3585.p8',
appleApiKeyId: '5VH6PQ3585',
appleApiIssuer: 'a89474ed-637f-4cf0-8429-da45ef388882',
- teamId: 'DY8K483XWV',
+ // teamId: 'DY8K483XWV',
});
}
diff --git a/desktop/ui/CHANGELOG.md b/desktop/ui/CHANGELOG.md
index 6fbaf9804..daba322aa 100644
--- a/desktop/ui/CHANGELOG.md
+++ b/desktop/ui/CHANGELOG.md
@@ -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)
diff --git a/desktop/ui/package.json b/desktop/ui/package.json
index 8f5e7be9a..ebd78fee7 100644
--- a/desktop/ui/package.json
+++ b/desktop/ui/package.json
@@ -1,6 +1,6 @@
{
"name": "@ulixee/desktop-ui",
- "version": "2.0.0-alpha.20",
+ "version": "2.0.0-alpha.21",
"private": true,
"scripts": {
"build": "vue-cli-service build",
@@ -16,12 +16,12 @@
"@babel/runtime-corejs3": "^7.13.10",
"@headlessui/vue": "^1.7.12",
"@heroicons/vue": "^2.0.16",
- "@ulixee/commons": "2.0.0-alpha.20",
- "@ulixee/desktop-interfaces": "2.0.0-alpha.20",
- "@ulixee/hero-interfaces": "2.0.0-alpha.20",
- "@ulixee/platform-specification": "2.0.0-alpha.20",
- "@ulixee/sidechain": "2.0.0-alpha.20",
- "@ulixee/unblocked-specification": "2.0.0-alpha.20",
+ "@ulixee/commons": "2.0.0-alpha.21",
+ "@ulixee/desktop-interfaces": "2.0.0-alpha.21",
+ "@ulixee/hero-interfaces": "2.0.0-alpha.21",
+ "@ulixee/platform-specification": "2.0.0-alpha.21",
+ "@ulixee/sidechain": "2.0.0-alpha.21",
+ "@ulixee/unblocked-specification": "2.0.0-alpha.21",
"@webcomponents/custom-elements": "^1.5.0",
"core-js": "^3.21.1",
"json5": "^2.2.0",
diff --git a/desktop/ui/src/pages/toolbar/views/SessionController.vue b/desktop/ui/src/pages/toolbar/views/SessionController.vue
index c1434b6b0..4f0fc532e 100644
--- a/desktop/ui/src/pages/toolbar/views/SessionController.vue
+++ b/desktop/ui/src/pages/toolbar/views/SessionController.vue
@@ -230,7 +230,7 @@ function createDefaultSession(): IHeroSessionUpdatedEvent {
background-color: var(--toolbarBackgroundColor);
height: 36px;
cursor: default;
- //-webkit-app-region: no-drag;
+ -webkit-app-region: no-drag;
&.isRestarting {
background-color: transparent;
.MenuButton,
diff --git a/end-to-end/CHANGELOG.md b/end-to-end/CHANGELOG.md
index 08c081b53..71cddae1d 100644
--- a/end-to-end/CHANGELOG.md
+++ b/end-to-end/CHANGELOG.md
@@ -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/end-to-end
+
+
+
+
+
# [2.0.0-alpha.20](https://github.com/ulixee/platform/compare/v2.0.0-alpha.19...v2.0.0-alpha.20) (2023-04-20)
diff --git a/end-to-end/package.json b/end-to-end/package.json
index 101949e47..9e90c05d5 100644
--- a/end-to-end/package.json
+++ b/end-to-end/package.json
@@ -1,15 +1,15 @@
{
"name": "@ulixee/end-to-end",
"private": true,
- "version": "2.0.0-alpha.20",
+ "version": "2.0.0-alpha.21",
"dependencies": {
- "@ulixee/cloud": "2.0.0-alpha.20",
- "@ulixee/commons": "2.0.0-alpha.20",
- "@ulixee/crypto": "2.0.0-alpha.20",
- "@ulixee/datastore": "2.0.0-alpha.20",
- "@ulixee/datastore-packager": "2.0.0-alpha.20",
- "@ulixee/net": "2.0.0-alpha.20",
- "@ulixee/sidechain": "2.0.0-alpha.20",
- "@ulixee/specification": "2.0.0-alpha.20"
+ "@ulixee/cloud": "2.0.0-alpha.21",
+ "@ulixee/commons": "2.0.0-alpha.21",
+ "@ulixee/crypto": "2.0.0-alpha.21",
+ "@ulixee/datastore": "2.0.0-alpha.21",
+ "@ulixee/datastore-packager": "2.0.0-alpha.21",
+ "@ulixee/net": "2.0.0-alpha.21",
+ "@ulixee/sidechain": "2.0.0-alpha.21",
+ "@ulixee/specification": "2.0.0-alpha.21"
}
}
diff --git a/lerna.json b/lerna.json
index b73cfa7fa..d900e86ac 100644
--- a/lerna.json
+++ b/lerna.json
@@ -1,5 +1,5 @@
{
- "version": "2.0.0-alpha.20",
+ "version": "2.0.0-alpha.21",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
diff --git a/playgrounds/hero/CHANGELOG.md b/playgrounds/hero/CHANGELOG.md
index 5eec342d9..456ae1146 100644
--- a/playgrounds/hero/CHANGELOG.md
+++ b/playgrounds/hero/CHANGELOG.md
@@ -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/hero-playground
+
+
+
+
+
# [2.0.0-alpha.20](https://github.com/ulixee/platform/compare/v2.0.0-alpha.19...v2.0.0-alpha.20) (2023-04-20)
diff --git a/playgrounds/hero/package.json b/playgrounds/hero/package.json
index f06f71834..9b92bbaab 100644
--- a/playgrounds/hero/package.json
+++ b/playgrounds/hero/package.json
@@ -1,6 +1,6 @@
{
"name": "@ulixee/hero-playground",
- "version": "2.0.0-alpha.20",
+ "version": "2.0.0-alpha.21",
"description": "A Hero playground that creates a Client/Core connection out of the box",
"exports": {
".": {
@@ -10,9 +10,9 @@
"./package.json": "./package.json"
},
"dependencies": {
- "@ulixee/cloud": "2.0.0-alpha.20",
- "@ulixee/commons": "2.0.0-alpha.20",
- "@ulixee/hero": "2.0.0-alpha.20",
- "@ulixee/hero-core": "2.0.0-alpha.20"
+ "@ulixee/cloud": "2.0.0-alpha.21",
+ "@ulixee/commons": "2.0.0-alpha.21",
+ "@ulixee/hero": "2.0.0-alpha.21",
+ "@ulixee/hero-core": "2.0.0-alpha.21"
}
}
diff --git a/specification/CHANGELOG.md b/specification/CHANGELOG.md
index b5cf8f5cb..966b9dda3 100644
--- a/specification/CHANGELOG.md
+++ b/specification/CHANGELOG.md
@@ -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)
diff --git a/specification/package.json b/specification/package.json
index cd22b38eb..944033318 100644
--- a/specification/package.json
+++ b/specification/package.json
@@ -1,10 +1,10 @@
{
"name": "@ulixee/platform-specification",
- "version": "2.0.0-alpha.20",
+ "version": "2.0.0-alpha.21",
"description": "",
"main": "./index.js",
"license": "MIT",
"dependencies": {
- "@ulixee/specification": "2.0.0-alpha.20"
+ "@ulixee/specification": "2.0.0-alpha.21"
}
}
diff --git a/sql/ast/CHANGELOG.md b/sql/ast/CHANGELOG.md
index 654451dc2..e2af63ecb 100644
--- a/sql/ast/CHANGELOG.md
+++ b/sql/ast/CHANGELOG.md
@@ -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/sql-ast
+
+
+
+
+
# [2.0.0-alpha.20](https://github.com/ulixee/platform/compare/v2.0.0-alpha.19...v2.0.0-alpha.20) (2023-04-20)
**Note:** Version bump only for package @ulixee/sql-ast
diff --git a/sql/ast/package.json b/sql/ast/package.json
index 1314f56d5..97e902378 100644
--- a/sql/ast/package.json
+++ b/sql/ast/package.json
@@ -1,6 +1,6 @@
{
"name": "@ulixee/sql-ast",
- "version": "2.0.0-alpha.20",
+ "version": "2.0.0-alpha.21",
"main": "index.js",
"repository": "git@github.com:ulixee/platform.git",
"license": "MIT",
diff --git a/sql/engine/CHANGELOG.md b/sql/engine/CHANGELOG.md
index ff081f20f..4d392c67c 100644
--- a/sql/engine/CHANGELOG.md
+++ b/sql/engine/CHANGELOG.md
@@ -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/sql-engine
+
+
+
+
+
# [2.0.0-alpha.20](https://github.com/ulixee/platform/compare/v2.0.0-alpha.19...v2.0.0-alpha.20) (2023-04-20)
diff --git a/sql/engine/package.json b/sql/engine/package.json
index fb05b9266..e8fff00a0 100644
--- a/sql/engine/package.json
+++ b/sql/engine/package.json
@@ -1,15 +1,15 @@
{
"name": "@ulixee/sql-engine",
- "version": "2.0.0-alpha.20",
+ "version": "2.0.0-alpha.21",
"main": "index.js",
"repository": "git@github.com:ulixee/platform.git",
"license": "MIT",
"scripts": {},
"dependencies": {
- "@ulixee/commons": "2.0.0-alpha.20",
- "@ulixee/datastore": "2.0.0-alpha.20",
- "@ulixee/schema": "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/datastore": "2.0.0-alpha.21",
+ "@ulixee/schema": "2.0.0-alpha.21",
+ "@ulixee/sql-ast": "2.0.0-alpha.21",
+ "@ulixee/sql-engine": "2.0.0-alpha.21"
}
}