@fluidframework/driver-base 2.0.0-rc.5.0.4 → 2.0.0-rc.5.0.6

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.
@@ -0,0 +1,5 @@
1
+ {
2
+ "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
3
+ "extends": "<projectFolder>/../../../common/build/build-common/api-extractor-lint.entrypoint.json",
4
+ "mainEntryPointFilePath": "<projectFolder>/dist/index.d.ts"
5
+ }
@@ -5,5 +5,5 @@
5
5
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
6
6
  */
7
7
  export declare const pkgName = "@fluidframework/driver-base";
8
- export declare const pkgVersion = "2.0.0-rc.5.0.4";
8
+ export declare const pkgVersion = "2.0.0-rc.5.0.6";
9
9
  //# sourceMappingURL=packageVersion.d.ts.map
@@ -8,5 +8,5 @@
8
8
  Object.defineProperty(exports, "__esModule", { value: true });
9
9
  exports.pkgVersion = exports.pkgName = void 0;
10
10
  exports.pkgName = "@fluidframework/driver-base";
11
- exports.pkgVersion = "2.0.0-rc.5.0.4";
11
+ exports.pkgVersion = "2.0.0-rc.5.0.6";
12
12
  //# sourceMappingURL=packageVersion.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,6BAA6B,CAAC;AACxC,QAAA,UAAU,GAAG,gBAAgB,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/driver-base\";\nexport const pkgVersion = \"2.0.0-rc.5.0.4\";\n"]}
1
+ {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,6BAA6B,CAAC;AACxC,QAAA,UAAU,GAAG,gBAAgB,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/driver-base\";\nexport const pkgVersion = \"2.0.0-rc.5.0.6\";\n"]}
@@ -5,5 +5,5 @@
5
5
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
6
6
  */
7
7
  export declare const pkgName = "@fluidframework/driver-base";
8
- export declare const pkgVersion = "2.0.0-rc.5.0.4";
8
+ export declare const pkgVersion = "2.0.0-rc.5.0.6";
9
9
  //# sourceMappingURL=packageVersion.d.ts.map
@@ -5,5 +5,5 @@
5
5
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
6
6
  */
7
7
  export const pkgName = "@fluidframework/driver-base";
8
- export const pkgVersion = "2.0.0-rc.5.0.4";
8
+ export const pkgVersion = "2.0.0-rc.5.0.6";
9
9
  //# sourceMappingURL=packageVersion.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,6BAA6B,CAAC;AACrD,MAAM,CAAC,MAAM,UAAU,GAAG,gBAAgB,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/driver-base\";\nexport const pkgVersion = \"2.0.0-rc.5.0.4\";\n"]}
1
+ {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,6BAA6B,CAAC;AACrD,MAAM,CAAC,MAAM,UAAU,GAAG,gBAAgB,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/driver-base\";\nexport const pkgVersion = \"2.0.0-rc.5.0.6\";\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/driver-base",
3
- "version": "2.0.0-rc.5.0.4",
3
+ "version": "2.0.0-rc.5.0.6",
4
4
  "description": "Shared driver code for Fluid driver implementations",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -14,12 +14,20 @@
14
14
  "type": "module",
15
15
  "exports": {
16
16
  ".": {
17
+ "trimmedAPI": {
18
+ "import": {
19
+ "types": "./lib/public.d.ts"
20
+ },
21
+ "require": {
22
+ "types": "./dist/public.d.ts"
23
+ }
24
+ },
17
25
  "import": {
18
- "types": "./lib/public.d.ts",
26
+ "types": "./lib/index.d.ts",
19
27
  "default": "./lib/index.js"
20
28
  },
21
29
  "require": {
22
- "types": "./dist/public.d.ts",
30
+ "types": "./dist/index.d.ts",
23
31
  "default": "./dist/index.js"
24
32
  }
25
33
  },
@@ -35,7 +43,7 @@
35
43
  }
36
44
  },
37
45
  "main": "lib/index.js",
