@rapid-io/protocol
Advanced tools
Comparing version 0.0.45 to 0.0.47
@@ -15,3 +15,3 @@ 'use strict' | ||
const auth = require('../schema/auth') | ||
const unauth = require('../schema/unauth') | ||
const deauth = require('../schema/deauth') | ||
const mut = require('../schema/mut') | ||
@@ -36,3 +36,3 @@ const mer = require('../schema/mer') | ||
{ $ref: auth.id }, | ||
{ $ref: unauth.id }, | ||
{ $ref: deauth.id }, | ||
{ $ref: mut.id }, | ||
@@ -85,3 +85,3 @@ { $ref: mer.id }, | ||
auth, | ||
unauth, | ||
deauth, | ||
mut, | ||
@@ -88,0 +88,0 @@ mer, |
{ | ||
"name": "@rapid-io/protocol", | ||
"version": "0.0.45", | ||
"version": "0.0.47", | ||
"description": "Protocol and validation for Rapid.io", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |