@fluidframework/matrix 2.0.0-rc.5.0.4 → 2.0.0-rc.5.0.5

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/matrix";
8
- export declare const pkgVersion = "2.0.0-rc.5.0.4";
8
+ export declare const pkgVersion = "2.0.0-rc.5.0.5";
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/matrix";
11
- exports.pkgVersion = "2.0.0-rc.5.0.4";
11
+ exports.pkgVersion = "2.0.0-rc.5.0.5";
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,wBAAwB,CAAC;AACnC,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/matrix\";\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,wBAAwB,CAAC;AACnC,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/matrix\";\nexport const pkgVersion = \"2.0.0-rc.5.0.5\";\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/matrix";
8
- export declare const pkgVersion = "2.0.0-rc.5.0.4";
8
+ export declare const pkgVersion = "2.0.0-rc.5.0.5";
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/matrix";
8
- export const pkgVersion = "2.0.0-rc.5.0.4";
8
+ export const pkgVersion = "2.0.0-rc.5.0.5";
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,wBAAwB,CAAC;AAChD,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/matrix\";\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,wBAAwB,CAAC;AAChD,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/matrix\";\nexport const pkgVersion = \"2.0.0-rc.5.0.5\";\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/matrix",
3
- "version": "2.0.0-rc.5.0.4",
3
+ "version": "2.0.0-rc.5.0.5",
4
4
  "description": "Distributed matrix",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -14,12 +14,18 @@
14
14
  "type": "module",
15
15
  "exports": {
16
16
  ".": {
17
+ "trimmedAPI": {
18
+ "types": {
19
+ "import": "./lib/public.d.ts",
20
+ "require": "./dist/public.d.ts"
21
+ }
22
+ },
17
23
  "import": {
18
- "types": "./lib/public.d.ts",
24
+ "types": "./lib/index.d.ts",
19
25
  "default": "./lib/index.js"
20
26
  },
21
27
  "require": {
22
- "types": "./dist/public.d.ts",
28
+ "types": "./dist/index.d.ts",
23
29
  "default": "./dist/index.js"
24
30
  }
25
31
  },
@@ -45,7 +51,7 @@
45
51
  }
46
52
  },
47
53
  "main": "lib/index.js",
48
- "types": "lib/public.d.ts",
54
+ "types": "lib/index.d.ts",
49
55
  "c8": {
50
56
  "all": true,
51
57
  "cache-dir": "nyc/.cache",
@@ -63,17 +69,17 @@
63
69
  "temp-directory": "nyc/.nyc_output"
64
70
  },
