@mrporter/inseason-analytics
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@mrporter/inseason-analytics", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "In Season Analytics Module", | ||
"main": "dist/index.js", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"dist": "babel src --out-dir dist", | ||
"prepublish": "npm test && npm run dist", | ||
"test": "npm run dist && babel test/**/*.js --out-file __test.js && ./node_modules/mocha/bin/mocha --require mocha-clean __test.js" | ||
"build": "babel src --out-dir lib", | ||
"prepublish": "npm test && npm run build", | ||
"test": "mocha --compilers js:babel-register --require mocha-clean test/**/*.js" | ||
}, | ||
@@ -24,6 +24,7 @@ "keywords": [ | ||
"babel-preset-stage-0": "^6.16.0", | ||
"babel-register": "^6.18.0", | ||
"chai": "^3.5.0", | ||
"decache": "^4.1.0", | ||
"jsdom": "^9.8.3", | ||
"mocha": "^3.1.2", | ||
"mocha": "^3.2.0", | ||
"mocha-clean": "^1.0.0", | ||
@@ -33,4 +34,4 @@ "sinon": "^1.17.6" | ||
"dependencies": { | ||
"deepmerge": "^1.2.0" | ||
"deepmerge": "^1.3.0" | ||
} | ||
} |
@@ -46,2 +46,6 @@ # In Season Analytics Module | ||
## Production Mode | ||
This module follows the same convention as React for usage in production mode - it checks that `process.env.NODE_ENV` is set to `production`. (See [here](https://webpack.js.org/guides/production-build/#node-environment-variable) for how to do this with webpack). | ||
## 'Digital Data Object' Manipulation | ||
@@ -48,0 +52,0 @@ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
13890
9
185
175
10
1
Updateddeepmerge@^1.3.0