@opentelemetry/propagation-utils 0.31.3 → 0.31.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 +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opentelemetry/propagation-utils",
3
- "version": "0.31.3",
3
+ "version": "0.31.4",
4
4
  "description": "Propagation utilities for opentelemetry instrumentations",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/src/index.d.ts",
@@ -9,10 +9,10 @@
9
9
  },
10
10
  "scripts": {
11
11
  "clean": "tsc --build --clean tsconfig.json tsconfig.esm.json",
12
- "setup:dev": "nx run-many -t compile -p @opentelemetry/propagation-utils",
13
12
  "compile": "tsc --build tsconfig.json tsconfig.esm.json",
14
- "lint": "eslint . --ext .ts",
15
- "lint:fix": "eslint . --ext .ts --fix",
13
+ "compile:with-dependencies": "nx run-many -t compile -p @opentelemetry/propagation-utils",
14
+ "lint": "eslint . --ext=ts,js,mjs",
15
+ "lint:fix": "eslint . --ext=ts,js,mjs --fix",
16
16
  "prepublishOnly": "npm run compile",
17
17
  "tdd": "npm run test -- --watch-extensions ts --watch",
18
18
  "test": "nyc mocha 'test/**/*.test.ts'",
@@ -46,7 +46,7 @@
46
46
  },
47
47
  "devDependencies": {
48
48
  "@opentelemetry/api": "^1.0.0",
49
- "@opentelemetry/contrib-test-utils": "^0.49.0",
49
+ "@opentelemetry/contrib-test-utils": "^0.50.0",
50
50
  "@types/mocha": "^10.0.0",
51
51
  "@types/node": "18.18.14",
52
52
  "@types/sinon": "^17.0.0",
@@ -55,5 +55,5 @@
55
55
  "sinon": "15.2.0",
56
56
  "typescript": "5.0.4"
57
57
  },
58
- "gitHead": "e7960a2061c0a039ffa57ed8dbb73d605d65f4f6"
58
+ "gitHead": "0a45ac1b951d2acd2e40834e7ae012c04820faec"
59
59
  }