@fluidframework/datastore-definitions 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 +11 -14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/datastore-definitions",
3
- "version": "1.0.1",
3
+ "version": "1.1.0-75972",
4
4
  "description": "Fluid data store definitions",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -15,7 +15,7 @@
15
15
  "types": "dist/index.d.ts",
16
16
  "scripts": {
17
17
  "build": "concurrently npm:build:compile npm:lint && npm run build:docs",
18
- "build:compile": "npm run tsc && npm run build:test",
18
+ "build:compile": "npm run tsc && npm run typetests:gen && npm run build:test",
19
19
  "build:docs": "api-extractor run --local --typescript-compiler-folder ../../../node_modules/typescript && copyfiles -u 1 ./_api-extractor-temp/doc-models/* ../../../_api-extractor-temp/",
20
20
  "build:full": "npm run build",
21
21
  "build:full:compile": "npm run build:compile",
@@ -28,20 +28,21 @@
28
28
  "lint:fix": "npm run eslint:fix",
29
29
  "tsc": "tsc",
30
30
  "tsfmt": "tsfmt --verify",
31
- "tsfmt:fix": "tsfmt --replace"
31
+ "tsfmt:fix": "tsfmt --replace",
32
+ "typetests:gen": "fluid-type-validator -g -d ."
32
33
  },
33
34
  "dependencies": {
34
35
  "@fluidframework/common-definitions": "^0.20.1",
35
36
  "@fluidframework/common-utils": "^0.32.1",
36
- "@fluidframework/container-definitions": "^1.0.1",
37
- "@fluidframework/core-interfaces": "^1.0.1",
37
+ "@fluidframework/container-definitions": "1.1.0-75972",
38
+ "@fluidframework/core-interfaces": "1.1.0-75972",
38
39
  "@fluidframework/protocol-definitions": "^0.1028.2000",
39
- "@fluidframework/runtime-definitions": "^1.0.1",
40
+ "@fluidframework/runtime-definitions": "1.1.0-75972",
40
41
  "@types/node": "^14.18.0"
41
42
  },
42
43
  "devDependencies": {
43
- "@fluidframework/build-common": "^0.23.0",
44
- "@fluidframework/datastore-definitions-previous": "npm:@fluidframework/datastore-definitions@^0.59.0",
44
+ "@fluidframework/build-common": "^0.24.0-0",
45
+ "@fluidframework/datastore-definitions-previous": "npm:@fluidframework/datastore-definitions@^1.0.0",
45
46
  "@fluidframework/eslint-config-fluid": "^0.28.2000",
46
47
  "@microsoft/api-extractor": "^7.22.2",
47
48
  "@rushstack/eslint-config": "^2.5.1",
@@ -53,11 +54,7 @@
53
54
  "typescript-formatter": "7.1.0"
54
55
  },
55
56
  "typeValidation": {
56
- "version": "1.0.0",
57
- "broken": {
58
- "InterfaceDeclaration_IFluidDataStoreRuntime": {
59
- "backCompat": false
60
- }
61
- }
57
+ "version": "1.1.0",
58
+ "broken": {}
62
59
  }
63
60
  }