Skip to content

Commit daca040

Browse files
deyaaeldeenCopilot
andcommitted
revert(core-tracing): undo unnecessary version bump
The previous version 1.3.2 was already unreleased on main, so bumping was unnecessary. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent fb6134b commit daca040

2 files changed

Lines changed: 13 additions & 17 deletions

File tree

sdk/core/core-tracing/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 1.3.3 (Unreleased)
3+
## 1.3.2 (Unreleased)
44

55
### Features Added
66

sdk/core/core-tracing/package.json

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure/core-tracing",
3-
"version": "1.3.3",
3+
"version": "1.3.2",
44
"description": "Provides low-level interfaces and helper methods for tracing in Azure SDK",
55
"sdk-type": "client",
66
"type": "module",
@@ -35,7 +35,11 @@
3535
"README.md",
3636
"LICENSE"
3737
],
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+
},
3943
"keywords": [
4044
"azure",
4145
"tracing",
@@ -49,11 +53,11 @@
4953
"engines": {
5054
"node": ">=20.0.0"
5155
},
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",
5357
"sideEffects": false,
5458
"scripts": {
5559
"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",
5761
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"",
5862
"clean": "rimraf --glob dist dist-* temp types *.tgz *.log",
5963
"execute:samples": "echo skipped",
@@ -62,9 +66,9 @@
6266
"lint": "eslint package.json src test",
6367
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
6468
"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",
6872
"update-snippets": "dev-tool run update-snippets"
6973
},
7074
"dependencies": {
@@ -97,13 +101,5 @@
97101
},
98102
"migrationDate": "2023-03-08T18:36:03.000Z"
99103
},
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"
109105
}

0 commit comments

Comments
 (0)