@ms-cloudpack/telemetry 0.11.54 → 0.11.55

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 +12 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ms-cloudpack/telemetry",
3
- "version": "0.11.54",
3
+ "version": "0.11.55",
4
4
  "description": "Helpers for reporting telemetry in Cloudpack.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -13,11 +13,21 @@
13
13
  "import": "./dist/index.js"
14
14
  }
15
15
  },
16
+ "scripts": {
17
+ "api": "cloudpack-scripts api",
18
+ "build:watch": "cloudpack-scripts build-watch",
19
+ "build": "cloudpack-scripts build && cloudpack-scripts bundle-node",
20
+ "lint:update": "cloudpack-scripts lint-update",
21
+ "lint": "cloudpack-scripts lint",
22
+ "test:update": "cloudpack-scripts test-update",
23
+ "test:watch": "cloudpack-scripts test-watch",
24
+ "test": "cloudpack-scripts test"
25
+ },
16
26
  "devDependencies": {
17
27
  "@azure/monitor-opentelemetry-exporter": "1.0.0-beta.28",
18
28
  "@ms-cloudpack/environment": "^0.1.1",
19
29
  "@ms-cloudpack/eslint-plugin-internal": "^0.0.1",
20
- "@ms-cloudpack/package-utilities": "^13.2.2",
30
+ "@ms-cloudpack/package-utilities": "^13.2.3",
21
31
  "@ms-cloudpack/scripts": "^0.0.1",
22
32
  "@opentelemetry/api": "~1.9.0",
23
33
  "@opentelemetry/context-async-hooks": "~1.30.0",
@@ -27,16 +37,6 @@
27
37
  "@opentelemetry/sdk-trace-node": "~1.30.0",
28
38
  "@opentelemetry/semantic-conventions": "~1.28.0"
29
39
  },
30
- "scripts": {
31
- "api": "cloudpack-scripts api",
32
- "build:watch": "cloudpack-scripts build-watch",
33
- "build": "cloudpack-scripts build && cloudpack-scripts bundle-node",
34
- "lint:update": "cloudpack-scripts lint-update",
35
- "lint": "cloudpack-scripts lint",
36
- "test:update": "cloudpack-scripts test-update",
37
- "test:watch": "cloudpack-scripts test-watch",
38
- "test": "cloudpack-scripts test"
39
- },
40
40
  "files": [
41
41
  "dist",
42
42
  "lib/**/*.d.ts",