wildcard-mock-link
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -15,2 +15,5 @@ "use strict"; | ||
})(); | ||
var __importDefault = (this && this.__importDefault) || function (mod) { | ||
return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -20,3 +23,3 @@ var react_testing_1 = require("@apollo/react-testing"); | ||
var apollo_utilities_1 = require("apollo-utilities"); | ||
var fast_json_stable_stringify_1 = require("fast-json-stable-stringify"); | ||
var fast_json_stable_stringify_1 = __importDefault(require("fast-json-stable-stringify")); | ||
var graphql_1 = require("graphql"); | ||
@@ -23,0 +26,0 @@ exports.MATCH_ANY_PARAMETERS = Symbol(); |
{ | ||
"name": "wildcard-mock-link", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "apollo client mocking", | ||
@@ -5,0 +5,0 @@ "author": "insidewhy <github@chilon.net>", |
@@ -9,2 +9,3 @@ { | ||
"preserveWatchOutput": true, | ||
"esModuleInterop": true, | ||
"allowSyntheticDefaultImports": true, | ||
@@ -11,0 +12,0 @@ "outDir": "../dist.es2015", |
Sorry, the diff of this file is not supported yet
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
74349
1288