@loopback/context
Advanced tools
Comparing version 4.0.0-alpha.14 to 4.0.0-alpha.15
@@ -6,2 +6,2 @@ // Copyright IBM Corp. 2017. All Rights Reserved. | ||
export * from './lib'; | ||
export * from './dist/src'; |
@@ -8,3 +8,3 @@ // Copyright IBM Corp. 2017. All Rights Reserved. | ||
module.exports = nodeMajorVersion >= 7 ? | ||
require('./lib') : | ||
require('./lib6'); | ||
require('./dist/src') : | ||
require('./dist6/src'); |
{ | ||
"name": "@loopback/context", | ||
"version": "4.0.0-alpha.14", | ||
"version": "4.0.0-alpha.15", | ||
"description": "LoopBack's container for Inversion of Control", | ||
"engines": { | ||
"node": ">=6" | ||
}, | ||
"scripts": { | ||
"acceptance": "mocha --opts ../../test/mocha.opts 'test/acceptance/**/*.ts'", | ||
"build": "npm run build:lib && npm run build:lib6", | ||
"acceptance": "node ../../bin/select-dist mocha --opts ../../test/mocha.opts 'DIST/test/acceptance/**/*.js'", | ||
"build": "npm run build:dist && npm run build:dist6", | ||
"build:current": "node ../../bin/compile-package", | ||
"build:lib": "node ../../bin/compile-package es2017", | ||
"build:lib6": "node ../../bin/compile-package es2015", | ||
"build:dist": "node ../../bin/compile-package es2017", | ||
"build:dist6": "node ../../bin/compile-package es2015", | ||
"build:apidocs": "node ../../bin/generate-apidocs", | ||
"clean": "rm -rf loopback-context*.tgz lib* package", | ||
"clean": "rm -rf loopback-context*.tgz dist* package", | ||
"prepublish": "npm run build && npm run build:apidocs", | ||
"pretest": "npm run build:current", | ||
"test": "mocha --opts ../../test/mocha.opts 'test/unit/**/*.ts' 'test/acceptance/**/*.ts'", | ||
"unit": "mocha --opts ../../test/mocha.opts 'test/unit/**/*.ts'", | ||
"test": "node ../../bin/select-dist mocha --opts ../../test/mocha.opts 'DIST/test/unit/**/*.js' 'DIST/test/acceptance/**/*.js'", | ||
"unit": "node ../../bin/select-dist mocha --opts ../../test/mocha.opts 'DIST/test/unit/**/*.js'", | ||
"verify": "npm pack && tar xf loopback-context*.tgz && tree package && npm run clean" | ||
@@ -25,3 +28,3 @@ }, | ||
"devDependencies": { | ||
"@loopback/testlab": "^4.0.0-alpha.9", | ||
"@loopback/testlab": "^4.0.0-alpha.10", | ||
"@types/bluebird": "^3.5.8", | ||
@@ -43,4 +46,4 @@ "bluebird": "^3.5.0" | ||
"index.d.ts", | ||
"lib", | ||
"lib6", | ||
"dist/src", | ||
"dist6/src", | ||
"api-docs" | ||
@@ -47,0 +50,0 @@ ], |
@@ -40,3 +40,3 @@ # @loopback/context | ||
For additional information, please refer to the [wiki](https://github.com/strongloop/loopback-next/wiki/Context). | ||
For additional information, please refer to the [Context page](http://loopback.io/doc/en/lb4/Context.html). | ||
@@ -43,0 +43,0 @@ ## Contributions |
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
675832
105
6651