38
- "types": "lib/public.d.ts",
46
+ "types": "lib/index.d.ts",
39
47
  "c8": {
40
48
  "all": true,
41
49
  "cache-dir": "nyc/.cache",
@@ -57,17 +65,17 @@
57
65
  "temp-directory": "nyc/.nyc_output"
58
66
  },
59
67
  "dependencies": {
60
- "@fluid-internal/client-utils": ">=2.0.0-rc.5.0.4 <2.0.0-rc.5.1.0",
61
- "@fluidframework/core-interfaces": ">=2.0.0-rc.5.0.4 <2.0.0-rc.5.1.0",
62
- "@fluidframework/core-utils": ">=2.0.0-rc.5.0.4 <2.0.0-rc.5.1.0",
63
- "@fluidframework/driver-definitions": ">=2.0.0-rc.5.0.4 <2.0.0-rc.5.1.0",
64
- "@fluidframework/driver-utils": ">=2.0.0-rc.5.0.4 <2.0.0-rc.5.1.0",
65
- "@fluidframework/telemetry-utils": ">=2.0.0-rc.5.0.4 <2.0.0-rc.5.1.0"
68
+ "@fluid-internal/client-utils": ">=2.0.0-rc.5.0.6 <2.0.0-rc.5.1.0",
69
+ "@fluidframework/core-interfaces": ">=2.0.0-rc.5.0.6 <2.0.0-rc.5.1.0",
70
+ "@fluidframework/core-utils": ">=2.0.0-rc.5.0.6 <2.0.0-rc.5.1.0",
71
+ "@fluidframework/driver-definitions": ">=2.0.0-rc.5.0.6 <2.0.0-rc.5.1.0",
72
+ "@fluidframework/driver-utils": ">=2.0.0-rc.5.0.6 <2.0.0-rc.5.1.0",
73
+ "@fluidframework/telemetry-utils": ">=2.0.0-rc.5.0.6 <2.0.0-rc.5.1.0"
66
74
  },
67
75
  "devDependencies": {
68
76
  "@arethetypeswrong/cli": "^0.15.2",
69
77
  "@biomejs/biome": "^1.7.3",
70
- "@fluid-internal/mocha-test-setup": ">=2.0.0-rc.5.0.4 <2.0.0-rc.5.1.0",
78
+ "@fluid-internal/mocha-test-setup": ">=2.0.0-rc.5.0.6 <2.0.0-rc.5.1.0",
71
79
  "@fluid-tools/build-cli": "^0.39.0",
72
80
  "@fluidframework/build-common": "^2.0.3",
73
81
  "@fluidframework/build-tools": "^0.39.0",
@@ -90,6 +98,7 @@
90
98
  "socket.io-client": "^4.7.3",
91
99
  "typescript": "~5.4.5"
92
100
  },
101
+ "exportsComments": "The 'trimmedAPI' export condition is set as a workaround for 'flub generate entrypoints', which expects `exports` to contain an entry for all entrypoints. The custom condition effectively hides the public entrypoint unless the 'trimmedAPI' condition is set manually.",
93
102
  "typeValidation": {
94
103
  "broken": {}
95
104
  },
@@ -110,6 +119,7 @@
110
119
  "check:biome": "biome check . --formatter-enabled=true",
111
120
  "check:exports": "concurrently \"npm:check:exports:*\"",
112
121
  "check:exports:bundle-release-tags": "api-extractor run --config api-extractor/api-extractor-lint-bundle.json",
122
+ "check:exports:cjs:index": "api-extractor run --config api-extractor/api-extractor-lint-index.cjs.json",
113
123
  "check:exports:cjs:public": "api-extractor run --config api-extractor/api-extractor-lint-public.cjs.json",
114
124
  "check:exports:esm:public": "api-extractor run --config api-extractor/api-extractor-lint-public.esm.json",
115
125
  "check:format": "npm run check:biome",
@@ -6,4 +6,4 @@
6
6
  */
7
7
 
8
8
  export const pkgName = "@fluidframework/driver-base";
9
- export const pkgVersion = "2.0.0-rc.5.0.4";
9
+ export const pkgVersion = "2.0.0-rc.5.0.6";