fluid-framework 1.0.1 → 1.1.0-75972

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 +12 -20
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fluid-framework",
3
- "version": "1.0.1",
3
+ "version": "1.1.0-75972",
4
4
  "description": "The main entry point into Fluid Framework public packages",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -35,14 +35,14 @@
35
35
  "typetests:gen": "fluid-type-validator -g -d ."
36
36
  },
37
37
  "dependencies": {
38
- "@fluidframework/container-definitions": "^1.0.1",
39
- "@fluidframework/container-loader": "^1.0.1",
40
- "@fluidframework/fluid-static": "^1.0.1",
41
- "@fluidframework/map": "^1.0.1",
42
- "@fluidframework/sequence": "^1.0.1"
38
+ "@fluidframework/container-definitions": "1.1.0-75972",
39
+ "@fluidframework/container-loader": "1.1.0-75972",
40
+ "@fluidframework/fluid-static": "1.1.0-75972",
41
+ "@fluidframework/map": "1.1.0-75972",
42
+ "@fluidframework/sequence": "1.1.0-75972"
43
43
  },
44
44
  "devDependencies": {
45
- "@fluidframework/build-common": "^0.23.0",
45
+ "@fluidframework/build-common": "^0.24.0-0",
46
46
  "@fluidframework/build-tools": "^0.2.71273",
47
47
  "@fluidframework/eslint-config-fluid": "^0.28.2000",
48
48
  "@microsoft/api-extractor": "^7.22.2",
@@ -52,28 +52,20 @@
52
52
  "copyfiles": "^2.1.0",
53
53
  "cross-env": "^7.0.2",
54
54
  "eslint": "~8.6.0",
55
- "fluid-framework-previous": "npm:fluid-framework@0.59.3002",
55
+ "fluid-framework-previous": "npm:fluid-framework@^1.0.0",
56
56
  "rimraf": "^2.6.2",
57
57
  "typescript": "~4.5.5",
58
58
  "typescript-formatter": "7.1.0"
59
59
  },
60
60
  "typeValidation": {
61
- "version": "1.0.0",
61
+ "version": "1.1.0",
62
62
  "broken": {
63
- "InterfaceDeclaration_IFluidContainer": {
64
- "backCompat": false,
63
+ "ClassDeclaration_IntervalCollection": {
65
64
  "forwardCompat": false
66
65
  },
67
- "ClassDeclaration_FluidContainer": {
68
- "backCompat": false
69
- },
70
66
  "ClassDeclaration_SequenceInterval": {
71
- "backCompat": false
72
- },
73
- "TypeAliasDeclaration_SharedStringSegment": {
74
- "backCompat": false
67
+ "forwardCompat": false
75
68
  }
76
- },
77
- "disabled": false
69
+ }
78
70
  }
79
71
  }