Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
log-schema-node
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
logging
log-schema-node
Commits
69cd36ea
Unverified
Commit
69cd36ea
authored
May 10, 2017
by
Snorre Magnus Davøen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix module exports
Signed-off-by:
Snorre Magnus Davøen
<
snorre.davoen@nsd.uib.no
>
parent
59b42551
Pipeline
#5106
passed with stages
in 31 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
5 deletions
+3
-5
index.ts
index.ts
+2
-4
package.json
package.json
+1
-1
No files found.
index.ts
View file @
69cd36ea
import
schema
from
"
./log-schema/log-schema.json
"
;
import
schema
from
"
.
.
/log-schema/log-schema.json
"
;
export
interface
LogSchema
{
/**
...
...
@@ -150,6 +150,4 @@ export interface LogSchema {
};
}
const
jsonSchema
:
LogSchema
=
schema
;
export
default
schema
;
\ No newline at end of file
export
const
logSchema
:
LogSchema
=
schema
;
package.json
View file @
69cd36ea
{
"name"
:
"@nsd/log-schema-node"
,
"version"
:
"3.0.0-alpha.
3
"
,
"version"
:
"3.0.0-alpha.
4
"
,
"main"
:
"lib/index.js"
,
"types"
:
"lib/index"
,
"scripts"
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment