@pocket-tools/tracing 1.8.10 → 1.8.11

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pocket-tools/tracing",
3
- "version": "1.8.10",
3
+ "version": "1.8.11",
4
4
  "description": "Utilities for tracing",
5
5
  "keywords": [
6
6
  "tracing"
@@ -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
- CLI Building entry: src/index.ts
6
- CLI Using tsconfig: tsconfig.json
7
- CLI tsup v8.3.5
8
- CLI Target: es2019
9
- CJS Build start
10
- ESM Build start
11
- CJS You have emitDecoratorMetadata enabled but @swc/core was not installed, skipping swc plugin
12
- ESM You have emitDecoratorMetadata enabled but @swc/core was not installed, skipping swc plugin
13
- ESM dist/index.mjs 10.80 KB
14
- ESM ⚡️ Build success in 112ms
15
- CJS dist/index.js 13.05 KB
16
- CJS ⚡️ Build success in 120ms
17
- DTS Build start
18
- DTS ⚡️ Build success in 8163ms
19
- DTS dist/index.d.ts 557.00 B
20
- DTS dist/index.d.mts 557.00 B
@@ -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
- CLI Building entry: src/index.ts
10
- CLI Using tsconfig: tsconfig.json
11
- CLI tsup v8.3.5
12
- CLI Target: es2019
13
- CJS Build start
14
- ESM Build start
15
- CJS You have emitDecoratorMetadata enabled but @swc/core was not installed, skipping swc plugin
16
- ESM You have emitDecoratorMetadata enabled but @swc/core was not installed, skipping swc plugin
17
- CJS dist/index.js 13.05 KB
18
- CJS ⚡️ Build success in 228ms
19
- ESM dist/index.mjs 10.80 KB
20
- ESM ⚡️ Build success in 230ms
21
- DTS Build start
22
- DTS ⚡️ Build success in 8369ms
23
- DTS dist/index.d.ts 557.00 B
24
- DTS dist/index.d.mts 557.00 B
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
@@ -1,3 +0,0 @@
1
- import packages from '@pocket-tools/eslint-config/packages';
2
- import tseslint from 'typescript-eslint';
3
- export default tseslint.config(...packages);
package/jest.config.js DELETED
@@ -1,6 +0,0 @@
1
- module.exports = {
2
- preset: 'ts-jest',
3
- testEnvironment: 'node',
4
- testMatch: ['**/?(*.)+(jest|spec).[jt]s?(x)'],
5
- testPathIgnorePatterns: ['/dist/'],
6
- };
package/tsconfig.json DELETED
@@ -1,9 +0,0 @@
1
- {
2
- "extends": "tsconfig/library.json",
3
- "compilerOptions": {
4
- "outDir": "dist",
5
- "rootDir": "src"
6
- },
7
- "exclude": ["node_modules", "dist", "**/*.spec.ts"],
8
- "include": ["src/**/*.ts", "src/config"]
9
- }