reactive-di
Advanced tools
Comparing version 3.2.0 to 3.2.1
@@ -117,3 +117,3 @@ 'use strict'; | ||
var _fromTo = 'Can\'t create alias from ' + _binder.debugStr(key) + ' to ' + _binder.debugStr(target); | ||
throw new Error('Aliased dependency already resolved. ' + _fromTo); | ||
// throw new Error('Aliased dependency already resolved. ' + _fromTo); | ||
} | ||
@@ -120,0 +120,0 @@ key._rdiId = depInfo.id; // eslint-disable-line |
{ | ||
"name": "reactive-di", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"description": "Reactive dependency injection", | ||
@@ -9,6 +9,6 @@ "publishConfig": { | ||
"config": { | ||
"dest": "./out" | ||
"builddir": "." | ||
}, | ||
"scripts": { | ||
"prepublish": "npm run build", | ||
"prepublish": "exit 0;npm run build", | ||
"preversion": "npm test", | ||
@@ -18,4 +18,4 @@ "postversion": "git push && git push --tags", | ||
"update": "ncu -ua && npm install", | ||
"clean": "rm -rf dist", | ||
"build": "npm run clean && babel src --ignore=__tests__ --source-maps --out-dir dist", | ||
"clean": "rm -rf $npm_package_config_builddir/dist", | ||
"build": "npm run clean && babel src --ignore=__tests__ --source-maps --out-dir $npm_package_config_builddir/dist", | ||
"build.dep": "npm-helpers/build-deps.sh", | ||
@@ -26,7 +26,6 @@ "build.dev": "npm run build -- --watch", | ||
"testonly": "mocha", | ||
"test": "flow check && mocha", | ||
"test": "eslint . && flow check && mocha", | ||
"test.dev": "mocha --growl --watch", | ||
"analyze": "webpack --config examples/app/webpack.config.js --json | webpack-bundle-size-analyzer", | ||
"start": "webpack-dev-server --config examples/app/webpack.config.babel.js --hot --history-api-fallback --inline", | ||
"watch": "chokidar --initial -d 2000 -t 1000 'src/**/*.js' -c 'npm run build && cp -rvf *.js src dist $npm_package_config_dest/node_modules/reactive-di'" | ||
"analyze": "webpack --config examples/app/webpack.config.es5.js --json | webpack-bundle-size-analyzer", | ||
"start": "webpack-dev-server --config examples/app/webpack.config.es5.js --hot --history-api-fallback --inline" | ||
}, | ||
@@ -65,40 +64,42 @@ "author": "Stefan Zerkalica <zerkalica@gmail.com>", | ||
"devDependencies": { | ||
"babel-cli": "^6.23.0", | ||
"babel-core": "^6.23.1", | ||
"babel-loader": "^6.3.2", | ||
"babel-plugin-espower": "^2.3.2", | ||
"babel-plugin-module-resolver": "^2.5.0", | ||
"babel-cli": "^6.18.0", | ||
"babel-core": "^6.21.0", | ||
"babel-loader": "^6.2.10", | ||
"babel-plugin-espower": "^2.3.1", | ||
"babel-plugin-module-resolver": "^2.4.0", | ||
"babel-plugin-syntax-decorators": "^6.13.0", | ||
"babel-plugin-syntax-flow": "^6.18.0", | ||
"babel-plugin-transform-decorators-legacy": "^1.3.4", | ||
"babel-plugin-transform-flow-strip-types": "^6.22.0", | ||
"babel-plugin-transform-flow-strip-types": "^6.21.0", | ||
"babel-plugin-transform-metadata": "^2.0.2", | ||
"babel-polyfill": "^6.23.0", | ||
"babel-preset-babili": "0.0.11", | ||
"babel-preset-es2015": "^6.22.0", | ||
"babel-preset-react": "^6.23.0", | ||
"babel-preset-stage-0": "^6.22.0", | ||
"chokidar-cli": "^1.2.0", | ||
"circular-dependency-plugin": "^2.0.0", | ||
"babel-polyfill": "^6.20.0", | ||
"babel-preset-babili": "0.0.9", | ||
"babel-preset-es2015": "^6.18.0", | ||
"babel-preset-react": "^6.16.0", | ||
"babel-preset-stage-0": "^6.16.0", | ||
"eslint-config-airplus": "^2.0.10", | ||
"flow-bin": "^0.40.0", | ||
"flow-bin": "^0.37.4", | ||
"glob": "^7.1.1", | ||
"html-webpack-plugin": "^2.28.0", | ||
"husky": "^0.13.1", | ||
"inferno": "^1.3.0-rc.8", | ||
"inferno-component": "^1.3.0-rc.8", | ||
"inferno-create-element": "^1.3.0-rc.8", | ||
"inferno-dom": "^1.0.7", | ||
"jsdom": "^9.11.0", | ||
"jss": "^6.3.0", | ||
"html-webpack-plugin": "^2.24.1", | ||
"husky": "^0.12.0", | ||
"inferno": "^0.7.27", | ||
"inferno-component": "^0.7.27", | ||
"inferno-create-element": "^0.7.27", | ||
"inferno-dom": "^0.7.27", | ||
"jsdom": "^9.9.1", | ||
"jss": "^6.1.0", | ||
"jss-camel-case": "^3.0.0", | ||
"mocha": "^3.2.0", | ||
"power-assert": "^1.4.2", | ||
"sinon": "^1.17.7", | ||
"webpack": "^2.2.1", | ||
"webpack-dev-server": "^2.4.1" | ||
"react": "^15.4.1", | ||
"react-addons-test-utils": "^15.4.1", | ||
"react-dom": "^15.4.1", | ||
"sinon": "^1.17.6", | ||
"webpack": "^1.14.0", | ||
"webpack-dev-server": "^1.16.2" | ||
}, | ||
"dependencies": { | ||
"es6-error": "^4.0.2" | ||
"derivable": "^0.12.1", | ||
"es6-error": "^4.0.0" | ||
} | ||
} |
@@ -57,10 +57,2 @@ # Reactive DI [![Build Status](https://secure.travis-ci.org/zerkalica/reactive-di.png)](http://travis-ci.org/zerkalica/reactive-di) | ||
## Debug | ||
Build rdi and copy to ../app-project/node_modules/reactive-di | ||
``` | ||
npm run watch --reactive-di:dest=../app-project | ||
``` | ||
## Basics | ||
@@ -67,0 +59,0 @@ |
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
437806
134
5815
2
35
642
+ Addedderivable@^0.12.1
+ Addedderivable@0.12.1(transitive)
Updatedes6-error@^4.0.0