@opentelemetry/resource-detector-gcp 0.26.1 → 0.26.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ### [0.26.2](https://www.github.com/open-telemetry/opentelemetry-js-contrib/compare/resource-detector-gcp-v0.26.1...resource-detector-gcp-v0.26.2) (2022-01-24)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * rename lerna's --include-filtered-dependencies option ([#817](https://www.github.com/open-telemetry/opentelemetry-js-contrib/issues/817)) ([cf268e7](https://www.github.com/open-telemetry/opentelemetry-js-contrib/commit/cf268e7a92b7800ad6dbec9ca77466f9ee03ee1a))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * devDependencies
15
+ * @opentelemetry/contrib-test-utils bumped from ^0.28.0 to ^0.29.0
16
+
3
17
  ### [0.26.1](https://www.github.com/open-telemetry/opentelemetry-js-contrib/compare/resource-detector-gcp-v0.26.0...resource-detector-gcp-v0.26.1) (2021-11-30)
4
18
 
5
19
 
@@ -22,4 +36,4 @@
22
36
 
23
37
  * The following workspace dependencies were updated
24
38
  * devDependencies
25
- * @opentelemetry/contrib-test-utils bumped from ^0.25.0 to ^0.27.0
39
+ * @opentelemetry/contrib-test-utils bumped from ^0.25.0 to ^0.27.0
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.26.1";
1
+ export declare const VERSION = "0.26.2";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -17,5 +17,5 @@
17
17
  Object.defineProperty(exports, "__esModule", { value: true });
18
18
  exports.VERSION = void 0;
19
19
  // this is autogenerated file, see scripts/version-update.js
20
- exports.VERSION = '0.26.1';
20
+ exports.VERSION = '0.26.2';
21
21
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opentelemetry/resource-detector-gcp",
3
- "version": "0.26.1",
3
+ "version": "0.26.2",
4
4
  "description": "OpenTelemetry SDK resource detector for GCP",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/src/index.d.ts",
@@ -11,7 +11,7 @@
11
11
  "compile": "npm run version:update && tsc -p .",
12
12
  "lint": "eslint . --ext .ts",
13
13
  "lint:fix": "eslint . --ext .ts --fix",
14
- "precompile": "tsc --version && lerna run version --scope @opentelemetry/resource-detector-gcp --include-filtered-dependencies",
14
+ "precompile": "tsc --version && lerna run version --scope @opentelemetry/resource-detector-gcp --include-dependencies",
15
15
  "prewatch": "npm run precompile",
16
16
  "prepare": "npm run compile",
17
17
  "test": "nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'",
@@ -44,7 +44,7 @@
44
44
  },
45
45
  "devDependencies": {
46
46
  "@opentelemetry/api": "1.0.2",
47
- "@opentelemetry/contrib-test-utils": "^0.28.0",
47
+ "@opentelemetry/contrib-test-utils": "^0.29.0",
48
48
  "@opentelemetry/core": "1.0.1",
49
49
  "@types/mocha": "8.2.3",
50
50
  "@types/node": "14.17.9",
@@ -67,5 +67,5 @@
67
67
  "gcp-metadata": "^4.1.4",
68
68
  "semver": "7.3.5"
69
69
  },
70
- "gitHead": "45f84dcd2fe01db242fd0efed293db685b9fd9f3"
70
+ "gitHead": "edfc04cbe3e7faaa365724ddc26bf702b68cc008"
71
71
  }