@azure/core-client 1.9.3-alpha.20241206.2 → 1.9.3-alpha.20241210.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 +5 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/core-client",
3
- "version": "1.9.3-alpha.20241206.2",
3
+ "version": "1.9.3-alpha.20241210.1",
4
4
  "description": "Core library for interfacing with AutoRest generated code",
5
5
  "sdk-type": "client",
6
6
  "type": "module",
@@ -62,8 +62,8 @@
62
62
  "integration-test": "npm run integration-test:node && npm run integration-test:browser",
63
63
  "integration-test:browser": "echo skipped",
64
64
  "integration-test:node": "echo skipped",
65
- "lint": "eslint package.json api-extractor.json src test",
66
- "lint:fix": "eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
65
+ "lint": "eslint README.md package.json api-extractor.json src test",
66
+ "lint:fix": "eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
67
67
  "pack": "npm pack 2>&1",
68
68
  "test": "npm run clean && dev-tool run build-package && npm run unit-test:node && npm run unit-test:browser && npm run integration-test",
69
69
  "test:browser": "npm run clean && npm run unit-test:browser && npm run integration-test:browser",
@@ -110,7 +110,8 @@
110
110
  "browser",
111
111
  "react-native"
112
112
  ],
113
- "selfLink": false
113
+ "selfLink": false,
114
+ "project": "./tsconfig.src.json"
114
115
  },
115
116
  "module": "./dist/esm/index.js"
116
117
  }