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 51e2128 commit 37f0ed7
Show file tree
Hide file tree
Showing 3 changed files with 337 additions and 337 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ulixee/desktop",
"version": "2.0.0-alpha.29",
"version": "2.0.0-alpha.30",
"description": "This is a builder project that uses the dual package.json approach (./app contains the app package.json).",
"private": true,
"author": "Ulixee Foundation",
Expand Down Expand Up @@ -29,24 +29,24 @@
"unpack:asar": "npx @electron/asar extract dist/mac/Ulixee.app/Contents/Resources/app.asar dist/mac/app_unpacked"
},
"dependencies": {
"@argonprotocol/localchain": "0.0.13",
"@argonprotocol/localchain": "0.0.14",
"@electron-toolkit/preload": "^3.0.0",
"@ulixee/cloud": "2.0.0-alpha.29",
"@ulixee/commons": "2.0.0-alpha.29",
"@ulixee/datastore": "2.0.0-alpha.29",
"@ulixee/datastore-core": "2.0.0-alpha.29",
"@ulixee/datastore-plugins-hero": "2.0.0-alpha.29",
"@ulixee/default-browser-emulator": "2.0.0-alpha.29",
"@ulixee/desktop-core": "2.0.0-alpha.29",
"@ulixee/desktop-interfaces": "2.0.0-alpha.29",
"@ulixee/hero-core": "2.0.0-alpha.29",
"@ulixee/hero-interfaces": "2.0.0-alpha.29",
"@ulixee/js-path": "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/unblocked-agent-mitm-socket": "^2.0.0-alpha.29",
"@ulixee/unblocked-specification": "2.0.0-alpha.29",
"@ulixee/cloud": "2.0.0-alpha.30",
"@ulixee/commons": "2.0.0-alpha.30",
"@ulixee/datastore": "2.0.0-alpha.30",
"@ulixee/datastore-core": "2.0.0-alpha.30",
"@ulixee/datastore-plugins-hero": "2.0.0-alpha.30",
"@ulixee/default-browser-emulator": "2.0.0-alpha.30",
"@ulixee/desktop-core": "2.0.0-alpha.30",
"@ulixee/desktop-interfaces": "2.0.0-alpha.30",
"@ulixee/hero-core": "2.0.0-alpha.30",
"@ulixee/hero-interfaces": "2.0.0-alpha.30",
"@ulixee/js-path": "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",
"@ulixee/unblocked-agent-mitm-socket": "^2.0.0-alpha.30",
"@ulixee/unblocked-specification": "2.0.0-alpha.30",
"better-sqlite3": "^11.1.2",
"electron-log": "^5.1.7",
"electron-updater": "^6.3.4",
Expand Down
Loading

0 comments on commit 37f0ed7

Please sign in to comment.