@fluid-experimental/property-dds 2.0.0-rc.5.0.0 → 2.1.0-274160

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.
@@ -4,20 +4,6 @@
4
4
 
5
5
  ```ts
6
6
 
7
- import { IChannelAttributes } from '@fluidframework/datastore-definitions/internal';
8
- import { IChannelFactory } from '@fluidframework/datastore-definitions/internal';
9
- import { IChannelServices } from '@fluidframework/datastore-definitions/internal';
10
- import { IChannelStorageService } from '@fluidframework/datastore-definitions/internal';
11
- import { IFluidDataStoreRuntime } from '@fluidframework/datastore-definitions/internal';
12
- import { IFluidSerializer } from '@fluidframework/shared-object-base/internal';
13
- import { ISequencedDocumentMessage } from '@fluidframework/driver-definitions/internal';
14
- import { ISharedObjectKind } from '@fluidframework/shared-object-base/internal';
15
- import { IsoBuffer } from '@fluid-internal/client-utils';
16
- import { ISummaryTreeWithStats } from '@fluidframework/runtime-definitions/internal';
17
- import { NodeProperty } from '@fluid-experimental/property-properties';
18
- import { SharedObject } from '@fluidframework/shared-object-base/internal';
19
- import { SharedObjectKind } from '@fluidframework/shared-object-base/internal';
20
-
21
7
  // (No @packageDocumentation comment for this package)
22
8
 
23
9
  ```
@@ -4,20 +4,6 @@
4
4
 
5
5
  ```ts
6
6
 
7
- import { IChannelAttributes } from '@fluidframework/datastore-definitions/internal';
8
- import { IChannelFactory } from '@fluidframework/datastore-definitions/internal';
9
- import { IChannelServices } from '@fluidframework/datastore-definitions/internal';
10
- import { IChannelStorageService } from '@fluidframework/datastore-definitions/internal';
11
- import { IFluidDataStoreRuntime } from '@fluidframework/datastore-definitions/internal';
12
- import { IFluidSerializer } from '@fluidframework/shared-object-base/internal';
13
- import { ISequencedDocumentMessage } from '@fluidframework/driver-definitions/internal';
14
- import { ISharedObjectKind } from '@fluidframework/shared-object-base/internal';
15
- import { IsoBuffer } from '@fluid-internal/client-utils';
16
- import { ISummaryTreeWithStats } from '@fluidframework/runtime-definitions/internal';
17
- import { NodeProperty } from '@fluid-experimental/property-properties';
18
- import { SharedObject } from '@fluidframework/shared-object-base/internal';
19
- import { SharedObjectKind } from '@fluidframework/shared-object-base/internal';
20
-
21
7
  // (No @packageDocumentation comment for this package)
22
8
 
23
9
  ```
@@ -4,20 +4,6 @@
4
4
 
