@opencensus/resource-util
Advanced tools
Comparing version 0.0.9 to 0.0.10
{ | ||
"name": "@opencensus/resource-util", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "The OpenCensus Monitored Resource Util for Node.js is a collection of utilities for auto detecting monitored resource when exporting stats, based on the environment where the application is running.", | ||
@@ -9,3 +9,3 @@ "main": "build/src/index.js", | ||
"scripts": { | ||
"test": "nyc mocha build/test/**/*.js", | ||
"test": "nyc ts-mocha -p ./tsconfig.json test/**/*.ts", | ||
"codecov": "nyc report --reporter=json && codecov -f coverage/*.json", | ||
@@ -17,3 +17,2 @@ "clean": "rimraf build/*", | ||
"prepare": "npm run compile", | ||
"pretest": "npm run compile", | ||
"posttest": "npm run check" | ||
@@ -40,2 +39,13 @@ }, | ||
], | ||
"nyc": { | ||
"extension": [ | ||
".ts", | ||
".tsx" | ||
], | ||
"exclude": [ | ||
"**/*.d.ts", | ||
"build/**/**/*.js" | ||
], | ||
"all": true | ||
}, | ||
"publishConfig": { | ||
@@ -50,12 +60,13 @@ "access": "public" | ||
"gts": "^0.9.0", | ||
"mocha": "^5.1.1", | ||
"mocha": "^6.0.0", | ||
"nock": "^10.0.0", | ||
"nyc": "^13.0.0", | ||
"rimraf": "^2.6.2", | ||
"ts-mocha": "^6.0.0", | ||
"typescript": "~3.2.0" | ||
}, | ||
"dependencies": { | ||
"@opencensus/core": "^0.0.9", | ||
"gcp-metadata": "^0.9.3" | ||
"@opencensus/core": "^0.0.10", | ||
"gcp-metadata": "^1.0.0" | ||
} | ||
} |
34810
11
11
491
+ Added@opencensus/core@0.0.10(transitive)
+ Addedgcp-metadata@1.0.0(transitive)
+ Addedsemver@6.3.1(transitive)
- Removed@opencensus/core@0.0.9(transitive)
- Removedgcp-metadata@0.9.3(transitive)
Updated@opencensus/core@^0.0.10
Updatedgcp-metadata@^1.0.0