Skip to content

Commit

Permalink
v0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
smithclay committed Mar 10, 2021
1 parent 569a416 commit 5049bfe
Show file tree
Hide file tree
Showing 14 changed files with 44 additions and 24 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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",
Expand Down Expand Up @@ -36,7 +40,8 @@
"README.md"
],
"publishConfig": {
"access": "public"
"access": "public",
"registry": "https://npm.pkg.github.com"
},
"devDependencies": {
"@types/node": "14.0.27",
Expand Down
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 js/packages/opentelemetry-plugin-rollbar/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 8 additions & 3 deletions js/packages/opentelemetry-plugin-rollbar/package.json
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'",
Expand Down Expand Up @@ -40,7 +44,8 @@
"README.md"
],
"publishConfig": {
"access": "public"
"access": "public",
"registry": "https://npm.pkg.github.com"
},
"devDependencies": {
"@types/mocha": "7.0.2",
Expand Down
2 changes: 1 addition & 1 deletion js/packages/opentelemetry-plugin-rollbar/src/version.ts
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.

11 changes: 8 additions & 3 deletions js/packages/opentelemetry-plugin-segment-node/package.json
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'",
Expand Down Expand Up @@ -39,7 +43,8 @@
"README.md"
],
"publishConfig": {
"access": "public"
"access": "public",
"registry": "https://npm.pkg.github.com"
},
"devDependencies": {
"@types/analytics-node": "^3.1.4",
Expand Down
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 js/packages/opentelemetry-plugin-splitio/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 8 additions & 3 deletions js/packages/opentelemetry-plugin-splitio/package.json
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'",
Expand Down Expand Up @@ -40,7 +44,8 @@
"README.md"
],
"publishConfig": {
"access": "public"
"access": "public",
"registry": "https://npm.pkg.github.com"
},
"devDependencies": {
"@types/mocha": "7.0.2",
Expand Down
2 changes: 1 addition & 1 deletion js/packages/opentelemetry-plugin-splitio/src/version.ts
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 lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"tslint.json",
"tsconfig.json"
],
"version": "0.0.9"
"version": "0.0.10"
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lightstep-partner-sdk-opentelemetry",
"version": "0.0.9",
"repository": "lightstep/lightstep-partner-sdk",
"name": "lightstep-partner-toolkit-opentelemetry",
"version": "0.0.10",
"repository": "lightstep/lightstep-partner-toolkit",
"private": true,
"scripts": {
"version:update": "npx lerna run version",
Expand Down

0 comments on commit 5049bfe

Please sign in to comment.