Skip to content

Commit 8fa7990

Browse files
committed
chore: clamp @ubiquity-os/plugin-sdk and @ubiquity-os/ubiquity-os-logger dependencies to specific versions
1 parent 1204af3 commit 8fa7990

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

bun.lock

Lines changed: 2 additions & 2 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
@@ -35,8 +35,8 @@
3535
],
3636
"dependencies": {
3737
"@sinclair/typebox": "0.34.41",
38-
"@ubiquity-os/plugin-sdk": "latest",
39-
"@ubiquity-os/ubiquity-os-logger": "latest",
38+
"@ubiquity-os/plugin-sdk": "^3.4.0",
39+
"@ubiquity-os/ubiquity-os-logger": "^1.4.0",
4040
"dotenv": "17.2.3",
4141
"hono": "^4.10.6",
4242
"ts-node": "^10.9.2"

tests/__mocks__/issue-template.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* eslint-disable @ubiquity-os/no-empty-strings */
21
/**
32
* This is generic and not fully featured, but it is a good
43
* starting point for testing your plugins. Adjust as needed.

0 commit comments

Comments
 (0)