@fluidframework/driver-definitions 2.4.0-294316 → 2.4.0-297385
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.
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/driver-definitions",
|
|
3
|
-
"version": "2.4.0-
|
|
3
|
+
"version": "2.4.0-297385",
|
|
4
4
|
"description": "Fluid driver definitions",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"main": "lib/index.js",
|
|
48
48
|
"types": "lib/public.d.ts",
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@fluidframework/core-interfaces": "2.4.0-
|
|
50
|
+
"@fluidframework/core-interfaces": "2.4.0-297385"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@arethetypeswrong/cli": "^0.15.2",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"@fluid-tools/build-cli": "^0.46.0",
|
|
56
56
|
"@fluidframework/build-common": "^2.0.3",
|
|
57
57
|
"@fluidframework/build-tools": "^0.46.0",
|
|
58
|
-
"@fluidframework/driver-definitions-previous": "npm:@fluidframework/driver-definitions
|
|
58
|
+
"@fluidframework/driver-definitions-previous": "npm:@fluidframework/driver-definitions@~2.3.0",
|
|
59
59
|
"@fluidframework/eslint-config-fluid": "^5.4.0",
|
|
60
60
|
"@microsoft/api-extractor": "7.47.8",
|
|
61
61
|
"concurrently": "^8.2.1",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
},
|
|
80
80
|
"typeValidation": {
|
|
81
81
|
"broken": {},
|
|
82
|
-
"entrypoint": "
|
|
82
|
+
"entrypoint": "public"
|
|
83
83
|
},
|
|
84
84
|
"scripts": {
|
|
85
85
|
"api": "fluid-build . --task api",
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
"place:cjs:package-stub": "copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist",
|
|
121
121
|
"tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && npm run place:cjs:package-stub",
|
|
122
122
|
"tsc:watch": "npm run place:cjs:package-stub && fluid-tsc commonjs --project ./tsconfig.cjs.json --watch",
|
|
123
|
-
"typetests:gen": "flub generate typetests --dir . -v
|
|
123
|
+
"typetests:gen": "flub generate typetests --dir . -v",
|
|
124
124
|
"typetests:prepare": "flub typetests --dir . --reset --previous --normalize"
|
|
125
125
|
}
|
|
126
126
|
}
|