Added resolvers, unified package versioning and author section to fit with mono repo style
This commit is contained in:
@@ -1,4 +1,11 @@
|
||||
scope: '@efforting.tech'
|
||||
registry: 'https://npm.efforting.tech/'
|
||||
version: 0.2.1
|
||||
|
||||
author:
|
||||
name: 'Mikael Lövqvist'
|
||||
email: 'mikael@efforting.tech'
|
||||
url: 'https://gitea.efforting.tech/mikael-lovqvist'
|
||||
|
||||
|
||||
packages:
|
||||
@@ -6,18 +13,17 @@ packages:
|
||||
path: source/errors.mjs
|
||||
documentation: documentation/errors
|
||||
description: Library wide error definitions
|
||||
version: 0.1.2
|
||||
|
||||
rule-processing:
|
||||
path: source/rule-processing
|
||||
documentation: documentation/rule-processing
|
||||
description: Rule based visitors, transformers, resolvers, processors, operators, aggregators and such.
|
||||
internal-dependencies:
|
||||
- errors
|
||||
|
||||
|
||||
wip-packages:
|
||||
object-graph-storage:
|
||||
path: source/object-graph-storage
|
||||
documentation: documentation/object-graph-storage
|
||||
description: Lightweight persistent storage for structured data.
|
||||
version: 0.1.0
|
||||
|
||||
rule-processing:
|
||||
path: source/rule-processing
|
||||
documentation: documentation/rule-processing
|
||||
description: Rule based visitors, transformers, resolvers, processors, operators, aggregators and such.
|
||||
version: 0.1.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user