@bumble/styleguide-visual-helpers
Advanced tools
Comparing version 1.0.1 to 1.0.2
# Changelog | ||
## 1.0.2 | ||
* add build scenario. | ||
## 1.0.1 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "@bumble/styleguide-visual-helpers", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Collection of helper tools, which is ported from Badoo-styleguide. It is used for visual regression tests. ", | ||
"main": "index.js", | ||
"main": "src/index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"build": "rm -rf dist && NODE_ENV=production babel src --out-dir dist --copy-files" | ||
}, | ||
"author": "Bumble", | ||
"license": "MIT" | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@babel/cli": "^7.14.3", | ||
"@babel/core": "^7.14.3", | ||
"@babel/preset-env": "^7.14.2", | ||
"@babel/preset-react": "^7.13.13", | ||
"@babel/preset-typescript": "^7.13.0" | ||
}, | ||
"dependencies": { | ||
"@babel/polyfill": "^7.12.1" | ||
} | ||
} |
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
22900
24
659
1
5
1
+ Added@babel/polyfill@^7.12.1
+ Added@babel/polyfill@7.12.1(transitive)
+ Addedcore-js@2.6.12(transitive)
+ Addedregenerator-runtime@0.13.11(transitive)