- Remove nested declare module wrapper from logger.d.ts to fix double-nesting issue - Add types field to package.json - Update version to 1.0.1-beta.4 - Update IOR identifier to com.metatrom.universal-components.logger@1.0.1-beta.4 This fixes TypeScript import errors where the Rollup IOR plugin was wrapping already-wrapped types, causing a nested module structure that prevented proper imports. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
17 lines
335 B
JSON
17 lines
335 B
JSON
{
|
|
"name": "@metatrom/logger",
|
|
"version": "1.0.1-beta.4",
|
|
"main": "index.ts",
|
|
"types": "logger.d.ts",
|
|
"type": "module",
|
|
"metatrom": {
|
|
"ior": "com.metatrom.universal-components.logger@1.0.1-beta.4",
|
|
"capabilities": {
|
|
"p2p": false,
|
|
"contracts": false,
|
|
"viewer": true,
|
|
"sync": false
|
|
}
|
|
}
|
|
}
|