@ms-cloudpack/config 0.13.0 → 0.14.0

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.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.36.4"
8
+ "packageVersion": "7.37.1"
9
9
  }
10
10
  ]
11
11
  }
@@ -1,7 +1,7 @@
1
1
  export interface TelemetryConfig {
2
2
  /**
3
- * Application Insights instrumentation key.
3
+ * Application Insights connection string.
4
4
  */
5
- instrumentationKey: string;
5
+ connectionString: string;
6
6
  }
7
7
  //# sourceMappingURL=TelemetryConfig.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TelemetryConfig.d.ts","sourceRoot":"","sources":["../../src/types/TelemetryConfig.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,eAAe;IAC9B;;OAEG;IACH,kBAAkB,EAAE,MAAM,CAAC;CAC5B"}
1
+ {"version":3,"file":"TelemetryConfig.d.ts","sourceRoot":"","sources":["../../src/types/TelemetryConfig.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,eAAe;IAC9B;;OAEG;IACH,gBAAgB,EAAE,MAAM,CAAC;CAC1B"}
@@ -1 +1 @@
1
- {"version":3,"file":"TelemetryConfig.js","sourceRoot":"","sources":["../../src/types/TelemetryConfig.ts"],"names":[],"mappings":"","sourcesContent":["export interface TelemetryConfig {\n /**\n * Application Insights instrumentation key.\n */\n instrumentationKey: string;\n}\n"]}
1
+ {"version":3,"file":"TelemetryConfig.js","sourceRoot":"","sources":["../../src/types/TelemetryConfig.ts"],"names":[],"mappings":"","sourcesContent":["export interface TelemetryConfig {\n /**\n * Application Insights connection string.\n */\n connectionString: string;\n}\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ms-cloudpack/config",
3
- "version": "0.13.0",
3
+ "version": "0.14.0",
4
4
  "description": "Configuration handling for cloudpack.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -8,15 +8,16 @@
8
8
  "sideEffects": false,
9
9
  "exports": {
10
10
  ".": {
11
+ "source": "./src/index.ts",
11
12
  "types": "./lib/index.d.ts",
12
13
  "import": "./lib/index.js"
13
14
  }
14
15
  },
15
16
  "dependencies": {
16
- "@ms-cloudpack/bundler-types": "^0.19.1",
17
- "@ms-cloudpack/create-express-app": "^1.3.11",
18
- "@ms-cloudpack/json-utilities": "^0.0.7",
19
- "@ms-cloudpack/package-utilities": "^5.1.9",
17
+ "@ms-cloudpack/bundler-types": "^0.19.2",
18
+ "@ms-cloudpack/create-express-app": "^1.3.12",
19
+ "@ms-cloudpack/json-utilities": "^0.0.8",
20
+ "@ms-cloudpack/package-utilities": "^5.1.10",
20
21
  "semver": "^7.3.7"
21
22
  },
22
23
  "devDependencies": {