Fix package.json entry point to use index.ts
- Changed main field from "logger.ts" to "index.ts" - Bumped version to 1.0.1-beta.2 - Updated IOR identifier to match new version This fixes the LogLevel export issue where importing from the resolved module couldn't access LogLevel because the entry point was bypassing the proper index.ts re-exports. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"name": "@metatrom/logger",
|
"name": "@metatrom/logger",
|
||||||
"version": "1.0.1-beta.1",
|
"version": "1.0.1-beta.2",
|
||||||
"main": "logger.ts",
|
"main": "index.ts",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"metatrom": {
|
"metatrom": {
|
||||||
"ior": "com.metatrom.universal-components.logger@1.0.1-beta.1",
|
"ior": "com.metatrom.universal-components.logger@1.0.1-beta.2",
|
||||||
"capabilities": {
|
"capabilities": {
|
||||||
"p2p": false,
|
"p2p": false,
|
||||||
"contracts": false,
|
"contracts": false,
|
||||||
|
|||||||
Reference in New Issue
Block a user