@reach/auto-id
Advanced tools
Comparing version 0.8.6 to 0.9.0
@@ -0,8 +1,7 @@ | ||
'use strict'; | ||
'use strict' | ||
if (process.env.NODE_ENV === 'production') { | ||
module.exports = require('./auto-id.cjs.production.min.js') | ||
module.exports = require('./auto-id.cjs.production.min.js'); | ||
} else { | ||
module.exports = require('./auto-id.cjs.development.js') | ||
} | ||
module.exports = require('./auto-id.cjs.development.js'); | ||
} |
{ | ||
"name": "@reach/auto-id", | ||
"version": "0.8.6", | ||
"version": "0.9.0", | ||
"description": "Autogenerate IDs to facilitate WAI-ARIA and server rendering.", | ||
@@ -13,5 +13,3 @@ "author": "React Training <hello@reacttraining.com>", | ||
"scripts": { | ||
"build": "yarn clean && yarn compile", | ||
"clean": "rm -rf ./dist", | ||
"compile": "cross-env NODE_ENV=production tsdx build --format=cjs,esm --tsconfig tsconfig.build.json" | ||
"build": "ts-node ../../scripts/build" | ||
}, | ||
@@ -30,6 +28,6 @@ "peerDependencies": { | ||
"dependencies": { | ||
"@reach/utils": "^0.8.6", | ||
"@reach/utils": "^0.9.0", | ||
"tslib": "^1.10.0" | ||
}, | ||
"gitHead": "0c71a018a11055b17815f0fb127cdcd981cd760e" | ||
"gitHead": "0c789bb48554bf13c62dd09210ebdf2f9af33d30" | ||
} |
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
27688
234
+ Added@reach/utils@0.9.0(transitive)
- Removed@reach/utils@0.8.6(transitive)
Updated@reach/utils@^0.9.0