chore: initialize standalone UPM package
Publish UPM package / publish (push) Failing after 1s

This commit is contained in:
2026-08-26 02:50:01 +08:00
commit b00f0b3684
20 changed files with 388 additions and 0 deletions
@@ -0,0 +1,14 @@
{
"name": "ShrinkContext.EventBusAdapter.Runtime",
"rootNamespace": "ShrinkContext.EventBusAdapter",
"references": [
"ShrinkContext.Core.Runtime",
"ShrinkEventBus.Runtime",
"UniTask"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"autoReferenced": false
}