@fluid-experimental/property-dds 2.0.0-internal.2.3.0 → 2.0.0-internal.2.3.1

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.
Files changed (1) hide show
  1. package/package.json +16 -16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-experimental/property-dds",
3
- "version": "2.0.0-internal.2.3.0",
3
+ "version": "2.0.0-internal.2.3.1",
4
4
  "description": "definition of the property distributed data store",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -38,16 +38,16 @@
38
38
  "tsc": "tsc"
39
39
  },
40
40
  "dependencies": {
41
- "@fluid-experimental/property-changeset": ">=2.0.0-internal.2.3.0 <2.0.0-internal.3.0.0",
42
- "@fluid-experimental/property-properties": ">=2.0.0-internal.2.3.0 <2.0.0-internal.3.0.0",
41
+ "@fluid-experimental/property-changeset": ">=2.0.0-internal.2.3.1 <2.0.0-internal.3.0.0",
42
+ "@fluid-experimental/property-properties": ">=2.0.0-internal.2.3.1 <2.0.0-internal.3.0.0",
43
43
  "@fluidframework/common-utils": "^1.0.0",
44
- "@fluidframework/container-definitions": ">=2.0.0-internal.2.3.0 <2.0.0-internal.3.0.0",
45
- "@fluidframework/core-interfaces": ">=2.0.0-internal.2.3.0 <2.0.0-internal.3.0.0",
46
- "@fluidframework/datastore-definitions": ">=2.0.0-internal.2.3.0 <2.0.0-internal.3.0.0",
44
+ "@fluidframework/container-definitions": ">=2.0.0-internal.2.3.1 <2.0.0-internal.3.0.0",
45
+ "@fluidframework/core-interfaces": ">=2.0.0-internal.2.3.1 <2.0.0-internal.3.0.0",
46
+ "@fluidframework/datastore-definitions": ">=2.0.0-internal.2.3.1 <2.0.0-internal.3.0.0",
47
47
  "@fluidframework/protocol-definitions": "^1.1.0",
48
- "@fluidframework/runtime-definitions": ">=2.0.0-internal.2.3.0 <2.0.0-internal.3.0.0",
49
- "@fluidframework/runtime-utils": ">=2.0.0-internal.2.3.0 <2.0.0-internal.3.0.0",
50
- "@fluidframework/shared-object-base": ">=2.0.0-internal.2.3.0 <2.0.0-internal.3.0.0",
48
+ "@fluidframework/runtime-definitions": ">=2.0.0-internal.2.3.1 <2.0.0-internal.3.0.0",
49
+ "@fluidframework/runtime-utils": ">=2.0.0-internal.2.3.1 <2.0.0-internal.3.0.0",
50
+ "@fluidframework/shared-object-base": ">=2.0.0-internal.2.3.1 <2.0.0-internal.3.0.0",
51
51
  "axios": "^0.26.0",
52
52
  "fastest-json-copy": "^1.0.1",
53
53
  "lodash": "^4.17.21",
@@ -57,17 +57,17 @@
57
57
  "uuid": "^8.3.1"
58
58
  },
59
59
  "devDependencies": {
60
- "@fluid-experimental/property-common": ">=2.0.0-internal.2.3.0 <2.0.0-internal.3.0.0",
60
+ "@fluid-experimental/property-common": ">=2.0.0-internal.2.3.1 <2.0.0-internal.3.0.0",
61
61
  "@fluid-experimental/property-dds-previous": "npm:@fluid-experimental/property-dds@2.0.0-internal.2.1.0",
62
62
  "@fluidframework/build-common": "^1.1.0",
63
- "@fluidframework/driver-definitions": ">=2.0.0-internal.2.3.0 <2.0.0-internal.3.0.0",
63
+ "@fluidframework/driver-definitions": ">=2.0.0-internal.2.3.1 <2.0.0-internal.3.0.0",
64
64
  "@fluidframework/eslint-config-fluid": "^2.0.0",
65
- "@fluidframework/local-driver": ">=2.0.0-internal.2.3.0 <2.0.0-internal.3.0.0",
66
- "@fluidframework/mocha-test-setup": ">=2.0.0-internal.2.3.0 <2.0.0-internal.3.0.0",
67
- "@fluidframework/sequence": ">=2.0.0-internal.2.3.0 <2.0.0-internal.3.0.0",
65
+ "@fluidframework/local-driver": ">=2.0.0-internal.2.3.1 <2.0.0-internal.3.0.0",
66
+ "@fluidframework/mocha-test-setup": ">=2.0.0-internal.2.3.1 <2.0.0-internal.3.0.0",
67
+ "@fluidframework/sequence": ">=2.0.0-internal.2.3.1 <2.0.0-internal.3.0.0",
68
68
  "@fluidframework/server-local-server": "^0.1038.2000",
69
- "@fluidframework/test-runtime-utils": ">=2.0.0-internal.2.3.0 <2.0.0-internal.3.0.0",
70
- "@fluidframework/test-utils": ">=2.0.0-internal.2.3.0 <2.0.0-internal.3.0.0",
69
+ "@fluidframework/test-runtime-utils": ">=2.0.0-internal.2.3.1 <2.0.0-internal.3.0.0",
70
+ "@fluidframework/test-utils": ">=2.0.0-internal.2.3.1 <2.0.0-internal.3.0.0",
71
71
  "@microsoft/api-extractor": "^7.22.2",
72
72
  "@rushstack/eslint-config": "^2.5.1",
73
73
  "@types/mocha": "^9.1.1",