@fluidframework/synthesize 2.4.0-297027 → 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 +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/synthesize",
|
|
3
|
-
"version": "2.4.0-
|
|
3
|
+
"version": "2.4.0-297385",
|
|
4
4
|
"description": "A library for synthesizing scope objects.",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -67,20 +67,20 @@
|
|
|
67
67
|
"temp-directory": "nyc/.nyc_output"
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"@fluidframework/core-utils": "2.4.0-
|
|
70
|
+
"@fluidframework/core-utils": "2.4.0-297385"
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
73
|
"@arethetypeswrong/cli": "^0.15.2",
|
|
74
74
|
"@biomejs/biome": "~1.8.3",
|
|
75
|
-
"@fluid-internal/mocha-test-setup": "2.4.0-
|
|
75
|
+
"@fluid-internal/mocha-test-setup": "2.4.0-297385",
|
|
76
76
|
"@fluid-tools/build-cli": "^0.46.0",
|
|
77
77
|
"@fluidframework/build-common": "^2.0.3",
|
|
78
78
|
"@fluidframework/build-tools": "^0.46.0",
|
|
79
|
-
"@fluidframework/core-interfaces": "2.4.0-
|
|
80
|
-
"@fluidframework/datastore": "2.4.0-
|
|
79
|
+
"@fluidframework/core-interfaces": "2.4.0-297385",
|
|
80
|
+
"@fluidframework/datastore": "2.4.0-297385",
|
|
81
81
|
"@fluidframework/eslint-config-fluid": "^5.4.0",
|
|
82
|
-
"@fluidframework/runtime-utils": "2.4.0-
|
|
83
|
-
"@fluidframework/synthesize-previous": "npm:@fluidframework/synthesize
|
|
82
|
+
"@fluidframework/runtime-utils": "2.4.0-297385",
|
|
83
|
+
"@fluidframework/synthesize-previous": "npm:@fluidframework/synthesize@~2.3.0",
|
|
84
84
|
"@microsoft/api-extractor": "7.47.8",
|
|
85
85
|
"@types/mocha": "^9.1.1",
|
|
86
86
|
"@types/node": "^18.19.0",
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
},
|
|
100
100
|
"typeValidation": {
|
|
101
101
|
"broken": {},
|
|
102
|
-
"entrypoint": "
|
|
102
|
+
"entrypoint": "legacy"
|
|
103
103
|
},
|
|
104
104
|
"scripts": {
|
|
105
105
|
"api": "fluid-build . --task api",
|