@azure/core-amqp 4.4.0-alpha.20240813.2 → 4.4.0-alpha.20240814.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.
Files changed (1) hide show
  1. package/package.json +2 -6
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@azure/core-amqp",
3
3
  "sdk-type": "client",
4
- "version": "4.4.0-alpha.20240813.2",
4
+ "version": "4.4.0-alpha.20240814.1",
5
5
  "description": "Common library for amqp based azure sdks like @azure/event-hubs.",
6
6
  "author": "Microsoft Corporation",
7
7
  "license": "MIT",
@@ -9,22 +9,18 @@
9
9
  "./package.json": "./package.json",
10
10
  ".": {
11
11
  "browser": {
12
- "source": "./src/index.ts",
13
12
  "types": "./dist/browser/index.d.ts",
14
13
  "default": "./dist/browser/index.js"
15
14
  },
16
15
  "react-native": {
17
- "source": "./src/index.ts",
18
16
  "types": "./dist/react-native/index.d.ts",
19
17
  "default": "./dist/react-native/index.js"
20
18
  },
21
19
  "import": {
22
- "source": "./src/index.ts",
23
20
  "types": "./dist/esm/index.d.ts",
24
21
  "default": "./dist/esm/index.js"
25
22
  },
26
23
  "require": {
27
- "source": "./src/index.ts",
28
24
  "types": "./dist/commonjs/index.d.ts",
29
25
  "default": "./dist/commonjs/index.js"
30
26
  }
@@ -104,7 +100,7 @@
104
100
  "eslint": "^8.57.0",
105
101
  "playwright": "^1.43.1",
106
102
  "rimraf": "^5.0.7",
107
- "tshy": "^1.17.0",
103
+ "tshy": "^2.0.0",
108
104
  "typescript": "~5.5.3",
109
105
  "vitest": "^2.0.5",
110
106
  "ws": "^8.17.0"