@opentelemetry/resource-detector-alibaba-cloud 0.26.2 → 0.27.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,32 @@
1
1
  # Changelog
2
2
 
3
+ ### Dependencies
4
+
5
+ * The following workspace dependencies were updated
6
+ * devDependencies
7
+ * @opentelemetry/contrib-test-utils bumped from ^0.30.0 to ^0.31.0
8
+
9
+ ### Dependencies
10
+
11
+ * The following workspace dependencies were updated
12
+ * devDependencies
13
+ * @opentelemetry/contrib-test-utils bumped from ^0.31.0 to ^0.32.0
14
+
15
+ ## [0.27.0](https://github.com/open-telemetry/opentelemetry-js-contrib/compare/resource-detector-alibaba-cloud-v0.26.2...resource-detector-alibaba-cloud-v0.27.0) (2022-05-14)
16
+
17
+
18
+ ### Features
19
+
20
+ * add supported node versions for all packages ([#973](https://github.com/open-telemetry/opentelemetry-js-contrib/issues/973)) ([baaacbd](https://github.com/open-telemetry/opentelemetry-js-contrib/commit/baaacbdd35ca4baab0afae64647aa8c0380ee4b7))
21
+ * use Otel SDK 1.2/0.28 ([#984](https://github.com/open-telemetry/opentelemetry-js-contrib/issues/984)) ([098c2ed](https://github.com/open-telemetry/opentelemetry-js-contrib/commit/098c2ed6f9c5ab7bd865685018c0777245aab3b7))
22
+
23
+
24
+ ### Dependencies
25
+
26
+ * The following workspace dependencies were updated
27
+ * devDependencies
28
+ * @opentelemetry/contrib-test-utils bumped from 0.29.0 to ^0.30.0
29
+
3
30
  ### [0.26.2](https://www.github.com/open-telemetry/opentelemetry-js-contrib/compare/resource-detector-alibaba-cloud-v0.26.1...resource-detector-alibaba-cloud-v0.26.2) (2022-01-24)
4
31
 
5
32
 
@@ -36,4 +63,4 @@
36
63
 
37
64
  * The following workspace dependencies were updated
38
65
  * devDependencies
39
- * @opentelemetry/contrib-test-utils bumped from ^0.25.0 to ^0.27.0
66
+ * @opentelemetry/contrib-test-utils bumped from ^0.25.0 to ^0.27.0
package/package.json CHANGED
@@ -1,22 +1,20 @@
1
1
  {
2
2
  "name": "@opentelemetry/resource-detector-alibaba-cloud",
3
- "version": "0.26.2",
3
+ "version": "0.27.2",
4
4
  "description": "OpenTelemetry resource detector for Alibaba Cloud",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/src/index.d.ts",
7
7
  "repository": "open-telemetry/opentelemetry-js-contrib",
8
8
  "scripts": {
9
9
  "clean": "rimraf build/*",
10
- "codecov": "nyc report --reporter=json && codecov -f coverage/*.json -p ../../../",
11
- "compile": "npm run version:update && tsc -p .",
10
+ "compile": "tsc -p .",
12
11
  "lint": "eslint . --ext .ts",
13
12
  "lint:fix": "eslint . --ext .ts --fix",
14
- "precompile": "tsc --version && lerna run version --scope @opentelemetry/resource-detector-alibaba-cloud --include-dependencies",
13
+ "precompile": "tsc --version && lerna run version:update --scope @opentelemetry/resource-detector-alibaba-cloud --include-dependencies",
15
14
  "prewatch": "npm run precompile",
16
15
  "prepare": "npm run compile",
17
16
  "test": "nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'",
18
17
  "tdd": "npm run test -- --watch-extensions ts --watch",
19
- "version:update": "node ../../../scripts/version-update.js",
20
18
  "watch": "tsc -w"
21
19
  },
22
20
  "keywords": [
@@ -30,7 +28,7 @@
30
28
  "author": "OpenTelemetry Authors",
31
29
  "license": "Apache-2.0",
32
30
  "engines": {
33
- "node": ">=8.5.0"
31
+ "node": ">=8.12.0"
34
32
  },
35
33
  "files": [
36
34
  "build/src/**/*.js",
@@ -44,27 +42,27 @@
44
42
  "access": "public"
45
43
  },
46
44
  "devDependencies": {
47
- "@opentelemetry/api": "1.0.2",
48
- "@opentelemetry/contrib-test-utils": "^0.29.0",
45
+ "@opentelemetry/api": "^1.0.0",
46
+ "@opentelemetry/contrib-test-utils": "^0.32.0",
49
47
  "@types/mocha": "8.2.3",
50
- "@types/node": "14.17.9",
48
+ "@types/node": "16.11.21",
51
49
  "@types/sinon": "10.0.2",
52
- "codecov": "3.8.3",
53
50
  "gts": "3.1.0",
54
51
  "mocha": "7.2.0",
55
52
  "nock": "12.0.3",
56
53
  "nyc": "15.1.0",
57
54
  "rimraf": "3.0.2",
58
- "sinon": "12.0.1",
59
- "ts-mocha": "8.0.0",
55
+ "sinon": "14.0.0",
56
+ "ts-mocha": "10.0.0",
60
57
  "typescript": "4.3.5"
61
58
  },
62
59
  "peerDependencies": {
63
- "@opentelemetry/api": "^1.0.2"
60
+ "@opentelemetry/api": "^1.0.0"
64
61
  },
65
62
  "dependencies": {
66
63
  "@opentelemetry/resources": "^1.0.0",
67
64
  "@opentelemetry/semantic-conventions": "^1.0.0"
68
65
  },
69
- "gitHead": "edfc04cbe3e7faaa365724ddc26bf702b68cc008"
66
+ "homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/detectors/node/opentelemetry-resource-detector-alibaba-cloud#readme",
67
+ "gitHead": "4a9442ceea7f8555ad6e5f731f92834f3398d5b9"
70
68
  }
@@ -1,2 +0,0 @@
1
- export declare const VERSION = "0.26.2";
2
- //# sourceMappingURL=version.d.ts.map
@@ -1,21 +0,0 @@
1
- "use strict";
2
- /*
3
- * Copyright The OpenTelemetry Authors
4
- *
5
- * Licensed under the Apache License, Version 2.0 (the "License");
6
- * you may not use this file except in compliance with the License.
7
- * You may obtain a copy of the License at
8
- *
9
- * https://www.apache.org/licenses/LICENSE-2.0
10
- *
11
- * Unless required by applicable law or agreed to in writing, software
12
- * distributed under the License is distributed on an "AS IS" BASIS,
13
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- * See the License for the specific language governing permissions and
15
- * limitations under the License.
16
- */
17
- Object.defineProperty(exports, "__esModule", { value: true });
18
- exports.VERSION = void 0;
19
- // this is autogenerated file, see scripts/version-update.js
20
- exports.VERSION = '0.26.2';
21
- //# sourceMappingURL=version.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAEH,4DAA4D;AAC/C,QAAA,OAAO,GAAG,QAAQ,CAAC"}