@textile/security
Advanced tools
Comparing version 0.5.0 to 0.6.1
@@ -6,2 +6,24 @@ # Change Log | ||
## [0.6.1](https://github.com/textileio/js-threads/compare/@textile/security@0.6.0...@textile/security@0.6.1) (2020-11-26) | ||
### Bug Fixes | ||
* unpushed updates for packaging ([9535fd9](https://github.com/textileio/js-threads/commit/9535fd9d359cd15275f318663d0cc9d47d856206)) | ||
# [0.6.0](https://github.com/textileio/js-threads/compare/@textile/security@0.5.0...@textile/security@0.6.0) (2020-11-26) | ||
### Features | ||
* produce esm outputs for all subpackages ([3e401e2](https://github.com/textileio/js-threads/commit/3e401e2af0aa5bdd0b9f57dd23385843c2b6a5b4)) | ||
# [0.5.0](https://github.com/textileio/js-threads/compare/@textile/security@0.4.0...@textile/security@0.5.0) (2020-11-25) | ||
@@ -8,0 +30,0 @@ |
{ | ||
"name": "@textile/security", | ||
"version": "0.5.0", | ||
"version": "0.6.1", | ||
"description": "Common types/interfaces for Textile security including authentication and authorization.", | ||
"main": "dist/index", | ||
"types": "dist/index", | ||
"main": "dist/cjs/index.js", | ||
"types": "dist/cjs/index.d.ts", | ||
"module": "dist/esm/index.js", | ||
"files": [ | ||
@@ -16,7 +17,8 @@ "dist/**/!(*.spec).js?(.map)", | ||
"scripts": { | ||
"prepublishOnly": "npm run build", | ||
"prepare": "npm run build", | ||
"prebuild": "npm run clean", | ||
"build": "npx tsc -b tsconfig.json", | ||
"clean": "npx rimraf ./dist ./tsconfig.tsbuildinfo" | ||
"prepublishOnly": "npm run clean && npm run build", | ||
"build": "npm run build:cjs && npm run build:esm", | ||
"build:cjs": "npx tsc -b ./tsconfig.json", | ||
"build:esm": "npx tsc -b ./tsconfig.esm.json", | ||
"clean": "npx rimraf ./dist", | ||
"test:browser": "polendina --cleanup src/**/*.spec.ts --webpack-config ../../webpack.test.js" | ||
}, | ||
@@ -32,3 +34,3 @@ "repository": "github:textileio/js-threads", | ||
}, | ||
"gitHead": "e6d84bffbba928d804accc562f1766838479982d" | ||
"gitHead": "f6c1f78168941618da5016d2e005c430d3a306d3" | ||
} |
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
56585
16
700
1