@opentelemetry/propagation-utils 0.30.2 → 0.30.4

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.
Files changed (1) hide show
  1. package/package.json +5 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opentelemetry/propagation-utils",
3
- "version": "0.30.2",
3
+ "version": "0.30.4",
4
4
  "description": "Propagation utilities for opentelemetry instrumentations",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/src/index.d.ts",
@@ -13,7 +13,7 @@
13
13
  "lint": "eslint . --ext .ts",
14
14
  "lint:fix": "eslint . --ext .ts --fix",
15
15
  "precompile": "tsc --version && lerna run version:update --scope @opentelemetry/propagation-utils --include-dependencies",
16
- "prepare": "npm run compile",
16
+ "prepublishOnly": "npm run compile",
17
17
  "prewatch": "npm run precompile",
18
18
  "tdd": "npm run test -- --watch-extensions ts --watch",
19
19
  "test": "nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'",
@@ -27,9 +27,7 @@
27
27
  "files": [
28
28
  "build/**/*.js",
29
29
  "build/**/*.js.map",
30
- "build/**/*.d.ts",
31
- "LICENSE",
32
- "README.md"
30
+ "build/**/*.d.ts"
33
31
  ],
34
32
  "author": "OpenTelemetry Authors",
35
33
  "license": "Apache-2.0",
@@ -45,7 +43,7 @@
45
43
  },
46
44
  "devDependencies": {
47
45
  "@opentelemetry/api": "^1.0.0",
48
- "@opentelemetry/contrib-test-utils": "^0.34.2",
46
+ "@opentelemetry/contrib-test-utils": "^0.35.0",
49
47
  "@types/mocha": "^9.1.1",
50
48
  "@types/node": "18.6.5",
51
49
  "@types/sinon": "^10.0.11",
@@ -56,5 +54,5 @@
56
54
  "ts-mocha": "10.0.0",
57
55
  "typescript": "4.4.4"
58
56
  },
59
- "gitHead": "a8c225d2febcac561a70ca586d3efd5a84f9f3fa"
57
+ "gitHead": "a757b5e443dfe1dade090aeb11ec37d0e802f8af"
60
58
  }