@fluidframework/odsp-driver-definitions 2.0.0-internal.7.0.0 → 2.0.0-internal.7.1.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/odsp-driver-definitions",
3
- "version": "2.0.0-internal.7.0.0",
3
+ "version": "2.0.0-internal.7.1.0",
4
4
  "description": "Socket storage implementation for SPO and ODC",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -15,20 +15,20 @@
15
15
  "module": "lib/index.js",
16
16
  "types": "dist/index.d.ts",
17
17
  "dependencies": {
18
- "@fluidframework/driver-definitions": ">=2.0.0-internal.7.0.0 <2.0.0-internal.7.1.0"
18
+ "@fluidframework/driver-definitions": ">=2.0.0-internal.7.1.0 <2.0.0-internal.7.2.0"
19
19
  },
20
20
  "devDependencies": {
21
- "@fluid-tools/build-cli": "^0.24.0",
22
- "@fluidframework/build-common": "^2.0.0",
23
- "@fluidframework/build-tools": "^0.24.0",
24
- "@fluidframework/eslint-config-fluid": "^2.1.0",
25
- "@fluidframework/odsp-driver-definitions-previous": "npm:@fluidframework/odsp-driver-definitions@2.0.0-internal.6.3.0",
21
+ "@fluid-tools/build-cli": "^0.25.0",
22
+ "@fluidframework/build-common": "^2.0.1",
23
+ "@fluidframework/build-tools": "^0.25.0",
24
+ "@fluidframework/eslint-config-fluid": "^3.0.0",
25
+ "@fluidframework/odsp-driver-definitions-previous": "npm:@fluidframework/odsp-driver-definitions@2.0.0-internal.7.0.0",
26
26
  "@fluidframework/protocol-definitions": "^3.0.0",
27
27
  "@microsoft/api-extractor": "^7.37.0",
28
28
  "copyfiles": "^2.4.1",
29
29
  "cross-env": "^7.0.3",
30
- "eslint": "~8.6.0",
31
- "prettier": "~2.6.2",
30
+ "eslint": "~8.50.0",
31
+ "prettier": "~3.0.3",
32
32
  "rimraf": "^4.4.0",
33
33
  "typescript": "~5.1.6"
34
34
  },
@@ -39,10 +39,10 @@
39
39
  "build": "fluid-build . --task build",
40
40
  "build:commonjs": "fluid-build . --task commonjs",
41
41
  "build:compile": "fluid-build . --task compile",
42
- "build:docs": "api-extractor run --local --typescript-compiler-folder ../../../node_modules/typescript && copyfiles -u 1 ./_api-extractor-temp/doc-models/* ../../../_api-extractor-temp/",
42
+ "build:docs": "api-extractor run --local",
43
43
  "build:esnext": "tsc --project ./tsconfig.esnext.json",
44
44
  "build:test": "tsc --project ./src/test/tsconfig.json",
45
- "ci:build:docs": "api-extractor run --typescript-compiler-folder ../../../node_modules/typescript && copyfiles -u 1 ./_api-extractor-temp/* ../../../_api-extractor-temp/",
45
+ "ci:build:docs": "api-extractor run",
46
46
  "clean": "rimraf --glob 'dist' 'lib' '*.tsbuildinfo' '*.build.log' '_api-extractor-temp'",
47
47
  "eslint": "eslint --format stylish src",
48
48
  "eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
package/src/errors.ts CHANGED
@@ -60,7 +60,7 @@ export const OdspErrorTypes = {
60
60
  */
61
61
  blockedIPAddress: "blockedIPAddress",
62
62
  } as const;
63
- export type OdspErrorTypes = typeof OdspErrorTypes[keyof typeof OdspErrorTypes];
63
+ export type OdspErrorTypes = (typeof OdspErrorTypes)[keyof typeof OdspErrorTypes];
64
64
 
65
65
  /**
66
66
  * ODSP Error types.