@textile/security
Advanced tools
Comparing version 0.2.7 to 0.2.8
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.2.8](https://github.com/textileio/js-threads/compare/@textile/security@0.2.7...@textile/security@0.2.8) (2020-09-23) | ||
**Note:** Version bump only for package @textile/security | ||
## [0.2.7](https://github.com/textileio/js-threads/compare/@textile/security@0.2.6...@textile/security@0.2.7) (2020-09-10) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@textile/security", | ||
"version": "0.2.7", | ||
"version": "0.2.8", | ||
"description": "Common types/interfaces for Textile security including authentication and authorization.", | ||
@@ -19,10 +19,8 @@ "main": "dist/index", | ||
"prebuild": "npm run clean", | ||
"build": "tsc -b tsconfig.json", | ||
"clean": "rimraf ./dist ./tsconfig.tsbuildinfo" | ||
"build": "npx tsc -b tsconfig.json", | ||
"clean": "npx rimraf ./dist ./tsconfig.tsbuildinfo" | ||
}, | ||
"repository": "github:textileio/js-threads", | ||
"devDependencies": { | ||
"@improbable-eng/grpc-web": "^0.13.0", | ||
"rimraf": "^3.0.0", | ||
"typescript": "^3.7.2" | ||
"@improbable-eng/grpc-web": "^0.13.0" | ||
}, | ||
@@ -34,3 +32,3 @@ "dependencies": { | ||
}, | ||
"gitHead": "421482221b70fabff7ca6c8a13573760a6260df9" | ||
"gitHead": "148d04d3e8ee24d06e4b2aca97e87e1fd154bc36" | ||
} |
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
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
19188
1