@azure/data-tables 13.2.3-alpha.20231207.1 → 13.2.3-alpha.20231211.1

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,11 +1,11 @@
1
1
  // Copyright (c) Microsoft Corporation.
2
2
  // Licensed under the MIT license.
3
- import { v4 as uuidv4 } from "uuid";
3
+ import { randomUUID } from "@azure/core-util";
4
4
  // This is used as a workaround to be able to stub generateUuid
5
5
  // during testing.
6
6
  export class Uuid {
7
7
  static generateUuid() {
8
- return uuidv4();
8
+ return randomUUID();
9
9
  }
10
10
  }
11
11
  //# sourceMappingURL=uuid.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"uuid.js","sourceRoot":"","sources":["../../../src/utils/uuid.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,EAAE,IAAI,MAAM,EAAE,MAAM,MAAM,CAAC;AAEpC,+DAA+D;AAC/D,kBAAkB;AAClB,MAAM,OAAO,IAAI;IACR,MAAM,CAAC,YAAY;QACxB,OAAO,MAAM,EAAE,CAAC;IAClB,CAAC;CACF","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT license.\n\nimport { v4 as uuidv4 } from \"uuid\";\n\n// This is used as a workaround to be able to stub generateUuid\n// during testing.\nexport class Uuid {\n public static generateUuid(): string {\n return uuidv4();\n }\n}\n"]}
1
+ {"version":3,"file":"uuid.js","sourceRoot":"","sources":["../../../src/utils/uuid.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAE9C,+DAA+D;AAC/D,kBAAkB;AAClB,MAAM,OAAO,IAAI;IACR,MAAM,CAAC,YAAY;QACxB,OAAO,UAAU,EAAE,CAAC;IACtB,CAAC;CACF","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT license.\n\nimport { randomUUID } from \"@azure/core-util\";\n\n// This is used as a workaround to be able to stub generateUuid\n// during testing.\nexport class Uuid {\n public static generateUuid(): string {\n return randomUUID();\n }\n}\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/data-tables",
3
- "version": "13.2.3-alpha.20231207.1",
3
+ "version": "13.2.3-alpha.20231211.1",
4
4
  "description": "An isomorphic client library for the Azure Tables service.",
5
5
  "sdk-type": "client",
6
6
  "main": "dist/index.js",
@@ -79,11 +79,11 @@
79
79
  "@azure/core-client": "^1.0.0",
80
80
  "@azure/core-rest-pipeline": "^1.1.0",
81
81
  "@azure/core-paging": "^1.1.1",
82
+ "@azure/core-util": "^1.6.1",
82
83
  "@azure/core-xml": "^1.0.0",
83
84
  "@azure/logger": "^1.0.0",
84
85
  "@azure/core-tracing": "^1.0.0",
85
- "tslib": "^2.2.0",
86
- "uuid": "^8.3.0"
86
+ "tslib": "^2.2.0"
87
87
  },
88
88
  "devDependencies": {
89
89
  "@azure/identity": "^3.3.0",
@@ -93,7 +93,6 @@
93
93
  "@types/mocha": "^10.0.0",
94
94
  "@types/node": "^18.0.0",
95
95
  "@types/sinon": "^17.0.0",
96
- "@types/uuid": "^8.0.0",
97
96
  "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
98
97
  "chai": "^4.2.0",
99
98
  "cross-env": "^7.0.2",
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.38.3"
8
+ "packageVersion": "7.38.5"
9
9
  }
10
10
  ]
11
11
  }