@textile/context
Advanced tools
Comparing version 0.6.8 to 0.6.9
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.6.9](https://github.com/textileio/js-threads/compare/@textile/context@0.6.8...@textile/context@0.6.9) (2020-09-23) | ||
**Note:** Version bump only for package @textile/context | ||
## [0.6.8](https://github.com/textileio/js-threads/compare/@textile/context@0.6.7...@textile/context@0.6.8) (2020-09-10) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@textile/context", | ||
"version": "0.6.8", | ||
"version": "0.6.9", | ||
"main": "dist/index", | ||
@@ -18,4 +18,4 @@ "types": "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", | ||
"test:browser": "polendina --cleanup --timeout 60 src/**/*.spec.ts --webpack-config ../../webpack.test.js" | ||
@@ -25,11 +25,6 @@ }, | ||
"devDependencies": { | ||
"@improbable-eng/grpc-web": "^0.13.0", | ||
"rimraf": "^3.0.0", | ||
"typescript": "^3.7.2" | ||
"@improbable-eng/grpc-web": "^0.13.0" | ||
}, | ||
"references": [ | ||
{ | ||
"path": "../id" | ||
}, | ||
{ | ||
"path": "../security" | ||
@@ -39,5 +34,5 @@ } | ||
"dependencies": { | ||
"@textile/security": "^0.2.7" | ||
"@textile/security": "^0.2.8" | ||
}, | ||
"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
33313
1
Updated@textile/security@^0.2.8