Skip to content

Commit

Permalink
update demo
Browse files Browse the repository at this point in the history
  • Loading branch information
smithclay committed Feb 22, 2021
1 parent b750e96 commit 0e9953a
Show file tree
Hide file tree
Showing 7 changed files with 1,568 additions and 60 deletions.
6 changes: 3 additions & 3 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"lint:fix": "eslint . --ext .js --fix"
},
"dependencies": {
"@lightstep/opentelemetry-plugin-launchdarkly-node-server": "https://github.com/lightstep/lightstep-partner-sdk/releases/download/v0.0.1/lightstep-opentelemetry-plugin-launchdarkly-node-server-0.0.1.tgz",
"@lightstep/opentelemetry-plugin-splitio": "https://github.com/lightstep/lightstep-partner-sdk/releases/download/v0.0.1/lightstep-opentelemetry-plugin-splitio-0.0.1.tgz",
"@lightstep/opentelemetry-plugin-rollbar": "*",
"@lightstep/opentelemetry-plugin-launchdarkly-node-server": "https://github.com/lightstep/lightstep-partner-sdk/releases/download/v0.0.5/lightstep-opentelemetry-plugin-launchdarkly-node-server-0.0.5.tgz",
"@lightstep/opentelemetry-plugin-splitio": "https://github.com/lightstep/lightstep-partner-sdk/releases/download/v0.0.5/lightstep-opentelemetry-plugin-splitio-0.0.5.tgz",
"@lightstep/opentelemetry-plugin-rollbar": "https://github.com/lightstep/lightstep-partner-sdk/releases/download/v0.0.5/lightstep-opentelemetry-plugin-rollbar-0.0.5.tgz",
"@opentelemetry/api": "^0.15.0",
"@opentelemetry/core": "^0.15.0",
"@opentelemetry/exporter-collector": "^0.15.0",
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.4';
export const VERSION = '0.0.5';
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.4';
export const VERSION = '0.0.5';
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.4';
export const VERSION = '0.0.5';
Loading

0 comments on commit 0e9953a

Please sign in to comment.