@fluidframework/sequence 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/sequence";
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/sequence";
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,0BAA0B,CAAC;AACrC,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/sequence\";\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,0BAA0B,CAAC;AACrC,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/sequence\";\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/sequence";
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/sequence";
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,0BAA0B,CAAC;AAClD,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/sequence\";\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,0BAA0B,CAAC;AAClD,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/sequence\";\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/sequence",
3
- "version": "2.0.0-rc.5.0.4",
3
+ "version": "2.0.0-rc.5.0.6",
4
4
  "description": "Distributed sequence",
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
  },
@@ -65,7 +71,7 @@
65
71
  }
66
72
  },
67
73
  "main": "lib/index.js",
68
- "types": "lib/public.d.ts",
74
+ "types": "lib/index.d.ts",
69
75
  "c8": {
70
76
  "all": true,
71
77
  "cache-dir": "nyc/.cache",
@@ -87,33 +93,33 @@
87
93
  "temp-directory": "nyc/.nyc_output"
88
94
  },
89
95
  "dependencies": {
90
- "@fluid-internal/client-utils": ">=2.0.0-rc.5.0.4 <2.0.0-rc.5.1.0",
91
- "@fluidframework/core-interfaces": ">=2.0.0-rc.5.0.4 <2.0.0-rc.5.1.0",
92
- "@fluidframework/core-utils": ">=2.0.0-rc.5.0.4 <2.0.0-rc.5.1.0",
93
- "@fluidframework/datastore-definitions": ">=2.0.0-rc.5.0.4 <2.0.0-rc.5.1.0",
94
- "@fluidframework/driver-definitions": ">=2.0.0-rc.5.0.4 <2.0.0-rc.5.1.0",
95
- "@fluidframework/merge-tree": ">=2.0.0-rc.5.0.4 <2.0.0-rc.5.1.0",
96
- "@fluidframework/runtime-definitions": ">=2.0.0-rc.5.0.4 <2.0.0-rc.5.1.0",
97
- "@fluidframework/runtime-utils": ">=2.0.0-rc.5.0.4 <2.0.0-rc.5.1.0",
98
- "@fluidframework/shared-object-base": ">=2.0.0-rc.5.0.4 <2.0.0-rc.5.1.0",
99
- "@fluidframework/telemetry-utils": ">=2.0.0-rc.5.0.4 <2.0.0-rc.5.1.0",
96
+ "@fluid-internal/client-utils": ">=2.0.0-rc.5.0.6 <2.0.0-rc.5.1.0",
97
+ "@fluidframework/core-interfaces": ">=2.0.0-rc.5.0.6 <2.0.0-rc.5.1.0",
98
+ "@fluidframework/core-utils": ">=2.0.0-rc.5.0.6 <2.0.0-rc.5.1.0",
99
+ "@fluidframework/datastore-definitions": ">=2.0.0-rc.5.0.6 <2.0.0-rc.5.1.0",
100
+ "@fluidframework/driver-definitions": ">=2.0.0-rc.5.0.6 <2.0.0-rc.5.1.0",
101
+ "@fluidframework/merge-tree": ">=2.0.0-rc.5.0.6 <2.0.0-rc.5.1.0",
102
+ "@fluidframework/runtime-definitions": ">=2.0.0-rc.5.0.6 <2.0.0-rc.5.1.0",
103
+ "@fluidframework/runtime-utils": ">=2.0.0-rc.5.0.6 <2.0.0-rc.5.1.0",
104
+ "@fluidframework/shared-object-base": ">=2.0.0-rc.5.0.6 <2.0.0-rc.5.1.0",
105
+ "@fluidframework/telemetry-utils": ">=2.0.0-rc.5.0.6 <2.0.0-rc.5.1.0",
100
106
  "double-ended-queue": "^2.1.0-0",
101
107
  "uuid": "^9.0.0"
102
108
  },
103
109
  "devDependencies": {
104
110
  "@arethetypeswrong/cli": "^0.15.2",
105
111
  "@biomejs/biome": "^1.7.3",
106
- "@fluid-internal/mocha-test-setup": ">=2.0.0-rc.5.0.4 <2.0.0-rc.5.1.0",
107
- "@fluid-private/stochastic-test-utils": ">=2.0.0-rc.5.0.4 <2.0.0-rc.5.1.0",
108
- "@fluid-private/test-dds-utils": ">=2.0.0-rc.5.0.4 <2.0.0-rc.5.1.0",
112
+ "@fluid-internal/mocha-test-setup": ">=2.0.0-rc.5.0.6 <2.0.0-rc.5.1.0",
113
+ "@fluid-private/stochastic-test-utils": ">=2.0.0-rc.5.0.6 <2.0.0-rc.5.1.0",
114
+ "@fluid-private/test-dds-utils": ">=2.0.0-rc.5.0.6 <2.0.0-rc.5.1.0",
109
115
  "@fluid-tools/benchmark": "^0.48.0",
110
116
  "@fluid-tools/build-cli": "^0.39.0",
111
117
  "@fluidframework/build-common": "^2.0.3",
112
118
  "@fluidframework/build-tools": "^0.39.0",
113
- "@fluidframework/container-definitions": ">=2.0.0-rc.5.0.4 <2.0.0-rc.5.1.0",
119
+ "@fluidframework/container-definitions": ">=2.0.0-rc.5.0.6 <2.0.0-rc.5.1.0",
114
120
  "@fluidframework/eslint-config-fluid": "^5.3.0",
115
121
  "@fluidframework/sequence-previous": "npm:@fluidframework/sequence@2.0.0-rc.4.0.0",
116
- "@fluidframework/test-runtime-utils": ">=2.0.0-rc.5.0.4 <2.0.0-rc.5.1.0",
122
+ "@fluidframework/test-runtime-utils": ">=2.0.0-rc.5.0.6 <2.0.0-rc.5.1.0",
117
123
  "@microsoft/api-extractor": "^7.45.1",
118
124
  "@types/diff": "^3.5.1",
119
125
  "@types/double-ended-queue": "^2.1.0",
@@ -136,6 +142,7 @@
136
142
  "rimraf": "^4.4.0",
137
143
  "typescript": "~5.4.5"
138
144
  },
145
+ "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.",
139
146
  "fluidBuild": {
140
147
  "tasks": {
141
148
  "build:test": [
@@ -222,6 +229,7 @@
222
229
  "check:exports": "concurrently \"npm:check:exports:*\"",
223
230
  "check:exports:bundle-release-tags": "api-extractor run --config api-extractor/api-extractor-lint-bundle.json",
224
231
  "check:exports:cjs:beta": "api-extractor run --config api-extractor/api-extractor-lint-beta.cjs.json",
232
+ "check:exports:cjs:index": "api-extractor run --config api-extractor/api-extractor-lint-index.cjs.json",
225
233
  "check:exports:cjs:legacy": "api-extractor run --config api-extractor/api-extractor-lint-legacy.cjs.json",
226
234
  "check:exports:cjs:public": "api-extractor run --config api-extractor/api-extractor-lint-public.cjs.json",
227
235
  "check:exports:esm:beta": "api-extractor run --config api-extractor/api-extractor-lint-beta.esm.json",
@@ -6,4 +6,4 @@
6
6
  */
7
7
 
8
8
  export const pkgName = "@fluidframework/sequence";
9
- export const pkgVersion = "2.0.0-rc.5.0.4";
9
+ export const pkgVersion = "2.0.0-rc.5.0.6";