@fluidframework/map 2.0.0-dev-rc.3.0.0.254513 → 2.0.0-dev-rc.3.0.0.254674

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,26 @@
1
+ /*!
2
+ * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
+ * Licensed under the MIT License.
4
+ */
5
+
6
+ /*
7
+ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
+ * Generated by "flub generate entrypoints" in @fluidframework/build-tools.
9
+ */
10
+ export {
11
+ // public APIs
12
+ ISharedMap,
13
+ ISharedMapEvents,
14
+ IValueChanged,
15
+ SharedMap,
16
+
17
+ // alpha APIs
18
+ DirectoryFactory,
19
+ IDirectory,
20
+ IDirectoryEvents,
21
+ IDirectoryValueChanged,
22
+ ISharedDirectory,
23
+ ISharedDirectoryEvents,
24
+ MapFactory,
25
+ SharedDirectory
26
+ } from "./index.js";
package/dist/beta.d.ts ADDED
@@ -0,0 +1,16 @@
1
+ /*!
2
+ * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
+ * Licensed under the MIT License.
4
+ */
5
+
6
+ /*
7
+ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
+ * Generated by "flub generate entrypoints" in @fluidframework/build-tools.
9
+ */
10
+ export {
11
+ // public APIs
12
+ ISharedMap,
13
+ ISharedMapEvents,
14
+ IValueChanged,
15
+ SharedMap
16
+ } from "./index.js";
@@ -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/map";
8
- export declare const pkgVersion = "2.0.0-dev-rc.3.0.0.254513";
8
+ export declare const pkgVersion = "2.0.0-dev-rc.3.0.0.254674";
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/map";
11
- exports.pkgVersion = "2.0.0-dev-rc.3.0.0.254513";
11
+ exports.pkgVersion = "2.0.0-dev-rc.3.0.0.254674";
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,qBAAqB,CAAC;AAChC,QAAA,UAAU,GAAG,2BAA2B,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/map\";\nexport const pkgVersion = \"2.0.0-dev-rc.3.0.0.254513\";\n"]}
1
+ {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,qBAAqB,CAAC;AAChC,QAAA,UAAU,GAAG,2BAA2B,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/map\";\nexport const pkgVersion = \"2.0.0-dev-rc.3.0.0.254674\";\n"]}
@@ -0,0 +1,16 @@
1
+ /*!
2
+ * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
+ * Licensed under the MIT License.
4
+ */
5
+
6
+ /*
7
+ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
+ * Generated by "flub generate entrypoints" in @fluidframework/build-tools.
9
+ */
10
+ export {
11
+ // public APIs
12
+ ISharedMap,
13
+ ISharedMapEvents,
14
+ IValueChanged,
15
+ SharedMap
16
+ } from "./index.js";
package/lib/alpha.d.ts ADDED
@@ -0,0 +1,26 @@
1
+ /*!
2
+ * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
+ * Licensed under the MIT License.
4
+ */
5
+
6
+ /*
7
+ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
+ * Generated by "flub generate entrypoints" in @fluidframework/build-tools.
9
+ */
10
+ export {
11
+ // public APIs
12
+ ISharedMap,
13
+ ISharedMapEvents,
14
+ IValueChanged,
15
+ SharedMap,
16
+
17
+ // alpha APIs
18
+ DirectoryFactory,
19
+ IDirectory,
20
+ IDirectoryEvents,
21
+ IDirectoryValueChanged,
22
+ ISharedDirectory,
23
+ ISharedDirectoryEvents,
24
+ MapFactory,
25
+ SharedDirectory
26
+ } from "./index.js";
package/lib/beta.d.ts ADDED
@@ -0,0 +1,16 @@
1
+ /*!
2
+ * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
+ * Licensed under the MIT License.
4
+ */
5
+
6
+ /*
7
+ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
+ * Generated by "flub generate entrypoints" in @fluidframework/build-tools.
9
+ */
10
+ export {
11
+ // public APIs
12
+ ISharedMap,
13
+ ISharedMapEvents,
14
+ IValueChanged,
15
+ SharedMap
16
+ } from "./index.js";
@@ -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/map";
8
- export declare const pkgVersion = "2.0.0-dev-rc.3.0.0.254513";
8
+ export declare const pkgVersion = "2.0.0-dev-rc.3.0.0.254674";
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/map";
8
- export const pkgVersion = "2.0.0-dev-rc.3.0.0.254513";
8
+ export const pkgVersion = "2.0.0-dev-rc.3.0.0.254674";
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,qBAAqB,CAAC;AAC7C,MAAM,CAAC,MAAM,UAAU,GAAG,2BAA2B,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/map\";\nexport const pkgVersion = \"2.0.0-dev-rc.3.0.0.254513\";\n"]}
1
+ {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,qBAAqB,CAAC;AAC7C,MAAM,CAAC,MAAM,UAAU,GAAG,2BAA2B,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/map\";\nexport const pkgVersion = \"2.0.0-dev-rc.3.0.0.254674\";\n"]}
@@ -0,0 +1,16 @@
1
+ /*!
2
+ * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
+ * Licensed under the MIT License.
4
+ */
5
+
6
+ /*
7
+ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
+ * Generated by "flub generate entrypoints" in @fluidframework/build-tools.
9
+ */
10
+ export {
11
+ // public APIs
12
+ ISharedMap,
13
+ ISharedMapEvents,
14
+ IValueChanged,
15
+ SharedMap
16
+ } from "./index.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/map",
3
- "version": "2.0.0-dev-rc.3.0.0.254513",
3
+ "version": "2.0.0-dev-rc.3.0.0.254674",
4
4
  "description": "Distributed map",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -25,21 +25,21 @@
