Skip to content

Commit

Permalink
Merge pull request #1058 from bridge-core/dev
Browse files Browse the repository at this point in the history
Update data to latest preview (1.20.60.25)
  • Loading branch information
outercloudstudio authored Jan 12, 2024
2 parents f6f2157 + fddf07a commit 040bf49
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bridge",
"version": "2.7.9",
"version": "2.7.10",
"private": true,
"scripts": {
"dev": "vite",
Expand Down
Binary file modified public/packages.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion src/utils/app/dataPackage.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const zipSize = 811841
export const zipSize = 812327
1 change: 1 addition & 0 deletions src/utils/path.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ export const basename = path.basename
export const resolve = path.resolve
export const relative = path.relative
export const isAbsolute = path.isAbsolute
export const parse = path.parse

0 comments on commit 040bf49

Please sign in to comment.