azure-kusto-data 7.0.2 → 7.0.3

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.
@@ -1,5 +1,5 @@
1
1
  // Copyright (c) Microsoft Corporation.
2
2
  // Licensed under the MIT License.
3
3
  // SDK_VERSION should be updated in all 3 package.json and lerna.json(by running lerna version)
4
- export const SDK_VERSION = "7.0.1";
4
+ export const SDK_VERSION = "7.0.3";
5
5
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,+FAA+F;AAC/F,MAAM,CAAC,MAAM,WAAW,GAAG,OAAO,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// SDK_VERSION should be updated in all 3 package.json and lerna.json(by running lerna version)\nexport const SDK_VERSION = \"7.0.1\";\n"]}
1
+ {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,+FAA+F;AAC/F,MAAM,CAAC,MAAM,WAAW,GAAG,OAAO,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// SDK_VERSION should be updated in all 3 package.json and lerna.json(by running lerna version)\nexport const SDK_VERSION = \"7.0.3\";\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "azure-kusto-data",
3
- "version": "7.0.2",
3
+ "version": "7.0.3",
4
4
  "description": "Azure Data Explorer Query SDK",
5
5
  "type": "module",
6
6
  "main": "dist-esm/src/index.js",
@@ -71,5 +71,5 @@
71
71
  "stream-http": "^3.2.0",
72
72
  "uuid": "^8.3.2"
73
73
  },
74
- "gitHead": "cc55e1a54a07cc7d1e58d5299e4f37b4cffc0fb4"
74
+ "gitHead": "dc49d0ed0e547fbc7dbcd740744af21d1f815464"
75
75
  }
@@ -1,2 +1,2 @@
1
- export declare const SDK_VERSION = "7.0.1";
1
+ export declare const SDK_VERSION = "7.0.3";
2
2
  //# sourceMappingURL=version.d.ts.map