@bluealba/opentelemetry-tracer 1.0.4-develop-1171 → 2.0.0-develop-1173

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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @bluealba/opentelemetry-tracer@1.0.4-develop-1171 build
2
+ > @bluealba/opentelemetry-tracer@2.0.0-develop-1173 build
3
3
  > tsc
4
4
 
@@ -1,5 +1,5 @@
1
1
 
2
- > @bluealba/opentelemetry-tracer@1.0.4-develop-1171 test
2
+ > @bluealba/opentelemetry-tracer@2.0.0-develop-1173 test
3
3
  > jest --detectOpenHandles --forceExit
4
4
 
5
5
  PASS __tests__/tracing.test.ts
@@ -20,5 +20,5 @@ PASS __tests__/with-tracing.test.ts
20
20
  Test Suites: 2 passed, 2 total
21
21
  Tests: 4 passed, 4 total
22
22
  Snapshots: 0 total
23
- Time: 4.694 s
23
+ Time: 4.788 s
24
24
  Ran all test suites.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @bluealba-public/opentelemetry-tracer
2
2
 
3
+ ## 2.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - feba37d: rename npm package scope from @bluealba-public to @bluealba
8
+
9
+ ### Patch Changes
10
+
11
+ - 6ea9956: update all package licenses to PolyForm-Noncommercial-1.0.0 with full license text and copyright notice
12
+
3
13
  ## 1.0.4
4
14
 
5
15
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bluealba/opentelemetry-tracer",
3
- "version": "1.0.4-develop-1171",
3
+ "version": "2.0.0-develop-1173",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "scripts": {
package/version.json CHANGED
@@ -1 +1 @@
1
- {"version": "1.0.4-develop-1171", "name": "bluealba-opentelemetry-tracer", "displayName": "null"}
1
+ {"version": "2.0.0-develop-1173", "name": "bluealba-opentelemetry-tracer", "displayName": "null"}