25
25
  },
26
26
  "./public": {
27
27
  "import": {
28
- "types": "./lib/map-public.d.ts",
28
+ "types": "./lib/public.d.ts",
29
29
  "default": "./lib/index.js"
30
30
  },
31
31
  "require": {
32
- "types": "./dist/map-public.d.ts",
32
+ "types": "./dist/public.d.ts",
33
33
  "default": "./dist/index.js"
34
34
  }
35
35
  },
36
36
  "./alpha": {
37
37
  "import": {
38
- "types": "./lib/map-alpha.d.ts",
38
+ "types": "./lib/alpha.d.ts",
39
39
  "default": "./lib/index.js"
40
40
  },
41
41
  "require": {
42
- "types": "./dist/map-alpha.d.ts",
42
+ "types": "./dist/alpha.d.ts",
43
43
  "default": "./dist/index.js"
44
44
  }
45
45
  },
@@ -77,33 +77,33 @@
77
77
  "temp-directory": "nyc/.nyc_output"
78
78
  },
79
79
  "dependencies": {
80
- "@fluid-internal/client-utils": "2.0.0-dev-rc.3.0.0.254513",
81
- "@fluidframework/core-interfaces": "2.0.0-dev-rc.3.0.0.254513",
82
- "@fluidframework/core-utils": "2.0.0-dev-rc.3.0.0.254513",
83
- "@fluidframework/datastore-definitions": "2.0.0-dev-rc.3.0.0.254513",
84
- "@fluidframework/driver-utils": "2.0.0-dev-rc.3.0.0.254513",
85
- "@fluidframework/merge-tree": "2.0.0-dev-rc.3.0.0.254513",
80
+ "@fluid-internal/client-utils": "2.0.0-dev-rc.3.0.0.254674",
81
+ "@fluidframework/core-interfaces": "2.0.0-dev-rc.3.0.0.254674",
82
+ "@fluidframework/core-utils": "2.0.0-dev-rc.3.0.0.254674",
83
+ "@fluidframework/datastore-definitions": "2.0.0-dev-rc.3.0.0.254674",
84
+ "@fluidframework/driver-utils": "2.0.0-dev-rc.3.0.0.254674",
85
+ "@fluidframework/merge-tree": "2.0.0-dev-rc.3.0.0.254674",
86
86
  "@fluidframework/protocol-definitions": "^3.2.0",
87
- "@fluidframework/runtime-definitions": "2.0.0-dev-rc.3.0.0.254513",
88
- "@fluidframework/runtime-utils": "2.0.0-dev-rc.3.0.0.254513",
89
- "@fluidframework/shared-object-base": "2.0.0-dev-rc.3.0.0.254513",
90
- "@fluidframework/telemetry-utils": "2.0.0-dev-rc.3.0.0.254513",
87
+ "@fluidframework/runtime-definitions": "2.0.0-dev-rc.3.0.0.254674",
88
+ "@fluidframework/runtime-utils": "2.0.0-dev-rc.3.0.0.254674",
89
+ "@fluidframework/shared-object-base": "2.0.0-dev-rc.3.0.0.254674",
90
+ "@fluidframework/telemetry-utils": "2.0.0-dev-rc.3.0.0.254674",
91
91
  "path-browserify": "^1.0.1"
92
92
  },
