Skip to content

Commit 6116e78

Browse files
committed
0.2.0 release
1 parent 2b3b0eb commit 6116e78

2 files changed

Lines changed: 87 additions & 87 deletions

File tree

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@typhonjs-plugin/manager",
33
"description": "Provides a plugin manager & eventbus for Node and in the browser.",
4-
"version": "0.2.0-next.2",
4+
"version": "0.2.0",
55
"author": "Michael Leahy <support@typhonjs.io> (https://github.com/typhonrt)",
66
"type": "module",
77
"imports": {
@@ -43,8 +43,8 @@
4343
"@typhonjs-plugin/eventbus": "^0.2.0",
4444
"@typhonjs-typedoc/typedoc-pkg": "^0.3.1",
4545
"@typhonjs-utils/loader-module": "^0.2.0",
46-
"@typhonjs-utils/object": "^0.3.0",
47-
"rollup": "^4.34.6"
46+
"@typhonjs-utils/object": "^0.4.0",
47+
"rollup": "^4.34.7"
4848
},
4949
"engines": {
5050
"node": ">=18"

0 commit comments

Comments
 (0)