@fluidframework/runtime-definitions 2.0.0-dev-rc.1.0.0.224419 → 2.0.0-dev-rc.1.0.0.225277

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 +48 -43
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/runtime-definitions",
3
- "version": "2.0.0-dev-rc.1.0.0.224419",
3
+ "version": "2.0.0-dev-rc.1.0.0.225277",
4
4
  "description": "Fluid Runtime definitions",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -16,15 +16,55 @@
16
16
  ".": {
17
17
  "types": "./dist/index.d.ts",
18
18
  "default": "./dist/index.js"
19
+ },
20
+ "./alpha": {
21
+ "import": {
22
+ "types": "./lib/runtime-definitions-alpha.d.mts",
23
+ "default": "./lib/index.mjs"
24
+ },
25
+ "require": {
26
+ "types": "./dist/runtime-definitions-alpha.d.ts",
27
+ "default": "./dist/index.cjs"
28
+ }
29
+ },
30
+ "./beta": {
31
+ "import": {
32
+ "types": "./lib/runtime-definitions-beta.d.mts",
33
+ "default": "./lib/index.mjs"
34
+ },
35
+ "require": {
36
+ "types": "./dist/runtime-definitions-beta.d.ts",
37
+ "default": "./dist/index.cjs"
38
+ }
39
+ },
40
+ "./internal": {
41
+ "import": {
42
+ "types": "./lib/index.d.mts",
43
+ "default": "./lib/index.mjs"
44
+ },
45
+ "require": {
46
+ "types": "./dist/index.d.ts",
47
+ "default": "./dist/index.cjs"
48
+ }
49
+ },
50
+ "./public": {
51
+ "import": {
52
+ "types": "./lib/runtime-definitions-public.d.mts",
53
+ "default": "./lib/index.mjs"
54
+ },
55
+ "require": {
56
+ "types": "./dist/runtime-definitions-public.d.ts",
57
+ "default": "./dist/index.cjs"
58
+ }
19
59
  }
20
60
  },
21
61
  "main": "dist/index.js",
22
62
  "types": "dist/index.d.ts",
23
63
  "dependencies": {
24
- "@fluidframework/container-definitions": "2.0.0-dev-rc.1.0.0.224419",
25
- "@fluidframework/core-interfaces": "2.0.0-dev-rc.1.0.0.224419",
26
- "@fluidframework/driver-definitions": "2.0.0-dev-rc.1.0.0.224419",
27
- "@fluidframework/id-compressor": "2.0.0-dev-rc.1.0.0.224419",
64
+ "@fluidframework/container-definitions": "2.0.0-dev-rc.1.0.0.225277",
65
+ "@fluidframework/core-interfaces": "2.0.0-dev-rc.1.0.0.225277",
66
+ "@fluidframework/driver-definitions": "2.0.0-dev-rc.1.0.0.225277",
67
+ "@fluidframework/id-compressor": "2.0.0-dev-rc.1.0.0.225277",
28
68
  "@fluidframework/protocol-definitions": "^3.1.0-223007"
29
69
  },
30
70
  "devDependencies": {
@@ -33,7 +73,7 @@
33
73
  "@fluidframework/build-common": "^2.0.3",
34
74
  "@fluidframework/build-tools": "0.29.0-222379",
35
75
  "@fluidframework/eslint-config-fluid": "^3.1.0",
36
- "@fluidframework/runtime-definitions-previous": "npm:@fluidframework/runtime-definitions@2.0.0-internal.7.2.0",
76
+ "@fluidframework/runtime-definitions-previous": "npm:@fluidframework/runtime-definitions@2.0.0-internal.8.0.0",
37
77
  "@microsoft/api-extractor": "^7.38.3",
38
78
  "copyfiles": "^2.4.1",
39
79
  "eslint": "~8.50.0",
@@ -54,42 +94,7 @@
54
94
  }
55
95
  },
56
96
  "typeValidation": {
57
- "broken": {
58
- "TypeAliasDeclaration_IdCreationRangeWithStashedState": {
59
- "forwardCompat": false,
60
- "backCompat": false
61
- },
62
- "RemovedTypeAliasDeclaration_IdCreationRangeWithStashedState": {
63
- "forwardCompat": false,
64
- "backCompat": false
65
- },
66
- "InterfaceDeclaration_IdCreationRange": {
67
- "forwardCompat": false
68
- },
69
- "VariableDeclaration_initialClusterCapacity": {
70
- "backCompat": false,
71
- "forwardCompat": false
72
- },
73
- "RemovedVariableDeclaration_initialClusterCapacity": {
74
- "forwardCompat": false,
75
- "backCompat": false
76
- },
77
- "InterfaceDeclaration_IContainerRuntimeBase": {
78
- "backCompat": false
79
- },
80
- "InterfaceDeclaration_IFluidDataStoreContext": {
81
- "backCompat": false
82
- },
83
- "InterfaceDeclaration_IFluidDataStoreContextDetached": {
84
- "backCompat": false
85
- },
86
- "InterfaceDeclaration_IDataStore": {
87
- "backCompat": false
88
- },
89
- "InterfaceDeclaration_IFluidDataStoreChannel": {
90
- "backCompat": false
91
- }
92
- }
97
+ "broken": {}
93
98
  },
94
99
  "scripts": {
95
100
  "api": "fluid-build . --task api",
@@ -98,7 +103,7 @@
98
103
  "build:compile": "fluid-build . --task compile",
99
104
  "build:docs": "fluid-build . --task api",
100
105
  "build:test": "tsc --project ./src/test/tsconfig.json",
101
- "check:are-the-types-wrong": "attw --pack",
106
+ "check:are-the-types-wrong": "attw --pack . --entrypoints .",
102
107
  "check:release-tags": "api-extractor run --local --config ./api-extractor-lint.json",
103
108
  "ci:build:docs": "api-extractor run",
104
109
  "clean": "rimraf --glob dist \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp",