Skip to content

Commit c50b720

Browse files
committed
Update packages
1 parent 0f9a1e8 commit c50b720

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"@module-federation/enhanced": "^0.19.1",
2121
"@module-federation/node": "^2.7.17",
2222
"@module-federation/runtime": "^0.19.1",
23-
"@pulse-editor/react-api": "^0.1.1-alpha.37",
24-
"@pulse-editor/shared-utils": "^0.1.1-alpha.37",
23+
"@pulse-editor/react-api": "^0.1.1-alpha.39",
24+
"@pulse-editor/shared-utils": "^0.1.1-alpha.39",
2525
"cors": "^2.8.5",
2626
"dotenv": "^17.2.2",
2727
"express": "^5.1.0",

pulse.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ const config: AppConfig = {
99
// Do not use hyphen character '-' in the id.
1010
// The id should be the same as the package name in package.json.
1111
id: packageJson.name,
12+
version: packageJson.version,
13+
libVersion: packageJson.dependencies["@pulse-editor/shared-utils"],
1214
displayName: packageJson.displayName,
1315
description: packageJson.description,
14-
version: packageJson.version,
1516
appType: AppTypeEnum.FileView,
1617
visibility: packageJson["pulse-editor-marketplace"].visibility,
1718
recommendedHeight: 640,

0 commit comments

Comments
 (0)