@ms-cloudpack/external-telemetry 0.5.171 → 0.5.172

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/external-telemetry",
3
- "version": "0.5.171",
3
+ "version": "0.5.172",
4
4
  "description": "Reporting external telemetry which is not about of cloudpack internals.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -13,25 +13,25 @@
13
13
  "import": "./lib/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",
20
+ "lint:update": "cloudpack-scripts lint-update",
21
+ "lint": "cloudpack-scripts lint"
22
+ },
16
23
  "dependencies": {
17
- "@ms-cloudpack/common-types": "^0.32.2",
18
- "@ms-cloudpack/config": "^0.38.18",
24
+ "@ms-cloudpack/common-types": "^0.33.0",
25
+ "@ms-cloudpack/config": "^0.38.19",
19
26
  "@ms-cloudpack/environment": "^0.1.1",
20
27
  "@ms-cloudpack/json-utilities": "^0.1.11",
21
- "@ms-cloudpack/package-utilities": "^13.2.2",
22
- "@ms-cloudpack/telemetry": "^0.11.54"
28
+ "@ms-cloudpack/package-utilities": "^13.2.3",
29
+ "@ms-cloudpack/telemetry": "^0.11.55"
23
30
  },
24
31
  "devDependencies": {
25
32
  "@ms-cloudpack/eslint-plugin-internal": "^0.0.1",
26
33
  "@ms-cloudpack/scripts": "^0.0.1"
27
34
  },
28
- "scripts": {
29
- "api": "cloudpack-scripts api",
30
- "build:watch": "cloudpack-scripts build-watch",
31
- "build": "cloudpack-scripts build",
32
- "lint:update": "cloudpack-scripts lint-update",
33
- "lint": "cloudpack-scripts lint"
34
- },
35
35
  "files": [
36
36
  "lib/**/!(*.test.*)"
37
37
  ]