Comparing version 0.0.6 to 0.0.7
CHANGELOG | ||
v0.0.6 | ||
- Fix naming of test exports | ||
v0.0.6 | ||
- Fix triple exports | ||
@@ -5,0 +8,0 @@ |
@@ -1,1 +0,1 @@ | ||
export{default as makeSpy,default as Spy}from'./spy';export{default as NodeTest}from'./node-test-driver'; | ||
export{default as spy}from'./spy';export{default as NodeTestDriver}from'./node-test-driver'; |
@@ -1,1 +0,1 @@ | ||
const isBrowser='object'!=typeof process||'[object process]'!==process+''||process.browser,window_='undefined'==typeof window?global:window,document_='undefined'==typeof document?{}:document,global_='undefined'==typeof global?window:global,process_='object'==typeof process?process:{},VERSION='0.0.6';export{window_ as window,document_ as document,global_ as global,process_ as process,console,isBrowser,VERSION}; | ||
const isBrowser='object'!=typeof process||'[object process]'!==process+''||process.browser,window_='undefined'==typeof window?global:window,document_='undefined'==typeof document?{}:document,global_='undefined'==typeof global?window:global,process_='object'==typeof process?process:{},VERSION='0.0.7';export{window_ as window,document_ as document,global_ as global,process_ as process,console,isBrowser,VERSION}; |
@@ -1,1 +0,1 @@ | ||
'use strict';Object.defineProperty(exports,'__esModule',{value:!0});var _spy=require('./spy');Object.defineProperty(exports,'makeSpy',{enumerable:!0,get:function get(){return _interopRequireDefault(_spy).default}}),Object.defineProperty(exports,'Spy',{enumerable:!0,get:function get(){return _interopRequireDefault(_spy).default}});var _nodeTestDriver=require('./node-test-driver');Object.defineProperty(exports,'NodeTest',{enumerable:!0,get:function get(){return _interopRequireDefault(_nodeTestDriver).default}});function _interopRequireDefault(a){return a&&a.__esModule?a:{default:a}} | ||
'use strict';Object.defineProperty(exports,'__esModule',{value:!0});var _spy=require('./spy');Object.defineProperty(exports,'spy',{enumerable:!0,get:function get(){return _interopRequireDefault(_spy).default}});var _nodeTestDriver=require('./node-test-driver');Object.defineProperty(exports,'NodeTestDriver',{enumerable:!0,get:function get(){return _interopRequireDefault(_nodeTestDriver).default}});function _interopRequireDefault(a){return a&&a.__esModule?a:{default:a}} |
@@ -1,1 +0,1 @@ | ||
'use strict';Object.defineProperty(exports,'__esModule',{value:!0});const isBrowser='object'!=typeof process||'[object process]'!==process+''||process.browser,window_='undefined'==typeof window?global:window,document_='undefined'==typeof document?{}:document,global_='undefined'==typeof global?window:global,process_='object'==typeof process?process:{},VERSION='0.0.6';exports.window=window_,exports.document=document_,exports.global=global_,exports.process=process_,exports.console=console,exports.isBrowser=isBrowser,exports.VERSION=VERSION; | ||
'use strict';Object.defineProperty(exports,'__esModule',{value:!0});const isBrowser='object'!=typeof process||'[object process]'!==process+''||process.browser,window_='undefined'==typeof window?global:window,document_='undefined'==typeof document?{}:document,global_='undefined'==typeof global?window:global,process_='object'==typeof process?process:{},VERSION='0.0.7';exports.window=window_,exports.document=document_,exports.global=global_,exports.process=process_,exports.console=console,exports.isBrowser=isBrowser,exports.VERSION=VERSION; |
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"keywords": [ | ||
@@ -35,4 +35,4 @@ "javascript", | ||
"lint-yarn": "!(grep -q unpm.u yarn.lock) || (echo 'Please rebuild yarn file using public npmrc' && false)", | ||
"publish-prod": "npm run build && npm run test && npm run test-dist && npm publish", | ||
"publish-beta": "npm run build && npm run test && npm run test-dist && npm publish --tag beta", | ||
"publish-prod": "npm run test && npm run test-dist && npm publish", | ||
"publish-beta": "npm run test && npm run test-dist && npm publish --tag beta", | ||
"test": "npm run lint && npm run build && npm run test-node", | ||
@@ -39,0 +39,0 @@ "test-fast": "npm run test-node | faucet", |
export { | ||
default as makeSpy, | ||
default as Spy | ||
default as spy | ||
} from './spy'; | ||
export { | ||
default as NodeTest | ||
default as NodeTestDriver | ||
} from './node-test-driver'; |
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
80302
1177