Comparing version 0.4.3 to 0.4.4
{ | ||
"name": "post-me", | ||
"version": "0.4.3", | ||
"version": "0.4.4", | ||
"description": "Use web Workers and other Windows through a simple Promise API", | ||
@@ -12,3 +12,7 @@ "author": { | ||
"homepage": "https://github.com/alesgenova/post-me", | ||
"repository": "github:alesgenova/post-me", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/alesgenova/post-me.git", | ||
"directory": "packages/core" | ||
}, | ||
"bugs": { | ||
@@ -23,3 +27,3 @@ "url": "https://github.com/alesgenova/post-me/issues", | ||
}, | ||
"module": "./dist/index.es5.mjs", | ||
"module": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts", | ||
@@ -31,11 +35,9 @@ "files": [ | ||
"scripts": { | ||
"build": "npm run build:src && npm run build:min && npm run build:types", | ||
"build": "npm run build:src && npm run build:types", | ||
"build:src": "rollup -c", | ||
"build:types": "tsc --emitDeclarationOnly", | ||
"build:min": "uglifyjs dist/index.js -o dist/index.min.js", | ||
"build:docs": "npm run build:types && api-extractor run --local --verbose && api-documenter markdown -i=docs/input -o=docs/output", | ||
"build:docs": "npm run build:types && api-extractor run --local --verbose", | ||
"build:demo": "npm run build:src && node demo/build.js www", | ||
"prepublishOnly": "npm run build", | ||
"demo": "npm run build:demo && npx serve www", | ||
"deploy:docs": "npm run build:docs && gh-pages -d docs/output", | ||
"deploy:demo": "npm run build:demo && gh-pages -d www", | ||
@@ -50,7 +52,5 @@ "test": "jest --coverage tests", | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"@babel/core": "^7.11.6", | ||
"@babel/preset-env": "^7.12.11", | ||
"@microsoft/api-documenter": "^7.12.6", | ||
"@microsoft/api-extractor": "^7.13.0", | ||
@@ -70,4 +70,3 @@ "@rollup/plugin-babel": "^5.2.2", | ||
"tslib": "^2.0.3", | ||
"typescript": "^4.1.3", | ||
"uglify-js": "^3.12.4" | ||
"typescript": "^4.1.3" | ||
}, | ||
@@ -98,2 +97,2 @@ "husky": { | ||
] | ||
} | ||
} |
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
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
17
0
126453
16
1
0