@fluid-experimental/dds-interceptions 2.0.0-dev-rc.5.0.0.267932 → 2.0.0-dev-rc.5.0.0.268409

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,15 @@
1
+ ## Alpha API Report File for "@fluid-experimental/dds-interceptions"
2
+
3
+ > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
+
5
+ ```ts
6
+
7
+ import { IDirectory } from '@fluidframework/map/internal';
8
+ import { IFluidDataStoreContext } from '@fluidframework/runtime-definitions/internal';
9
+ import { ISharedMap } from '@fluidframework/map/internal';
10
+ import * as MergeTree from '@fluidframework/merge-tree/internal';
11
+ import { SharedString } from '@fluidframework/sequence/internal';
12
+
13
+ // (No @packageDocumentation comment for this package)
14
+
15
+ ```
@@ -0,0 +1,15 @@
1
+ ## Beta API Report File for "@fluid-experimental/dds-interceptions"
2
+
3
+ > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
+
5
+ ```ts
6
+
7
+ import { IDirectory } from '@fluidframework/map/internal';
8
+ import { IFluidDataStoreContext } from '@fluidframework/runtime-definitions/internal';
9
+ import { ISharedMap } from '@fluidframework/map/internal';
10
+ import * as MergeTree from '@fluidframework/merge-tree/internal';
11
+ import { SharedString } from '@fluidframework/sequence/internal';
12
+
13
+ // (No @packageDocumentation comment for this package)
14
+
15
+ ```
@@ -0,0 +1,15 @@
1
+ ## Public API Report File for "@fluid-experimental/dds-interceptions"
2
+
3
+ > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
+
5
+ ```ts
6
+
7
+ import { IDirectory } from '@fluidframework/map/internal';
8
+ import { IFluidDataStoreContext } from '@fluidframework/runtime-definitions/internal';
9
+ import { ISharedMap } from '@fluidframework/map/internal';
10
+ import * as MergeTree from '@fluidframework/merge-tree/internal';
11
+ import { SharedString } from '@fluidframework/sequence/internal';
12
+
13
+ // (No @packageDocumentation comment for this package)
14
+
15
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-experimental/dds-interceptions",
3
- "version": "2.0.0-dev-rc.5.0.0.267932",
3
+ "version": "2.0.0-dev-rc.5.0.0.268409",
4
4
  "description": "Distributed Data Structures that support an interception callback",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -47,21 +47,21 @@
47
47
  "temp-directory": "nyc/.nyc_output"
48
48
  },
49
49
  "dependencies": {
50
- "@fluidframework/core-utils": "2.0.0-dev-rc.5.0.0.267932",
51
- "@fluidframework/map": "2.0.0-dev-rc.5.0.0.267932",
52
- "@fluidframework/merge-tree": "2.0.0-dev-rc.5.0.0.267932",
53
- "@fluidframework/runtime-definitions": "2.0.0-dev-rc.5.0.0.267932",
54
- "@fluidframework/sequence": "2.0.0-dev-rc.5.0.0.267932"
50
+ "@fluidframework/core-utils": "2.0.0-dev-rc.5.0.0.268409",
51
+ "@fluidframework/map": "2.0.0-dev-rc.5.0.0.268409",
52
+ "@fluidframework/merge-tree": "2.0.0-dev-rc.5.0.0.268409",
53
+ "@fluidframework/runtime-definitions": "2.0.0-dev-rc.5.0.0.268409",
54
+ "@fluidframework/sequence": "2.0.0-dev-rc.5.0.0.268409"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@arethetypeswrong/cli": "^0.15.2",
58
- "@biomejs/biome": "^1.6.2",
59
- "@fluid-internal/mocha-test-setup": "2.0.0-dev-rc.5.0.0.267932",
58
+ "@biomejs/biome": "^1.7.3",
59
+ "@fluid-internal/mocha-test-setup": "2.0.0-dev-rc.5.0.0.268409",
60
60
  "@fluid-tools/build-cli": "^0.39.0-264124",
61
61
  "@fluidframework/build-common": "^2.0.3",
62
62
  "@fluidframework/build-tools": "^0.39.0-264124",
63
- "@fluidframework/eslint-config-fluid": "^5.1.0",
64
- "@fluidframework/test-runtime-utils": "2.0.0-dev-rc.5.0.0.267932",
63
+ "@fluidframework/eslint-config-fluid": "^5.3.0",
64
+ "@fluidframework/test-runtime-utils": "2.0.0-dev-rc.5.0.0.268409",
65
65
  "@microsoft/api-extractor": "^7.45.1",
66
66
  "@types/diff": "^3.5.1",
67
67
  "@types/mocha": "^9.1.1",
@@ -1,24 +0,0 @@
1
- ## API Report File for "@fluid-experimental/dds-interceptions"
2
-
3
- > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
-
5
- ```ts
6
-
7
- import { IDirectory } from '@fluidframework/map/internal';
8
- import { IFluidDataStoreContext } from '@fluidframework/runtime-definitions/internal';
9
- import { ISharedMap } from '@fluidframework/map/internal';
10
- import * as MergeTree from '@fluidframework/merge-tree/internal';
11
- import { SharedString } from '@fluidframework/sequence/internal';
12
-
13
- // @internal
14
- export function createDirectoryWithInterception<T extends IDirectory>(baseDirectory: T, context: IFluidDataStoreContext, setInterceptionCallback: (baseDirectory: IDirectory, subDirectory: IDirectory, key: string, value: any) => void): T;
15
-
16
- // @internal
17
- export function createSharedMapWithInterception(sharedMap: ISharedMap, context: IFluidDataStoreContext, setInterceptionCallback: (sharedMap: ISharedMap, key: string, value: any) => void): ISharedMap;
18
-
19
- // @internal
20
- export function createSharedStringWithInterception(sharedString: SharedString, context: IFluidDataStoreContext, propertyInterceptionCallback: (props?: MergeTree.PropertySet) => MergeTree.PropertySet): SharedString;
21
-
22
- // (No @packageDocumentation comment for this package)
23
-
24
- ```