@upyo/opentelemetry 0.2.1-dev.29 → 0.2.2-dev.42
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/LICENSE +20 -0
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/LICENSE
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright 2025 Hong Minhee
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
6
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
7
|
+
the Software without restriction, including without limitation the rights to
|
|
8
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
9
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
10
|
+
subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
17
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
18
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
19
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
20
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
package/dist/index.cjs
CHANGED
|
@@ -116,7 +116,7 @@ function defaultErrorClassifier(error) {
|
|
|
116
116
|
//#endregion
|
|
117
117
|
//#region package.json
|
|
118
118
|
var name = "@upyo/opentelemetry";
|
|
119
|
-
var version = "0.2.
|
|
119
|
+
var version = "0.2.2-dev.42+d516cdc2";
|
|
120
120
|
var description = "OpenTelemetry observability transport for Upyo email library";
|
|
121
121
|
var keywords = [
|
|
122
122
|
"email",
|
package/dist/index.js
CHANGED
|
@@ -93,7 +93,7 @@ function defaultErrorClassifier(error) {
|
|
|
93
93
|
//#endregion
|
|
94
94
|
//#region package.json
|
|
95
95
|
var name = "@upyo/opentelemetry";
|
|
96
|
-
var version = "0.2.
|
|
96
|
+
var version = "0.2.2-dev.42+d516cdc2";
|
|
97
97
|
var description = "OpenTelemetry observability transport for Upyo email library";
|
|
98
98
|
var keywords = [
|
|
99
99
|
"email",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@upyo/opentelemetry",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2-dev.42+d516cdc2",
|
|
4
4
|
"description": "OpenTelemetry observability transport for Upyo email library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"email",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"sideEffects": false,
|
|
59
59
|
"peerDependencies": {
|
|
60
60
|
"@opentelemetry/api": "^1.9.0",
|
|
61
|
-
"@upyo/core": "0.2.
|
|
61
|
+
"@upyo/core": "0.2.2-dev.42+d516cdc2"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"@dotenvx/dotenvx": "^1.47.3",
|