@fluidframework/datastore 2.0.0-internal.6.0.0 → 2.0.0-internal.6.0.2

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 +15 -19
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/datastore",
3
- "version": "2.0.0-internal.6.0.0",
3
+ "version": "2.0.0-internal.6.0.2",
4
4
  "description": "Fluid data store implementation",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -37,18 +37,18 @@
37
37
  "dependencies": {
38
38
  "@fluidframework/common-definitions": "^0.20.1",
39
39
  "@fluidframework/common-utils": "^1.1.1",
40
- "@fluidframework/container-definitions": ">=2.0.0-internal.6.0.0 <2.0.0-internal.6.1.0",
41
- "@fluidframework/container-utils": ">=2.0.0-internal.6.0.0 <2.0.0-internal.6.1.0",
42
- "@fluidframework/core-interfaces": ">=2.0.0-internal.6.0.0 <2.0.0-internal.6.1.0",
43
- "@fluidframework/core-utils": ">=2.0.0-internal.6.0.0 <2.0.0-internal.6.1.0",
44
- "@fluidframework/datastore-definitions": ">=2.0.0-internal.6.0.0 <2.0.0-internal.6.1.0",
45
- "@fluidframework/driver-definitions": ">=2.0.0-internal.6.0.0 <2.0.0-internal.6.1.0",
46
- "@fluidframework/driver-utils": ">=2.0.0-internal.6.0.0 <2.0.0-internal.6.1.0",
40
+ "@fluidframework/container-definitions": ">=2.0.0-internal.6.0.2 <2.0.0-internal.6.1.0",
41
+ "@fluidframework/container-utils": ">=2.0.0-internal.6.0.2 <2.0.0-internal.6.1.0",
42
+ "@fluidframework/core-interfaces": ">=2.0.0-internal.6.0.2 <2.0.0-internal.6.1.0",
43
+ "@fluidframework/core-utils": ">=2.0.0-internal.6.0.2 <2.0.0-internal.6.1.0",
44
+ "@fluidframework/datastore-definitions": ">=2.0.0-internal.6.0.2 <2.0.0-internal.6.1.0",
45
+ "@fluidframework/driver-definitions": ">=2.0.0-internal.6.0.2 <2.0.0-internal.6.1.0",
46
+ "@fluidframework/driver-utils": ">=2.0.0-internal.6.0.2 <2.0.0-internal.6.1.0",
47
47
  "@fluidframework/protocol-base": "^1.0.0",
48
48
  "@fluidframework/protocol-definitions": "^1.1.0",
49
- "@fluidframework/runtime-definitions": ">=2.0.0-internal.6.0.0 <2.0.0-internal.6.1.0",
50
- "@fluidframework/runtime-utils": ">=2.0.0-internal.6.0.0 <2.0.0-internal.6.1.0",
51
- "@fluidframework/telemetry-utils": ">=2.0.0-internal.6.0.0 <2.0.0-internal.6.1.0",
49
+ "@fluidframework/runtime-definitions": ">=2.0.0-internal.6.0.2 <2.0.0-internal.6.1.0",
50
+ "@fluidframework/runtime-utils": ">=2.0.0-internal.6.0.2 <2.0.0-internal.6.1.0",
51
+ "@fluidframework/telemetry-utils": ">=2.0.0-internal.6.0.2 <2.0.0-internal.6.1.0",
52
52
  "lodash": "^4.17.21",
53
53
  "uuid": "^8.3.1"
54
54
  },
@@ -56,10 +56,10 @@
56
56
  "@fluid-tools/build-cli": "^0.21.0",
57
57
  "@fluidframework/build-common": "^2.0.0",
58
58
  "@fluidframework/build-tools": "^0.21.0",
59
- "@fluidframework/datastore-previous": "npm:@fluidframework/datastore@2.0.0-internal.5.2.0",
59
+ "@fluidframework/datastore-previous": "npm:@fluidframework/datastore@2.0.0-internal.6.0.0",
60
60
  "@fluidframework/eslint-config-fluid": "^2.0.0",
61
- "@fluidframework/mocha-test-setup": ">=2.0.0-internal.6.0.0 <2.0.0-internal.6.1.0",
62
- "@fluidframework/test-runtime-utils": ">=2.0.0-internal.6.0.0 <2.0.0-internal.6.1.0",
61
+ "@fluidframework/mocha-test-setup": ">=2.0.0-internal.6.0.2 <2.0.0-internal.6.1.0",
62
+ "@fluidframework/test-runtime-utils": ">=2.0.0-internal.6.0.2 <2.0.0-internal.6.1.0",
63
63
  "@microsoft/api-extractor": "^7.34.4",
64
64
  "@types/mocha": "^9.1.1",
65
65
  "@types/node": "^16.18.38",
@@ -78,11 +78,7 @@
78
78
  "typescript": "~4.5.5"
79
79
  },
80
80
  "typeValidation": {
81
- "broken": {
82
- "ClassDeclaration_FluidDataStoreRuntime": {
83
- "backCompat": false
84
- }
85
- }
81
+ "broken": {}
86
82
  },
87
83
  "scripts": {
88
84
  "build": "fluid-build . --task build",