Skip to content

Commit

Permalink
Merge pull request #483 from solarwinds/release-2024-10-31
Browse files Browse the repository at this point in the history
solarwinds-apm v14.0.4
  • Loading branch information
raphael-theriault-swi authored Nov 4, 2024
2 parents aca3dd9 + 677c926 commit f3e26dd
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- run: yarn lint
- run: yarn publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Export version
id: version
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ jobs:
- run: yarn publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
YARN_NPM_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
YARN_NPM_PUBLISH_REGISTRY: https://npm.pkg.github.com

- name: Export version
id: version
Expand Down
9 changes: 0 additions & 9 deletions .yarn/versions/b85a12aa.yml

This file was deleted.

2 changes: 1 addition & 1 deletion packages/histogram/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solarwinds-apm/histogram",
"version": "1.0.2",
"version": "1.0.3",
"license": "Apache-2.0",
"contributors": [
"Raphaël Thériault <raphael.theriault@solarwinds.com>"
Expand Down
2 changes: 1 addition & 1 deletion packages/instrumentations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solarwinds-apm/instrumentations",
"version": "1.0.2",
"version": "1.0.3",
"license": "Apache-2.0",
"contributors": [
"Raphaël Thériault <raphael.theriault@solarwinds.com>"
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solarwinds-apm/sdk",
"version": "1.0.2",
"version": "1.0.3",
"license": "Apache-2.0",
"contributors": [
"Raphaël Thériault <raphael.theriault@solarwinds.com>"
Expand Down
6 changes: 6 additions & 0 deletions packages/solarwinds-apm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# [14.0.4](https://github.com/solarwinds/apm-js/releases/tag/v14.0.3)

## Fixes

- Update `import-in-the-middle` transitive dependency to fix ESM loader issues.

# [14.0.3](https://github.com/solarwinds/apm-js/releases/tag/v14.0.3)

## Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/solarwinds-apm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "solarwinds-apm",
"version": "14.0.3",
"version": "14.0.4",
"description": "OpenTelemetry-based SolarWinds APM library",
"license": "Apache-2.0",
"contributors": [
Expand Down
4 changes: 3 additions & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,18 @@
},
"release": {
"dependsOn": ["^release"],
"env": ["YARN_*", "GITHUB_*"],
"outputs": []
},
"start": {
"dependsOn": ["build"],
"env": ["SW_APM_*"],
"outputs": []
},
"test": {
"dependsOn": ["@solarwinds-apm/test#build", "build"],
"env": ["SW_APM_*"],
"inputs": ["package.json", "tsconfig.json", "src/**", "test/**"],
"env": ["SW_APM_*", "OTEL_*"],
"outputs": []
}
},
Expand Down

0 comments on commit f3e26dd

Please sign in to comment.