@pocket-tools/tracing 1.8.10 → 1.8.12
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/package.json +2 -1
- package/.turbo/turbo-build.log +0 -20
- package/.turbo/turbo-semantic-release.log +0 -86
- package/eslint.config.mjs +0 -3
- package/jest.config.js +0 -6
- package/tsconfig.json +0 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pocket-tools/tracing",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.12",
|
|
4
4
|
"description": "Utilities for tracing",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"tracing"
|
|
@@ -55,6 +55,7 @@
|
|
|
55
55
|
[
|
|
56
56
|
"@semantic-release/exec",
|
|
57
57
|
{
|
|
58
|
+
"analyzeCommitsCmd": "pnpm version ${lastRelease.version} --git-tag-version=false > /dev/null 2>&1 || true",
|
|
58
59
|
"prepareCmd": "pnpm version ${nextRelease.version} --git-tag-version=false",
|
|
59
60
|
"publishCmd": "pnpm publish --no-git-checks"
|
|
60
61
|
}
|
package/.turbo/turbo-build.log
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
> @pocket-tools/tracing@0.0.0-development build /home/runner/work/pocket-monorepo/pocket-monorepo/packages/tracing
|
|
3
|
-
> tsup src/index.ts --format cjs,esm --dts
|
|
4
|
-
|
|
5
|
-
[34mCLI[39m Building entry: src/index.ts
|
|
6
|
-
[34mCLI[39m Using tsconfig: tsconfig.json
|
|
7
|
-
[34mCLI[39m tsup v8.3.5
|
|
8
|
-
[34mCLI[39m Target: es2019
|
|
9
|
-
[34mCJS[39m Build start
|
|
10
|
-
[34mESM[39m Build start
|
|
11
|
-
[33mCJS[39m [33mYou have emitDecoratorMetadata enabled but @swc/core was not installed, skipping swc plugin[39m
|
|
12
|
-
[33mESM[39m [33mYou have emitDecoratorMetadata enabled but @swc/core was not installed, skipping swc plugin[39m
|
|
13
|
-
[32mESM[39m [1mdist/index.mjs [22m[32m10.80 KB[39m
|
|
14
|
-
[32mESM[39m ⚡️ Build success in 112ms
|
|
15
|
-
[32mCJS[39m [1mdist/index.js [22m[32m13.05 KB[39m
|
|
16
|
-
[32mCJS[39m ⚡️ Build success in 120ms
|
|
17
|
-
[34mDTS[39m Build start
|
|
18
|
-
[32mDTS[39m ⚡️ Build success in 8163ms
|
|
19
|
-
[32mDTS[39m [1mdist/index.d.ts [22m[32m557.00 B[39m
|
|
20
|
-
[32mDTS[39m [1mdist/index.d.mts [22m[32m557.00 B[39m
|
|
@@ -1,86 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
> @pocket-tools/tracing@0.0.0-development presemantic-release /home/runner/work/pocket-monorepo/pocket-monorepo/packages/tracing
|
|
3
|
-
> pnpm run build
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
> @pocket-tools/tracing@0.0.0-development build /home/runner/work/pocket-monorepo/pocket-monorepo/packages/tracing
|
|
7
|
-
> tsup src/index.ts --format cjs,esm --dts
|
|
8
|
-
|
|
9
|
-
[34mCLI[39m Building entry: src/index.ts
|
|
10
|
-
[34mCLI[39m Using tsconfig: tsconfig.json
|
|
11
|
-
[34mCLI[39m tsup v8.3.5
|
|
12
|
-
[34mCLI[39m Target: es2019
|
|
13
|
-
[34mCJS[39m Build start
|
|
14
|
-
[34mESM[39m Build start
|
|
15
|
-
[33mCJS[39m [33mYou have emitDecoratorMetadata enabled but @swc/core was not installed, skipping swc plugin[39m
|
|
16
|
-
[33mESM[39m [33mYou have emitDecoratorMetadata enabled but @swc/core was not installed, skipping swc plugin[39m
|
|
17
|
-
[32mCJS[39m [1mdist/index.js [22m[32m13.05 KB[39m
|
|
18
|
-
[32mCJS[39m ⚡️ Build success in 228ms
|
|
19
|
-
[32mESM[39m [1mdist/index.mjs [22m[32m10.80 KB[39m
|
|
20
|
-
[32mESM[39m ⚡️ Build success in 230ms
|
|
21
|
-
[34mDTS[39m Build start
|
|
22
|
-
[32mDTS[39m ⚡️ Build success in 8369ms
|
|
23
|
-
[32mDTS[39m [1mdist/index.d.ts [22m[32m557.00 B[39m
|
|
24
|
-
[32mDTS[39m [1mdist/index.d.mts [22m[32m557.00 B[39m
|
|
25
|
-
|
|
26
|
-
> @pocket-tools/tracing@0.0.0-development semantic-release /home/runner/work/pocket-monorepo/pocket-monorepo/packages/tracing
|
|
27
|
-
> semantic-release
|
|
28
|
-
|
|
29
|
-
[10:52:16 PM] [semantic-release] › ℹ Running semantic-release version 24.2.0
|
|
30
|
-
[10:52:17 PM] [semantic-release] › ✔ Loaded plugin "verifyConditions" from "@semantic-release/exec"
|
|
31
|
-
[10:52:17 PM] [semantic-release] › ✔ Loaded plugin "verifyConditions" from "@semantic-release/github"
|
|
32
|
-
[10:52:17 PM] [semantic-release] › ✔ Loaded plugin "verifyRelease" from "@semantic-release/exec"
|
|
33
|
-
[10:52:17 PM] [semantic-release] › ✔ Loaded plugin "prepare" from "@semantic-release/exec"
|
|
34
|
-
[10:52:17 PM] [semantic-release] › ✔ Loaded plugin "publish" from "@semantic-release/exec"
|
|
35
|
-
[10:52:17 PM] [semantic-release] › ✔ Loaded plugin "publish" from "@semantic-release/github"
|
|
36
|
-
[10:52:17 PM] [semantic-release] › ✔ Loaded plugin "addChannel" from "@semantic-release/exec"
|
|
37
|
-
[10:52:17 PM] [semantic-release] › ✔ Loaded plugin "addChannel" from "@semantic-release/github"
|
|
38
|
-
[10:52:24 PM] [semantic-release] › ✔ Run automated release from branch main on repository git+https://github.com/Pocket/pocket-monorepo.git
|
|
39
|
-
[10:52:25 PM] [semantic-release] › ✔ Allowed to push to the Git repository
|
|
40
|
-
[10:52:25 PM] [semantic-release] › ℹ Start step "verifyConditions" of plugin "@semantic-release/exec"
|
|
41
|
-
[10:52:25 PM] [semantic-release] › ✔ Completed step "verifyConditions" of plugin "@semantic-release/exec"
|
|
42
|
-
[10:52:25 PM] [semantic-release] › ℹ Start step "verifyConditions" of plugin "@semantic-release/github"
|
|
43
|
-
[10:52:25 PM] [semantic-release] [@semantic-release/github] › ℹ Verify GitHub authentication (https://api.github.com)
|
|
44
|
-
[10:52:25 PM] [semantic-release] › ✔ Completed step "verifyConditions" of plugin "@semantic-release/github"
|
|
45
|
-
[10:52:25 PM] [semantic-release] › ℹ Found git tag @pocket-tools/tracing-v1.8.9 associated with version 1.8.9 on branch main
|
|
46
|
-
[10:52:26 PM] [semantic-release] › ℹ Found 14 commits since last release
|
|
47
|
-
[10:52:26 PM] [semantic-release] › ℹ Start step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
|
|
48
|
-
[10:52:26 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ Start step "analyzeCommits" of plugin "@semantic-release/commit-analyzer"
|
|
49
|
-
[10:52:26 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ Found 1 commits for package @pocket-tools/tracing since last release
|
|
50
|
-
[10:52:26 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ Analyzing commit: fix(otel): adding in the environment to otel (#944)
|
|
51
|
-
[10:52:26 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ The release type for the commit is patch
|
|
52
|
-
[10:52:26 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ Analysis of 1 commits complete: patch release
|
|
53
|
-
[10:52:26 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ Completed step "analyzeCommits" of plugin "@semantic-release/commit-analyzer"
|
|
54
|
-
[10:52:26 PM] [semantic-release] › ✔ Completed step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
|
|
55
|
-
[10:52:26 PM] [semantic-release] › ℹ Start step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
|
|
56
|
-
[10:52:26 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ Plugin "@semantic-release/release-notes-generator" does not provide step "analyzeCommits"
|
|
57
|
-
[10:52:26 PM] [semantic-release] › ✔ Completed step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
|
|
58
|
-
[10:52:26 PM] [semantic-release] › ℹ Start step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
|
|
59
|
-
[10:52:26 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ Start step "analyzeCommits" of plugin "@semantic-release/exec"
|
|
60
|
-
[10:52:26 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ Found 1 commits for package @pocket-tools/tracing since last release
|
|
61
|
-
[10:52:26 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ Completed step "analyzeCommits" of plugin "@semantic-release/exec"
|
|
62
|
-
[10:52:26 PM] [semantic-release] › ✔ Completed step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
|
|
63
|
-
[10:52:26 PM] [semantic-release] › ℹ Start step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
|
|
64
|
-
[10:52:26 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ Plugin "@semantic-release/github" does not provide step "analyzeCommits"
|
|
65
|
-
[10:52:26 PM] [semantic-release] › ✔ Completed step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
|
|
66
|
-
[10:52:26 PM] [semantic-release] › ℹ Start step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
|
|
67
|
-
[10:52:26 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ No more plugins
|
|
68
|
-
[10:52:26 PM] [semantic-release] › ✔ Completed step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
|
|
69
|
-
[10:52:26 PM] [semantic-release] › ℹ Start step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
|
|
70
|
-
[10:52:26 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ No more plugins
|
|
71
|
-
[10:52:26 PM] [semantic-release] › ✔ Completed step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
|
|
72
|
-
[10:52:26 PM] [semantic-release] › ℹ Start step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
|
|
73
|
-
[10:52:26 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ No more plugins
|
|
74
|
-
[10:52:26 PM] [semantic-release] › ✔ Completed step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
|
|
75
|
-
[10:52:26 PM] [semantic-release] › ℹ Start step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
|
|
76
|
-
[10:52:26 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ No more plugins
|
|
77
|
-
[10:52:26 PM] [semantic-release] › ✔ Completed step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
|
|
78
|
-
[10:52:26 PM] [semantic-release] › ℹ Start step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
|
|
79
|
-
[10:52:26 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ No more plugins
|
|
80
|
-
[10:52:26 PM] [semantic-release] › ✔ Completed step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
|
|
81
|
-
[10:52:26 PM] [semantic-release] › ℹ Start step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
|
|
82
|
-
[10:52:26 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ No more plugins
|
|
83
|
-
[10:52:26 PM] [semantic-release] › ✔ Completed step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
|
|
84
|
-
[10:52:26 PM] [semantic-release] › ℹ The next release version is 1.8.10
|
|
85
|
-
[10:52:26 PM] [semantic-release] › ℹ Start step "verifyRelease" of plugin "@semantic-release/exec"
|
|
86
|
-
[10:52:26 PM] [semantic-release] › ✔ Completed step "verifyRelease" of plugin "@semantic-release/exec"
|
package/eslint.config.mjs
DELETED
package/jest.config.js
DELETED