@xyo-network/sdk-xyo-mongo-js
Advanced tools
Comparing version 2.0.15 to 2.0.16
{ | ||
"name": "@xyo-network/sdk-xyo-mongo-js", | ||
"version": "2.0.15", | ||
"version": "2.0.16", | ||
"homepage": "https://xyo.network", | ||
@@ -21,8 +21,11 @@ "bugs": { | ||
}, | ||
"main": "dist/index.cjs.js", | ||
"module": "dist/index.esm.js", | ||
"types": "dist/index.d.js", | ||
"main": "./index.cjs.js", | ||
"module": "./index.esm.js", | ||
"types": "./index.d.js", | ||
"exports": { | ||
".": "./index.esm.js" | ||
}, | ||
"sideEffects": false, | ||
"dependencies": { | ||
"@xyo-network/sdk-xyo-js": "^2.0.22", | ||
"@xyo-network/sdk-xyo-js": "^2.1.6", | ||
"async-mutex": "^0.3.1", | ||
@@ -32,9 +35,10 @@ "mongodb": "^3.6.5" | ||
"scripts": { | ||
"build": "yarn deps && yarn lint && yarn compile", | ||
"build": "rm -r -f dist && yarn deps && yarn lint && yarn compile && yarn copy-src", | ||
"copy-src": "cp package.json ./dist && cp -R ./src/* ./dist", | ||
"compile": "rollup -c rollup.config.ts", | ||
"deploy": "yarn version --patch && yarn publish --access public", | ||
"deploy": "yarn version --patch && yarn build && yarn publish ./dist --access public", | ||
"lint": "eslint --ext .js,.jsx,.ts,.tsx ./src", | ||
"fix": "eslint --ext .js,.jsx,.ts,.tsx ./src --fix", | ||
"test": "jest", | ||
"clean": "rm -f *.tsbuildinfo && rm -r -f ./build", | ||
"clean": "rm -f *.tsbuildinfo && rm -r -f ./dist", | ||
"reinstall": "rm -r -f ./node_modules && rm -f ./yarn.lock && rm -f ./yarn-error.log && yarn install && yarn outdated", | ||
@@ -53,3 +57,3 @@ "tsprune": "yarn ts-prune", | ||
"eslint-plugin-import": "^2.22.1", | ||
"eslint-plugin-json": "^2.1.2", | ||
"eslint-plugin-json": "^3.0.0", | ||
"eslint-plugin-no-secrets": "^0.8.9", | ||
@@ -56,0 +60,0 @@ "eslint-plugin-prettier": "^3.2.0", |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
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
36466
18
461
2
0
1