hadron-app-registry
Advanced tools
Comparing version 8.4.0 to 8.5.0
@@ -10,3 +10,3 @@ { | ||
"homepage": "https://github.com/mongodb-js/compass", | ||
"version": "8.4.0", | ||
"version": "8.5.0", | ||
"repository": { | ||
@@ -20,12 +20,27 @@ "type": "git", | ||
], | ||
"main": "dist/index.js", | ||
"exports": { | ||
"webpack": "./src/index.ts", | ||
"require": "./dist/index.js", | ||
"import": "./dist/.esm-wrapper.mjs" | ||
}, | ||
"types": "./dist/index.d.ts", | ||
"scripts": { | ||
"test-check-ci": "npm test", | ||
"test": "mocha --recursive", | ||
"bootstrap": "npm run compile", | ||
"prepublishOnly": "npm run compile", | ||
"compile": "tsc -p tsconfig.json && gen-esm-wrapper . ./dist/.esm-wrapper.mjs", | ||
"eslint": "eslint", | ||
"prettier": "prettier", | ||
"lint": "npm run eslint . && npm run prettier -- --check .", | ||
"depcheck": "depcheck", | ||
"check": "npm run lint && npm run depcheck", | ||
"lint": "eslint \"./{src,lib,test,bin}/**/*.{js,jsx,ts,tsx}\" \"./*.js\" --no-error-on-unmatched-pattern", | ||
"depcheck": "depcheck", | ||
"test-ci": "npm run test" | ||
"check-ci": "npm run check", | ||
"test": "mocha", | ||
"test-cov": "nyc -x \"**/*.spec.*\" npm run test", | ||
"test-watch": "npm run test -- --watch", | ||
"test-ci": "npm run test-cov", | ||
"reformat": "npm run prettier -- --write ." | ||
}, | ||
"dependencies": { | ||
"debug": "^4.1.1", | ||
"debug": "4.3.0", | ||
"eventemitter3": "^4.0.0", | ||
@@ -35,2 +50,9 @@ "reflux": "^0.4.1" | ||
"devDependencies": { | ||
"@mongodb-js/eslint-config-compass": "^0.4.0", | ||
"@mongodb-js/mocha-config-compass": "^0.5.0", | ||
"@mongodb-js/prettier-config-compass": "^0.3.0", | ||
"@mongodb-js/tsconfig-compass": "^0.3.0", | ||
"@types/chai": "^4.2.21", | ||
"@types/mocha": "^9.0.0", | ||
"@types/reflux": "^6.4.3", | ||
"chai": "^4.1.2", | ||
@@ -40,6 +62,7 @@ "depcheck": "^1.4.1", | ||
"eslint-config-mongodb-js": "^5.0.3", | ||
"mocha": "^7.0.1", | ||
"sinon": "^9.0.0" | ||
"mocha": "^8.4.0", | ||
"sinon": "^9.0.0", | ||
"typescript": "^4.3.5" | ||
}, | ||
"gitHead": "e00da432655fbd1b723fd693527bf481f4c1e645" | ||
"gitHead": "8ef2cccaaab6d84a5fcd633ea8dfc4c7a4db551f" | ||
} |
@@ -14,3 +14,3 @@ # hadron-app-registry [![][npm_img]][npm_url] | ||
```javascript | ||
const AppRegistry = require('hadron-app-registry'); | ||
const { AppRegistry } = require('hadron-app-registry'); | ||
@@ -17,0 +17,0 @@ var registry = new AppRegistry(); |
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
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
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
82635
24
1408
14
1
+ Addeddebug@4.3.0(transitive)
+ Addedms@2.1.2(transitive)
- Removeddebug@4.3.7(transitive)
- Removedms@2.1.3(transitive)
Updateddebug@4.3.0