@commercetools/ts-sdk-apm 4.0.0 → 4.4.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +40 -1
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,45 @@
1
1
  # @commercetools/ts-sdk-apm
2
2
 
3
+ ## 4.4.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1219](https://github.com/commercetools/commercetools-sdk-typescript/pull/1219) [`c665e6d`](https://github.com/commercetools/commercetools-sdk-typescript/commit/c665e6d12fe11e66baa303059869bca2b7364b1c) Thanks [@ShipilA](https://github.com/ShipilA)! - Monthly release
8
+
9
+ ## 4.4.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [#1209](https://github.com/commercetools/commercetools-sdk-typescript/pull/1209) [`77c6132`](https://github.com/commercetools/commercetools-sdk-typescript/commit/77c61328d222dbbbde3e79c63c2bb76df3f012a6) Thanks [@ajimae](https://github.com/ajimae)! - release all packages
14
+
15
+ ## 4.3.0
16
+
17
+ ### Minor Changes
18
+
19
+ - [#1205](https://github.com/commercetools/commercetools-sdk-typescript/pull/1205) [`1ceb53b`](https://github.com/commercetools/commercetools-sdk-typescript/commit/1ceb53bf00457494ad061d7fe77a8d1b5a010d04) Thanks [@ajimae](https://github.com/ajimae)! - release packages
20
+
21
+ ### Patch Changes
22
+
23
+ - [#1205](https://github.com/commercetools/commercetools-sdk-typescript/pull/1205) [`1ceb53b`](https://github.com/commercetools/commercetools-sdk-typescript/commit/1ceb53bf00457494ad061d7fe77a8d1b5a010d04) Thanks [@ajimae](https://github.com/ajimae)! - release packages
24
+
25
+ - [#1205](https://github.com/commercetools/commercetools-sdk-typescript/pull/1205) [`1ceb53b`](https://github.com/commercetools/commercetools-sdk-typescript/commit/1ceb53bf00457494ad061d7fe77a8d1b5a010d04) Thanks [@ajimae](https://github.com/ajimae)! - release changeset
26
+
27
+ ## 4.2.0
28
+
29
+ ### Minor Changes
30
+
31
+ - [#1203](https://github.com/commercetools/commercetools-sdk-typescript/pull/1203) [`e0b0fcc`](https://github.com/commercetools/commercetools-sdk-typescript/commit/e0b0fccaed4812c0ac47b0c8c4724e81174b0255) Thanks [@ajimae](https://github.com/ajimae)! - release packages
32
+
33
+ ### Patch Changes
34
+
35
+ - [#1203](https://github.com/commercetools/commercetools-sdk-typescript/pull/1203) [`e0b0fcc`](https://github.com/commercetools/commercetools-sdk-typescript/commit/e0b0fccaed4812c0ac47b0c8c4724e81174b0255) Thanks [@ajimae](https://github.com/ajimae)! - release changeset
36
+
37
+ ## 4.1.0
38
+
39
+ ### Minor Changes
40
+
41
+ - [#1201](https://github.com/commercetools/commercetools-sdk-typescript/pull/1201) [`f7c3101`](https://github.com/commercetools/commercetools-sdk-typescript/commit/f7c31015ae0e18111c31fcdb3baee8e964bad99b) Thanks [@ajimae](https://github.com/ajimae)! - release packages
42
+
3
43
  ## 4.0.0
4
44
 
5
45
  ### Major Changes
@@ -56,7 +96,6 @@
56
96
  ### Patch Changes
57
97
 
58
98
  - [#551](https://github.com/commercetools/commercetools-sdk-typescript/pull/551) [`9e7939a`](https://github.com/commercetools/commercetools-sdk-typescript/commit/9e7939a1df234fd1f4f77c60f4ff75b31d7fc3fd) Thanks [@github-actions](https://github.com/apps/github-actions)! - BREAKING CHANGE:
59
-
60
99
  - fix URI parameters to be URI encoded
61
100
 
62
101
  - [#545](https://github.com/commercetools/commercetools-sdk-typescript/pull/545) [`a6d0df2`](https://github.com/commercetools/commercetools-sdk-typescript/commit/a6d0df2034b72504db2aa2d13a8d3726d97cc881) Thanks [@ajimae](https://github.com/ajimae)! - - fix user-agent header
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercetools/ts-sdk-apm",
3
- "version": "4.0.0",
3
+ "version": "4.4.1",
4
4
  "description": "commercetools typescript SDK application performance monitoring.",
5
5
  "main": "dist/commercetools-ts-sdk-apm.cjs.js",
6
6
  "module": "dist/commercetools-ts-sdk-apm.esm.js",
@@ -9,11 +9,11 @@
9
9
  "private": false,
10
10
  "dependencies": {
11
11
  "@opentelemetry/api": "^1.4.1",
12
- "@opentelemetry/auto-instrumentations-node": "^0.58.0",
13
- "@opentelemetry/exporter-metrics-otlp-http": "^0.200.0",
14
- "@opentelemetry/sdk-node": "^0.200.0",
12
+ "@opentelemetry/auto-instrumentations-node": "^0.64.0",
13
+ "@opentelemetry/exporter-metrics-otlp-http": "^0.205.0",
14
+ "@opentelemetry/sdk-node": "^0.205.0",
15
15
  "dd-trace": "^5.31.0",
16
- "newrelic": "^12.10.0",
16
+ "newrelic": "^13.0.0",
17
17
  "uuid": "11.1.0"
18
18
  },
19
19
  "publishConfig": {
@@ -32,11 +32,11 @@
32
32
  "opentelemetry",
33
33
  "tracing"
34
34
  ],
35
- "homepage": "https://github.com/commercetools/commercetools-typescript-sdks",
36
- "bugs": "https://github.com/commercetools/commercetools-typescript-sdks/issues",
35
+ "homepage": "https://github.com/commercetools/commercetools-sdk-typescript",
36
+ "bugs": "https://github.com/commercetools/commercetools-sdk-typescript/issues",
37
37
  "repository": {
38
38
  "type": "git",
39
- "url": "https://github.com/commercetools/commercetools-typescript-sdks.git"
39
+ "url": "https://github.com/commercetools/commercetools-sdk-typescript"
40
40
  },
41
41
  "files": [
42
42
  "dist",