|
1 | 1 | { |
2 | 2 | "name": "@azure/core-tracing", |
3 | | - "version": "1.3.3", |
| 3 | + "version": "1.3.2", |
4 | 4 | "description": "Provides low-level interfaces and helper methods for tracing in Azure SDK", |
5 | 5 | "sdk-type": "client", |
6 | 6 | "type": "module", |
|
35 | 35 | "README.md", |
36 | 36 | "LICENSE" |
37 | 37 | ], |
38 | | - "repository": "github:Azure/azure-sdk-for-js", |
| 38 | + "repository": { |
| 39 | + "type": "git", |
| 40 | + "url": "git+https://github.com/Azure/azure-sdk-for-js", |
| 41 | + "directory": "sdk/core/core-tracing" |
| 42 | + }, |
39 | 43 | "keywords": [ |
40 | 44 | "azure", |
41 | 45 | "tracing", |
|
49 | 53 | "engines": { |
50 | 54 | "node": ">=20.0.0" |
51 | 55 | }, |
52 | | - "homepage": "https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-tracing/README.md", |
| 56 | + "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/core/core-tracing/README.md", |
53 | 57 | "sideEffects": false, |
54 | 58 | "scripts": { |
55 | 59 | "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api", |
56 | | - "build:samples": "tsc -p config/tsconfig.samples.json", |
| 60 | + "build:samples": "tsc -p tsconfig.samples.json", |
57 | 61 | "check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"", |
58 | 62 | "clean": "rimraf --glob dist dist-* temp types *.tgz *.log", |
59 | 63 | "execute:samples": "echo skipped", |
|
62 | 66 | "lint": "eslint package.json src test", |
63 | 67 | "lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]", |
64 | 68 | "pack": "pnpm pack 2>&1", |
65 | | - "test": "tsc -b --noEmit && npm run test:node && npm run test:browser", |
66 | | - "test:browser": "dev-tool run test:vitest --no-test-proxy --browser", |
67 | | - "test:node": "dev-tool run test:vitest --no-test-proxy", |
| 69 | + "test": "npm run test:node && npm run test:browser", |
| 70 | + "test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser", |
| 71 | + "test:node": "dev-tool run build-test --no-browser-test && dev-tool run test:vitest --no-test-proxy", |
68 | 72 | "update-snippets": "dev-tool run update-snippets" |
69 | 73 | }, |
70 | 74 | "dependencies": { |
|
97 | 101 | }, |
98 | 102 | "migrationDate": "2023-03-08T18:36:03.000Z" |
99 | 103 | }, |
100 | | - "module": "./dist/esm/index.js", |
101 | | - "imports": { |
102 | | - "#platform/state": { |
103 | | - "browser": "./src/state-web.mts", |
104 | | - "react-native": "./src/state-web.mts", |
105 | | - "require": "./src/state-cjs.ts", |
106 | | - "default": "./src/state.ts" |
107 | | - } |
108 | | - } |
| 104 | + "module": "./dist/esm/index.js" |
109 | 105 | } |
0 commit comments