93
93
  "devDependencies": {
94
94
  "@arethetypeswrong/cli": "^0.15.2",
95
95
  "@biomejs/biome": "^1.6.2",
96
- "@fluid-internal/mocha-test-setup": "2.0.0-dev-rc.3.0.0.254513",
97
- "@fluid-private/stochastic-test-utils": "2.0.0-dev-rc.3.0.0.254513",
98
- "@fluid-private/test-dds-utils": "2.0.0-dev-rc.3.0.0.254513",
96
+ "@fluid-internal/mocha-test-setup": "2.0.0-dev-rc.3.0.0.254674",
97
+ "@fluid-private/stochastic-test-utils": "2.0.0-dev-rc.3.0.0.254674",
98
+ "@fluid-private/test-dds-utils": "2.0.0-dev-rc.3.0.0.254674",
99
99
  "@fluid-tools/benchmark": "^0.48.0",
100
100
  "@fluid-tools/build-cli": "^0.35.0",
101
101
  "@fluidframework/build-common": "^2.0.3",
102
102
  "@fluidframework/build-tools": "^0.35.0",
103
- "@fluidframework/container-definitions": "2.0.0-dev-rc.3.0.0.254513",
103
+ "@fluidframework/container-definitions": "2.0.0-dev-rc.3.0.0.254674",
104
104
  "@fluidframework/eslint-config-fluid": "^5.1.0",
105
105
  "@fluidframework/map-previous": "npm:@fluidframework/map@2.0.0-internal.8.0.0",
106
- "@fluidframework/test-runtime-utils": "2.0.0-dev-rc.3.0.0.254513",
106
+ "@fluidframework/test-runtime-utils": "2.0.0-dev-rc.3.0.0.254674",
107
107
  "@microsoft/api-extractor": "^7.42.3",
108
108
  "@types/mocha": "^9.1.1",
109
109
  "@types/node": "^18.19.0",
@@ -121,18 +121,6 @@
121
121
  "rimraf": "^4.4.0",
122
122
  "typescript": "~5.1.6"
123
123
  },
124
- "fluidBuild": {
125
- "tasks": {
126
- "build:docs": {
127
- "dependsOn": [
128
- "...",
129
- "api-extractor:commonjs",
130
- "api-extractor:esnext"
131
- ],
132
- "script": false
133
- }
134
- }
135
- },
136
124
  "typeValidation": {
137
125
  "broken": {
138
126
  "RemovedClassDeclaration_SharedMap": {
@@ -213,12 +201,12 @@
213
201
  },
214
202
  "scripts": {
215
203
  "api": "fluid-build . --task api",
216
- "api-extractor:commonjs": "api-extractor run --config ./api-extractor-cjs.json",
217
- "api-extractor:esnext": "api-extractor run --local",
204
+ "api-extractor:commonjs": "flub generate entrypoints --outDir ./dist",
205
+ "api-extractor:esnext": "flub generate entrypoints --outDir ./lib",
218
206
  "build": "fluid-build . --task build",
219
207
  "build:commonjs": "fluid-build . --task commonjs",
220
208
  "build:compile": "fluid-build . --task compile",
221
- "build:docs": "fluid-build . --task api",
209
+ "build:docs": "api-extractor run --local",
222
210
  "build:esnext": "tsc --project ./tsconfig.json",
223
211
  "build:genver": "gen-version",
224
212
  "build:test": "npm run build:test:esm && npm run build:test:cjs",
@@ -6,4 +6,4 @@
6
6
  */
7
7
 
8
8
  export const pkgName = "@fluidframework/map";
9
- export const pkgVersion = "2.0.0-dev-rc.3.0.0.254513";
9
+ export const pkgVersion = "2.0.0-dev-rc.3.0.0.254674";
@@ -1,8 +0,0 @@
1
- {
2
- "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
3
- "extends": "../../../common/build/build-common/api-extractor-base.cjs.primary.json",
4
- // CJS is actually secondary; so, no report.
5
- "apiReport": {
6
- "enabled": false
7
- }
8
- }