@azure/eventhubs-checkpointstore-blob 1.1.0-alpha.20241126.1 → 1.1.0-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 +6 -4
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@azure/eventhubs-checkpointstore-blob",
3
3
  "sdk-type": "client",
4
- "version": "1.1.0-alpha.20241126.1",
4
+ "version": "1.1.0-alpha.20241210.1",
5
5
  "description": "An Azure Storage Blob solution to store checkpoints when using Event Hubs.",
6
6
  "author": "Microsoft Corporation",
7
7
  "license": "MIT",
@@ -41,9 +41,9 @@
41
41
  "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"",
42
42
  "integration-test": "npm run integration-test:node && npm run integration-test:browser",
43
43
  "integration-test:browser": "dev-tool run build-package && dev-tool run build-test && dev-tool run vendored cross-env TEST_MODE=live dev-tool run test:vitest --browser --no-test-proxy",
44
- "integration-test:node": "dev-tool run vendored cross-env TEST_MODE=live npm run vitest:node",
45
- "lint": "eslint package.json api-extractor.json src test README.md",
46
- "lint:fix": "eslint package.json api-extractor.json src test README.md --fix --fix-type [problem,suggestion]",
44
+ "integration-test:node": "npm run vitest:node --esm",
45
+ "lint": "eslint README.md package.json api-extractor.json src test",
46
+ "lint:fix": "eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
47
47
  "pack": "npm pack 2>&1",
48
48
  "test": "npm run build:test && npm run unit-test && npm run integration-test",
49
49
  "test:browser": "npm run build:test && npm run unit-test:browser && npm run integration-test:browser",
@@ -55,6 +55,7 @@
55
55
  "vitest:node": "dev-tool run test:vitest --no-test-proxy"
56
56
  },
57
57
  "tshy": {
58
+ "project": "tsconfig.src.json",
58
59
  "exports": {
59
60
  "./package.json": "./package.json",
60
61
  ".": "./src/index.ts"
@@ -92,6 +93,7 @@
92
93
  "@vitest/browser": "^2.0.5",
93
94
  "@vitest/coverage-istanbul": "^2.0.5",
94
95
  "buffer": "^6.0.3",
96
+ "chai": "^5.1.1",
95
97
  "chai-as-promised": "^8.0.0",
96
98
  "debug": "^4.3.6",
97
99
  "dotenv": "^16.4.5",