@opentelemetry/propagation-utils 0.30.11 → 0.30.13

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 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opentelemetry/propagation-utils",
3
- "version": "0.30.11",
3
+ "version": "0.30.13",
4
4
  "description": "Propagation utilities for opentelemetry instrumentations",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/src/index.d.ts",
@@ -12,11 +12,10 @@
12
12
  "compile": "tsc --build tsconfig.json tsconfig.esm.json",
13
13
  "lint": "eslint . --ext .ts",
14
14
  "lint:fix": "eslint . --ext .ts --fix",
15
- "precompile": "tsc --version && lerna run version:update --scope @opentelemetry/propagation-utils --include-dependencies",
16
15
  "prepublishOnly": "npm run compile",
17
16
  "prewatch": "npm run precompile",
18
17
  "tdd": "npm run test -- --watch-extensions ts --watch",
19
- "test": "nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'",
18
+ "test": "nyc mocha 'test/**/*.test.ts'",
20
19
  "watch": "tsc --build --watch tsconfig.json tsconfig.esm.json"
21
20
  },
22
21
  "repository": "open-telemetry/opentelemetry-js-contrib",
@@ -43,16 +42,14 @@
43
42
  },
44
43
  "devDependencies": {
45
44
  "@opentelemetry/api": "^1.0.0",
46
- "@opentelemetry/contrib-test-utils": "^0.41.0",
45
+ "@opentelemetry/contrib-test-utils": "^0.43.0",
47
46
  "@types/mocha": "^9.1.1",
48
- "@types/node": "18.6.5",
47
+ "@types/node": "18.18.14",
49
48
  "@types/sinon": "^10.0.11",
50
49
  "expect": "29.2.0",
51
- "mocha": "7.2.0",
52
50
  "nyc": "15.1.0",
53
51
  "sinon": "15.2.0",
54
- "ts-mocha": "10.0.0",
55
52
  "typescript": "4.4.4"
56
53
  },
57
- "gitHead": "9dc58afed8134f95908331bcff35c5d9ec46fe9a"
54
+ "gitHead": "d0fb13557fac651424b095b0a48a5116407875b1"
58
55
  }