har-schema
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -5,6 +5,6 @@ { | ||
"beforeRequest": { | ||
"$ref": "cacheEntry.json#" | ||
"$ref": "beforeRequest.json#" | ||
}, | ||
"afterRequest": { | ||
"$ref": "cacheEntry.json#" | ||
"$ref": "afterRequest.json#" | ||
}, | ||
@@ -11,0 +11,0 @@ "comment": { |
'use strict' | ||
const afterRequest = require('./afterRequest.json') | ||
const beforeRequest = require('./beforeRequest.json') | ||
const browser = require('./browser.json') | ||
const cache = require('./cache.json') | ||
const cacheEntry = require('./cacheEntry.json') | ||
const content = require('./content.json') | ||
@@ -22,5 +23,6 @@ const cookie = require('./cookie.json') | ||
module.exports = { | ||
afterRequest, | ||
beforeRequest, | ||
browser, | ||
cache, | ||
cacheEntry, | ||
content, | ||
@@ -27,0 +29,0 @@ cookie, |
{ | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"name": "har-schema", | ||
@@ -4,0 +4,0 @@ "description": "JSON Schema for HTTP Archive (HAR)", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13961
22
595