65
71
  "dependencies": {
66
- "@fluid-internal/client-utils": ">=2.0.0-rc.5.0.4 <2.0.0-rc.5.1.0",
67
- "@fluidframework/core-interfaces": ">=2.0.0-rc.5.0.4 <2.0.0-rc.5.1.0",
68
- "@fluidframework/core-utils": ">=2.0.0-rc.5.0.4 <2.0.0-rc.5.1.0",
69
- "@fluidframework/datastore-definitions": ">=2.0.0-rc.5.0.4 <2.0.0-rc.5.1.0",
70
- "@fluidframework/driver-definitions": ">=2.0.0-rc.5.0.4 <2.0.0-rc.5.1.0",
71
- "@fluidframework/driver-utils": ">=2.0.0-rc.5.0.4 <2.0.0-rc.5.1.0",
72
- "@fluidframework/merge-tree": ">=2.0.0-rc.5.0.4 <2.0.0-rc.5.1.0",
73
- "@fluidframework/runtime-definitions": ">=2.0.0-rc.5.0.4 <2.0.0-rc.5.1.0",
74
- "@fluidframework/runtime-utils": ">=2.0.0-rc.5.0.4 <2.0.0-rc.5.1.0",
75
- "@fluidframework/shared-object-base": ">=2.0.0-rc.5.0.4 <2.0.0-rc.5.1.0",
76
- "@fluidframework/telemetry-utils": ">=2.0.0-rc.5.0.4 <2.0.0-rc.5.1.0",
72
+ "@fluid-internal/client-utils": ">=2.0.0-rc.5.0.5 <2.0.0-rc.5.1.0",
73
+ "@fluidframework/core-interfaces": ">=2.0.0-rc.5.0.5 <2.0.0-rc.5.1.0",
74
+ "@fluidframework/core-utils": ">=2.0.0-rc.5.0.5 <2.0.0-rc.5.1.0",
75
+ "@fluidframework/datastore-definitions": ">=2.0.0-rc.5.0.5 <2.0.0-rc.5.1.0",
76
+ "@fluidframework/driver-definitions": ">=2.0.0-rc.5.0.5 <2.0.0-rc.5.1.0",
77
+ "@fluidframework/driver-utils": ">=2.0.0-rc.5.0.5 <2.0.0-rc.5.1.0",
78
+ "@fluidframework/merge-tree": ">=2.0.0-rc.5.0.5 <2.0.0-rc.5.1.0",
79
+ "@fluidframework/runtime-definitions": ">=2.0.0-rc.5.0.5 <2.0.0-rc.5.1.0",
80
+ "@fluidframework/runtime-utils": ">=2.0.0-rc.5.0.5 <2.0.0-rc.5.1.0",
81
+ "@fluidframework/shared-object-base": ">=2.0.0-rc.5.0.5 <2.0.0-rc.5.1.0",
82
+ "@fluidframework/telemetry-utils": ">=2.0.0-rc.5.0.5 <2.0.0-rc.5.1.0",
77
83
  "@tiny-calc/nano": "0.0.0-alpha.5",
78
84
  "double-ended-queue": "^2.1.0-0",
79
85
  "tslib": "^1.10.0"
@@ -81,17 +87,17 @@
81
87
  "devDependencies": {
82
88
  "@arethetypeswrong/cli": "^0.15.2",
83
89
  "@biomejs/biome": "^1.7.3",
84
- "@fluid-internal/mocha-test-setup": ">=2.0.0-rc.5.0.4 <2.0.0-rc.5.1.0",
85
- "@fluid-private/stochastic-test-utils": ">=2.0.0-rc.5.0.4 <2.0.0-rc.5.1.0",
86
- "@fluid-private/test-dds-utils": ">=2.0.0-rc.5.0.4 <2.0.0-rc.5.1.0",
90
+ "@fluid-internal/mocha-test-setup": ">=2.0.0-rc.5.0.5 <2.0.0-rc.5.1.0",
91
+ "@fluid-private/stochastic-test-utils": ">=2.0.0-rc.5.0.5 <2.0.0-rc.5.1.0",
92
+ "@fluid-private/test-dds-utils": ">=2.0.0-rc.5.0.5 <2.0.0-rc.5.1.0",
87
93
  "@fluid-tools/benchmark": "^0.48.0",
88
94
  "@fluid-tools/build-cli": "^0.39.0",
89
95
  "@fluidframework/build-common": "^2.0.3",
90
96
  "@fluidframework/build-tools": "^0.39.0",
91
- "@fluidframework/container-definitions": ">=2.0.0-rc.5.0.4 <2.0.0-rc.5.1.0",
97
+ "@fluidframework/container-definitions": ">=2.0.0-rc.5.0.5 <2.0.0-rc.5.1.0",
92
98
  "@fluidframework/eslint-config-fluid": "^5.3.0",
93
99
  "@fluidframework/matrix-previous": "npm:@fluidframework/matrix@2.0.0-rc.4.0.0",
94
- "@fluidframework/test-runtime-utils": ">=2.0.0-rc.5.0.4 <2.0.0-rc.5.1.0",
100
+ "@fluidframework/test-runtime-utils": ">=2.0.0-rc.5.0.5 <2.0.0-rc.5.1.0",
95
101
  "@microsoft/api-extractor": "^7.45.1",
96
102
  "@tiny-calc/micro": "0.0.0-alpha.5",
97
103
  "@types/double-ended-queue": "^2.1.0",
@@ -114,6 +120,7 @@
114
120
  "ts-node": "^10.9.1",
115
121
  "typescript": "~5.4.5"
116
122
  },
123
+ "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.",
117
124
  "typeValidation": {
118
125
  "broken": {}
119
126
  },
@@ -136,6 +143,7 @@
136
143
  "check:biome": "biome check . --formatter-enabled=true",
137
144
  "check:exports": "concurrently \"npm:check:exports:*\"",
138
145
  "check:exports:bundle-release-tags": "api-extractor run --config api-extractor/api-extractor-lint-bundle.json",
146
+ "check:exports:cjs:index": "api-extractor run --config api-extractor/api-extractor-lint-index.cjs.json",
139
147
  "check:exports:cjs:legacy": "api-extractor run --config api-extractor/api-extractor-lint-legacy.cjs.json",
140
148
  "check:exports:cjs:public": "api-extractor run --config api-extractor/api-extractor-lint-public.cjs.json",
141
149
  "check:exports:esm:legacy": "api-extractor run --config api-extractor/api-extractor-lint-legacy.esm.json",
@@ -6,4 +6,4 @@
6
6
  */
7
7
 
8
8
  export const pkgName = "@fluidframework/matrix";
9
- export const pkgVersion = "2.0.0-rc.5.0.4";
9
+ export const pkgVersion = "2.0.0-rc.5.0.5";