Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

Commit

Permalink
feat(streams): adds @a0/logs-schemas dep
Browse files Browse the repository at this point in the history
refs #SREPR-537
  • Loading branch information
dm03514 authored and nw committed Jan 29, 2020
1 parent a467c64 commit 61fabe5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"mocha": "~2.3.2"
},
"dependencies": {
"@a0/logs-schemas": "^0.2.0",
"jsonschema": "^1.2.5",
"lodash": "^4.17.11",
"logs-schemas": "auth0/logs-schemas#v0.1.0",
"request": "^2.27.0",
"traverse": "^0.6.6"
}
Expand Down
2 changes: 1 addition & 1 deletion streams/standardization.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const Writable = require('stream').Writable;
const Validator = require('jsonschema').Validator;
const LOG_SCHEMAS = require('logs-schemas');
const LOG_SCHEMAS = require('@a0/logs-schemas');


class SchemaDebugStream extends Writable {
Expand Down

0 comments on commit 61fabe5

Please sign in to comment.