@fluidframework/datastore 2.0.0-internal.6.3.1 → 2.0.0-internal.6.3.3

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 -20
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/datastore",
3
- "version": "2.0.0-internal.6.3.1",
3
+ "version": "2.0.0-internal.6.3.3",
4
4
  "description": "Fluid data store implementation",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -35,19 +35,19 @@
35
35
  "temp-directory": "nyc/.nyc_output"
36
36
  },
37
37
  "dependencies": {
38
- "@fluid-internal/client-utils": ">=2.0.0-internal.6.3.1 <2.0.0-internal.6.4.0",
39
- "@fluidframework/container-definitions": ">=2.0.0-internal.6.3.1 <2.0.0-internal.6.4.0",
40
- "@fluidframework/container-utils": ">=2.0.0-internal.6.3.1 <2.0.0-internal.6.4.0",
41
- "@fluidframework/core-interfaces": ">=2.0.0-internal.6.3.1 <2.0.0-internal.6.4.0",
42
- "@fluidframework/core-utils": ">=2.0.0-internal.6.3.1 <2.0.0-internal.6.4.0",
43
- "@fluidframework/datastore-definitions": ">=2.0.0-internal.6.3.1 <2.0.0-internal.6.4.0",
44
- "@fluidframework/driver-definitions": ">=2.0.0-internal.6.3.1 <2.0.0-internal.6.4.0",
45
- "@fluidframework/driver-utils": ">=2.0.0-internal.6.3.1 <2.0.0-internal.6.4.0",
38
+ "@fluid-internal/client-utils": ">=2.0.0-internal.6.3.3 <2.0.0-internal.6.4.0",
39
+ "@fluidframework/container-definitions": ">=2.0.0-internal.6.3.3 <2.0.0-internal.6.4.0",
40
+ "@fluidframework/container-utils": ">=2.0.0-internal.6.3.3 <2.0.0-internal.6.4.0",
41
+ "@fluidframework/core-interfaces": ">=2.0.0-internal.6.3.3 <2.0.0-internal.6.4.0",
42
+ "@fluidframework/core-utils": ">=2.0.0-internal.6.3.3 <2.0.0-internal.6.4.0",
43
+ "@fluidframework/datastore-definitions": ">=2.0.0-internal.6.3.3 <2.0.0-internal.6.4.0",
44
+ "@fluidframework/driver-definitions": ">=2.0.0-internal.6.3.3 <2.0.0-internal.6.4.0",
45
+ "@fluidframework/driver-utils": ">=2.0.0-internal.6.3.3 <2.0.0-internal.6.4.0",
46
46
  "@fluidframework/protocol-base": "^1.0.1",
47
47
  "@fluidframework/protocol-definitions": "^1.1.0",
48
- "@fluidframework/runtime-definitions": ">=2.0.0-internal.6.3.1 <2.0.0-internal.6.4.0",
49
- "@fluidframework/runtime-utils": ">=2.0.0-internal.6.3.1 <2.0.0-internal.6.4.0",
50
- "@fluidframework/telemetry-utils": ">=2.0.0-internal.6.3.1 <2.0.0-internal.6.4.0",
48
+ "@fluidframework/runtime-definitions": ">=2.0.0-internal.6.3.3 <2.0.0-internal.6.4.0",
49
+ "@fluidframework/runtime-utils": ">=2.0.0-internal.6.3.3 <2.0.0-internal.6.4.0",
50
+ "@fluidframework/telemetry-utils": ">=2.0.0-internal.6.3.3 <2.0.0-internal.6.4.0",
51
51
  "lodash": "^4.17.21",
52
52
  "uuid": "^9.0.0"
53
53
  },
@@ -55,10 +55,10 @@
55
55
  "@fluid-tools/build-cli": "^0.22.0",
56
56
  "@fluidframework/build-common": "^2.0.0",
57
57
  "@fluidframework/build-tools": "^0.22.0",
58
- "@fluidframework/datastore-previous": "npm:@fluidframework/datastore@2.0.0-internal.6.1.1",
58
+ "@fluidframework/datastore-previous": "npm:@fluidframework/datastore@2.0.0-internal.6.3.1",
59
59
  "@fluidframework/eslint-config-fluid": "^2.1.0",
60
- "@fluidframework/mocha-test-setup": ">=2.0.0-internal.6.3.1 <2.0.0-internal.6.4.0",
61
- "@fluidframework/test-runtime-utils": ">=2.0.0-internal.6.3.1 <2.0.0-internal.6.4.0",
60
+ "@fluidframework/mocha-test-setup": ">=2.0.0-internal.6.3.3 <2.0.0-internal.6.4.0",
61
+ "@fluidframework/test-runtime-utils": ">=2.0.0-internal.6.3.3 <2.0.0-internal.6.4.0",
62
62
  "@microsoft/api-extractor": "^7.34.4",
63
63
  "@types/mocha": "^9.1.1",
64
64
  "@types/node": "^16.18.38",
@@ -76,11 +76,7 @@
76
76
  "typescript": "~4.5.5"
77
77
  },
78
78
  "typeValidation": {
79
- "broken": {
80
- "ClassDeclaration_FluidDataStoreRuntime": {
81
- "backCompat": false
82
- }
83
- }
79
+ "broken": {}
84
80
  },
85
81
  "scripts": {
86
82
  "build": "fluid-build . --task build",