@fluidframework/devtools 2.3.0-288113 → 2.4.0-294316

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/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @fluidframework/devtools
2
2
 
3
+ ## 2.3.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.2.0
4
8
 
5
9
  Dependency updates only.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.45.1"
8
+ "packageVersion": "7.47.8"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/devtools",
3
- "version": "2.3.0-288113",
3
+ "version": "2.4.0-294316",
4
4
  "description": "Fluid Framework developer tools",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -77,21 +77,21 @@
77
77
  "temp-directory": "nyc/.nyc_output"
78
78
  },
79
79
  "dependencies": {
80
- "@fluidframework/container-definitions": "2.3.0-288113",
81
- "@fluidframework/core-interfaces": "2.3.0-288113",
82
- "@fluidframework/devtools-core": "2.3.0-288113",
83
- "@fluidframework/fluid-static": "2.3.0-288113"
80
+ "@fluidframework/container-definitions": "2.4.0-294316",
81
+ "@fluidframework/core-interfaces": "2.4.0-294316",
82
+ "@fluidframework/devtools-core": "2.4.0-294316",
83
+ "@fluidframework/fluid-static": "2.4.0-294316"
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.3.0-288113",
89
- "@fluid-tools/build-cli": "^0.43.0",
88
+ "@fluid-internal/mocha-test-setup": "2.4.0-294316",
89
+ "@fluid-tools/build-cli": "^0.46.0",
90
90
  "@fluidframework/build-common": "^2.0.3",
91
- "@fluidframework/build-tools": "^0.43.0",
92
- "@fluidframework/devtools-previous": "npm:@fluidframework/devtools@2.2.0",
93
- "@fluidframework/eslint-config-fluid": "^5.3.0",
94
- "@microsoft/api-extractor": "^7.45.1",
91
+ "@fluidframework/build-tools": "^0.46.0",
92
+ "@fluidframework/devtools-previous": "npm:@fluidframework/devtools@2.3.0",
93
+ "@fluidframework/eslint-config-fluid": "^5.4.0",
94
+ "@microsoft/api-extractor": "7.47.8",
95
95
  "@types/chai": "^4.0.0",
96
96
  "@types/mocha": "^9.1.1",
97
97
  "c8": "^8.0.1",
@@ -112,13 +112,19 @@
112
112
  },
113
113
  "fluidBuild": {
114
114
  "tasks": {
115
+ "build:esnext": [
116
+ "...",
117
+ "typetests:gen"
118
+ ],
115
119
  "tsc": [
120
+ "...",
116
121
  "typetests:gen"
117
122
  ]
118
123
  }
119
124
  },
120
125
  "typeValidation": {
121
- "broken": {}
126
+ "broken": {},
127
+ "entrypoint": "internal"
122
128
  },
123
129
  "scripts": {
124
130
  "api": "fluid-build . --task api",