@fluffy-spoon/substitute
Advanced tools
Comparing version 1.192.0 to 1.193.0
@@ -8,3 +8,3 @@ import { ContextState, PropertyKey } from './ContextState'; | ||
get arguments(): any[]; | ||
get property(): string | number | symbol; | ||
get property(): PropertyKey; | ||
get callCount(): number; | ||
@@ -11,0 +11,0 @@ constructor(_property: PropertyKey, ...args: any[]); |
@@ -1,1 +0,1 @@ | ||
{"name":"@fluffy-spoon/substitute","version":"1.192.0","description":"An NSubstitute port to TypeScript called substitute.js.","license":"MIT","funding":{"type":"opencollective","url":"https://opencollective.com/substitute-js#section-contribute"},"author":{"name":"Mathias Lykkegaard Lorenzen","url":"https://github.com/ffMathy"},"contributors":[{"name":"Enrique Pöhlmann","url":"https://github.com/notanengineercom"}],"repository":{"type":"git","url":"https://github.com/ffMathy/FluffySpoon.JavaScript.Testing.Faking.git"},"keywords":["NSubstitute","mocking","test","testing","faking"],"bugs":{"url":"https://github.com/ffMathy/FluffySpoon.JavaScript.Testing.Faking/issues"},"engines":{"node":">=10"},"main":"dist/src/index.js","typings":"./dist/src/index.d.ts","files":["dist/src/**/*"],"scripts":{"prepack":"npm i && tsc","test":"tsc --sourceMap && ava","build":"tsc"},"dependencies":{},"devDependencies":{"@ava/typescript":"^1.1.0","@types/node":"^14.14.31","ava":"^3.15.0","typescript":"^4.1.5"},"ava":{"typescript":{"rewritePaths":{"/":"dist/"}},"cache":false,"failFast":true,"failWithoutAssertions":true},"homepage":"https://github.com/ffMathy/FluffySpoon.JavaScript.Testing.Faking"} | ||
{"name":"@fluffy-spoon/substitute","version":"1.193.0","description":"An NSubstitute port to TypeScript called substitute.js.","license":"MIT","funding":{"type":"opencollective","url":"https://opencollective.com/substitute-js#section-contribute"},"author":{"name":"Mathias Lykkegaard Lorenzen","url":"https://github.com/ffMathy"},"contributors":[{"name":"Enrique Pöhlmann","url":"https://github.com/notanengineercom"}],"repository":{"type":"git","url":"https://github.com/ffMathy/FluffySpoon.JavaScript.Testing.Faking.git"},"keywords":["NSubstitute","mocking","test","testing","faking"],"bugs":{"url":"https://github.com/ffMathy/FluffySpoon.JavaScript.Testing.Faking/issues"},"engines":{"node":">=10"},"main":"dist/src/index.js","typings":"./dist/src/index.d.ts","files":["dist/src/**/*"],"scripts":{"prepack":"npm i && tsc","test":"tsc --sourceMap && ava","build":"tsc"},"dependencies":{},"devDependencies":{"@ava/typescript":"^1.1.0","@types/node":"^14.14.31","ava":"^3.15.0","typescript":"^4.2.2"},"ava":{"typescript":{"rewritePaths":{"/":"dist/"}},"cache":false,"failFast":true,"failWithoutAssertions":true},"homepage":"https://github.com/ffMathy/FluffySpoon.JavaScript.Testing.Faking"} |
Sorry, the diff of this file is not supported yet
75225