@fluidframework/devtools 2.4.0-297027 → 2.4.0-299374

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 +10 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/devtools",
3
- "version": "2.4.0-297027",
3
+ "version": "2.4.0-299374",
4
4
  "description": "Fluid Framework developer tools",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -77,19 +77,19 @@
77
77
  "temp-directory": "nyc/.nyc_output"
78
78
  },
79
79
  "dependencies": {
80
- "@fluidframework/container-definitions": "2.4.0-297027",
81
- "@fluidframework/core-interfaces": "2.4.0-297027",
82
- "@fluidframework/devtools-core": "2.4.0-297027",
83
- "@fluidframework/fluid-static": "2.4.0-297027"
80
+ "@fluidframework/container-definitions": "2.4.0-299374",
81
+ "@fluidframework/core-interfaces": "2.4.0-299374",
82
+ "@fluidframework/devtools-core": "2.4.0-299374",
83
+ "@fluidframework/fluid-static": "2.4.0-299374"
84
84
  },
85
85
  "devDependencies": {
86
86
  "@arethetypeswrong/cli": "^0.15.2",
87
87
  "@biomejs/biome": "~1.8.3",
88
- "@fluid-internal/mocha-test-setup": "2.4.0-297027",
89
- "@fluid-tools/build-cli": "^0.46.0",
88
+ "@fluid-internal/mocha-test-setup": "2.4.0-299374",
89
+ "@fluid-tools/build-cli": "^0.48.0",
90
90
  "@fluidframework/build-common": "^2.0.3",
91
- "@fluidframework/build-tools": "^0.46.0",
92
- "@fluidframework/devtools-previous": "npm:@fluidframework/devtools@2.3.0",
91
+ "@fluidframework/build-tools": "^0.48.0",
92
+ "@fluidframework/devtools-previous": "npm:@fluidframework/devtools@~2.3.0",
93
93
  "@fluidframework/eslint-config-fluid": "^5.4.0",
94
94
  "@microsoft/api-extractor": "7.47.8",
95
95
  "@types/chai": "^4.0.0",
@@ -103,7 +103,6 @@
103
103
  "eslint-config-prettier": "~9.0.0",
104
104
  "eslint-plugin-chai-expect": "~3.0.0",
105
105
  "mocha": "^10.2.0",
106
- "mocha-json-output-reporter": "^2.0.1",
107
106
  "mocha-multi-reporters": "^1.5.1",
108
107
  "moment": "^2.21.0",
109
108
  "prettier": "~3.0.3",
@@ -124,7 +123,7 @@
124
123
  },
125
124
  "typeValidation": {
126
125
  "broken": {},
127
- "entrypoint": "internal"
126
+ "entrypoint": "alpha"
128
127
  },
129
128
  "scripts": {
130
129
  "api": "fluid-build . --task api",