5
5
  ```ts
6
6
 
7
- import { IChannelAttributes } from '@fluidframework/datastore-definitions/internal';
8
- import { IChannelFactory } from '@fluidframework/datastore-definitions/internal';
9
- import { IChannelServices } from '@fluidframework/datastore-definitions/internal';
10
- import { IChannelStorageService } from '@fluidframework/datastore-definitions/internal';
11
- import { IFluidDataStoreRuntime } from '@fluidframework/datastore-definitions/internal';
12
- import { IFluidSerializer } from '@fluidframework/shared-object-base/internal';
13
- import { ISequencedDocumentMessage } from '@fluidframework/driver-definitions/internal';
14
- import { ISharedObjectKind } from '@fluidframework/shared-object-base/internal';
15
- import { IsoBuffer } from '@fluid-internal/client-utils';
16
- import { ISummaryTreeWithStats } from '@fluidframework/runtime-definitions/internal';
17
- import { NodeProperty } from '@fluid-experimental/property-properties';
18
- import { SharedObject } from '@fluidframework/shared-object-base/internal';
19
- import { SharedObjectKind } from '@fluidframework/shared-object-base/internal';
20
-
21
7
  // (No @packageDocumentation comment for this package)
22
8
 
23
9
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-experimental/property-dds",
3
- "version": "2.0.0-rc.5.0.0",
3
+ "version": "2.1.0-274160",
4
4
  "description": "definition of the property distributed data store",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -27,16 +27,16 @@
27
27
  "main": "lib/index.js",
28
28
  "types": "lib/index.d.ts",
29
29
  "dependencies": {
30
- "@fluid-experimental/property-changeset": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0",
31
- "@fluid-experimental/property-properties": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0",
32
- "@fluid-internal/client-utils": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0",
33
- "@fluidframework/container-definitions": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0",
34
- "@fluidframework/core-interfaces": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0",
35
- "@fluidframework/datastore-definitions": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0",
36
- "@fluidframework/driver-definitions": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0",
37
- "@fluidframework/runtime-definitions": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0",
38
- "@fluidframework/runtime-utils": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0",
39
- "@fluidframework/shared-object-base": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0",
30
+ "@fluid-experimental/property-changeset": "2.1.0-274160",
31
+ "@fluid-experimental/property-properties": "2.1.0-274160",
32
+ "@fluid-internal/client-utils": "2.1.0-274160",
33
+ "@fluidframework/container-definitions": "2.1.0-274160",
34
+ "@fluidframework/core-interfaces": "2.1.0-274160",
35
+ "@fluidframework/datastore-definitions": "2.1.0-274160",
36
+ "@fluidframework/driver-definitions": "2.1.0-274160",
37
+ "@fluidframework/runtime-definitions": "2.1.0-274160",
38
+ "@fluidframework/runtime-utils": "2.1.0-274160",
39
+ "@fluidframework/shared-object-base": "2.1.0-274160",
40
40
  "axios": "^1.6.2",
41
41
  "buffer": "^6.0.3",
42
42
  "fastest-json-copy": "^1.0.1",
@@ -49,20 +49,20 @@
49
49
  "devDependencies": {
50
50
  "@arethetypeswrong/cli": "^0.15.2",
51
51
  "@biomejs/biome": "^1.7.3",
52
- "@fluid-experimental/property-common": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0",
53
- "@fluid-internal/mocha-test-setup": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0",
54
- "@fluid-private/test-drivers": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0",
52
+ "@fluid-experimental/property-common": "2.1.0-274160",
53
+ "@fluid-internal/mocha-test-setup": "2.1.0-274160",
54
+ "@fluid-private/test-drivers": "2.1.0-274160",
55
55
  "@fluid-tools/build-cli": "^0.39.0",
56
56
  "@fluidframework/build-common": "^2.0.3",
57
57
  "@fluidframework/build-tools": "^0.39.0",
58
- "@fluidframework/container-loader": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0",
59
- "@fluidframework/container-runtime": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0",
58
+ "@fluidframework/container-loader": "2.1.0-274160",
59
+ "@fluidframework/container-runtime": "2.1.0-274160",
60
60
  "@fluidframework/eslint-config-fluid": "^5.3.0",
61
- "@fluidframework/local-driver": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0",
62
- "@fluidframework/sequence": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0",
61
+ "@fluidframework/local-driver": "2.1.0-274160",
62
+ "@fluidframework/sequence": "2.1.0-274160",
63
63
  "@fluidframework/server-local-server": "^5.0.0",
64
- "@fluidframework/test-runtime-utils": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0",
65
- "@fluidframework/test-utils": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0",
64
+ "@fluidframework/test-runtime-utils": "2.1.0-274160",
65
+ "@fluidframework/test-utils": "2.1.0-274160",
66
66
  "@microsoft/api-extractor": "^7.45.1",
67
67
  "@types/lodash": "^4.14.118",
68
68
  "@types/mocha": "^9.1.1",