-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
44 additions
and
24 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
js/packages/opentelemetry-plugin-launchdarkly-node-server/package-lock.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,14 @@ | ||
{ | ||
"name": "@lightstep/opentelemetry-plugin-launchdarkly-node-server", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "OpenTelemetry splitio automatic instrumentation package.", | ||
"main": "build/src/index.js", | ||
"types": "build/src/index.d.ts", | ||
"repository": "lightstep/lightstep-partner-sdk", | ||
"repository": { | ||
"type": "git", | ||
"url": "ssh://[email protected]:lightstep/lightstep-partner-toolkit.git", | ||
"directory": "js/packages/opentelemetry-plugin-launchdarkly-node" | ||
}, | ||
"scripts": { | ||
"clean": "rimraf build/*", | ||
"lint": "eslint . --ext .ts", | ||
|
@@ -36,7 +40,8 @@ | |
"README.md" | ||
], | ||
"publishConfig": { | ||
"access": "public" | ||
"access": "public", | ||
"registry": "https://npm.pkg.github.com" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "14.0.27", | ||
|
2 changes: 1 addition & 1 deletion
2
js/packages/opentelemetry-plugin-launchdarkly-node-server/src/version.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
|
||
// this is autogenerated file, see scripts/version-update.js | ||
export const VERSION = '0.0.9'; | ||
export const VERSION = '0.0.10'; |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,14 @@ | ||
{ | ||
"name": "@lightstep/opentelemetry-plugin-rollbar", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "OpenTelemetry Rollbar automatic instrumentation package for server-side node.js.", | ||
"main": "build/src/index.js", | ||
"types": "build/src/index.d.ts", | ||
"repository": "lightstep/lightstep-partner-sdk", | ||
"repository": { | ||
"type": "git", | ||
"url": "ssh://[email protected]:lightstep/lightstep-partner-toolkit.git", | ||
"directory": "js/packages/opentelemetry-plugin-rollbar" | ||
}, | ||
"scripts": { | ||
"test": "nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'", | ||
"test:debug": "cross-env ts-mocha --inspect-brk --no-timeouts -p tsconfig.json 'test/**/*.test.ts'", | ||
|
@@ -40,7 +44,8 @@ | |
"README.md" | ||
], | ||
"publishConfig": { | ||
"access": "public" | ||
"access": "public", | ||
"registry": "https://npm.pkg.github.com" | ||
}, | ||
"devDependencies": { | ||
"@types/mocha": "7.0.2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
|
||
// this is autogenerated file, see scripts/version-update.js | ||
export const VERSION = '0.0.9'; | ||
export const VERSION = '0.0.10'; |
2 changes: 1 addition & 1 deletion
2
js/packages/opentelemetry-plugin-segment-node/package-lock.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,14 @@ | ||
{ | ||
"name": "@lightstep/opentelemetry-plugin-segment-node", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "OpenTelemetry Segment.io automatic instrumentation package.", | ||
"main": "build/src/index.js", | ||
"types": "build/src/index.d.ts", | ||
"repository": "lightstep/lightstep-partner-sdk", | ||
"repository": { | ||
"type": "git", | ||
"url": "ssh://[email protected]:lightstep/lightstep-partner-toolkit.git", | ||
"directory": "js/packages/opentelemetry-plugin-segment-node" | ||
}, | ||
"scripts": { | ||
"test": "nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'", | ||
"test:debug": "cross-env ts-mocha --inspect-brk --no-timeouts -p tsconfig.json 'test/**/*.test.ts'", | ||
|
@@ -39,7 +43,8 @@ | |
"README.md" | ||
], | ||
"publishConfig": { | ||
"access": "public" | ||
"access": "public", | ||
"registry": "https://npm.pkg.github.com" | ||
}, | ||
"devDependencies": { | ||
"@types/analytics-node": "^3.1.4", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
|
||
// this is autogenerated file, see scripts/version-update.js | ||
export const VERSION = '0.0.9'; | ||
export const VERSION = '0.0.10'; |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,14 @@ | ||
{ | ||
"name": "@lightstep/opentelemetry-plugin-splitio", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "OpenTelemetry LaunchDarkly automatic instrumentation package for server-side node.js.", | ||
"main": "build/src/index.js", | ||
"types": "build/src/index.d.ts", | ||
"repository": "lightstep/lightstep-partner-sdk", | ||
"repository": { | ||
"type": "git", | ||
"url": "ssh://[email protected]:lightstep/lightstep-partner-toolkit.git", | ||
"directory": "js/packages/opentelemetry-plugin-splitio" | ||
}, | ||
"scripts": { | ||
"test": "nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'", | ||
"test:debug": "cross-env ts-mocha --inspect-brk --no-timeouts -p tsconfig.json 'test/**/*.test.ts'", | ||
|
@@ -40,7 +44,8 @@ | |
"README.md" | ||
], | ||
"publishConfig": { | ||
"access": "public" | ||
"access": "public", | ||
"registry": "https://npm.pkg.github.com" | ||
}, | ||
"devDependencies": { | ||
"@types/mocha": "7.0.2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
|
||
// this is autogenerated file, see scripts/version-update.js | ||
export const VERSION = '0.0.9'; | ||
export const VERSION = '0.0.10'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,5 +17,5 @@ | |
"tslint.json", | ||
"tsconfig.json" | ||
], | ||
"version": "0.0.9" | ||
"version": "0.0.10" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters