Skip to content

Commit 02deb69

Browse files
committed
Publish new version of package packages/hub to npmjs package repo.
1 parent 2cbb88f commit 02deb69

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/packages/hub/package-lock.json

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

src/packages/hub/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocalc/hub",
3-
"version": "1.13.0",
3+
"version": "1.14.0",
44
"description": "CoCalc: Backend webserver component",
55
"exports": {
66
"./*": "./dist/*.js",
@@ -19,10 +19,10 @@
1919
],
2020
"dependencies": {
2121
"@cocalc/assets": "^1.5.0",
22-
"@cocalc/backend": "^1.1.0",
22+
"@cocalc/backend": "^1.2.0",
2323
"@cocalc/cdn": "^1.7.0",
2424
"@cocalc/frontend": "^1.10.0",
25-
"@cocalc/next": "^0.11.0",
25+
"@cocalc/next": "^0.11.2",
2626
"@cocalc/static": "^1.35.0",
2727
"@cocalc/util": "^1.10.0",
2828
"@passport-next/passport-google-oauth2": "^1.0.0",
@@ -158,4 +158,4 @@
158158
"cocalc-hub-maintenance-blobs": "./run/maintenance-blobs.js",
159159
"cocalc-hub-stripe-sync": "./run/stripe-sync.js"
160160
}
161-
}
161+
}

0 commit comments

Comments
 (0)