@fluidframework/driver-definitions 2.91.0 → 2.92.0

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/driver-definitions
2
2
 
3
+ ## 2.92.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.91.0
4
8
 
5
9
  Dependency updates only.
package/dist/legacy.d.ts CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  /*
7
7
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
- * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
8
+ * Generated by "flub generate entrypoints --resolutionConditions require --outFileLegacyBeta legacy --outDir ./dist" in @fluid-tools/build-cli.
9
9
  */
10
10
 
11
11
  export {
package/dist/public.d.ts CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  /*
7
7
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
- * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
8
+ * Generated by "flub generate entrypoints --resolutionConditions require --outFileLegacyBeta legacy --outDir ./dist" in @fluid-tools/build-cli.
9
9
  */
10
10
 
11
11
  export {
package/internal.d.ts CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  /*
7
7
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
- * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
8
+ * Generated by "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./lib --node10TypeCompat" in @fluid-tools/build-cli.
9
9
  */
10
10
 
11
11
  export * from "./lib/index.js";
package/legacy.d.ts CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  /*
7
7
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
- * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
8
+ * Generated by "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./lib --node10TypeCompat" in @fluid-tools/build-cli.
9
9
  */
10
10
 
11
11
  export * from "./lib/legacy.js";
package/lib/legacy.d.ts CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  /*
7
7
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
- * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
8
+ * Generated by "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./lib --node10TypeCompat" in @fluid-tools/build-cli.
9
9
  */
10
10
 
11
11
  export {
package/lib/public.d.ts CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  /*
7
7
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
- * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
8
+ * Generated by "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./lib --node10TypeCompat" in @fluid-tools/build-cli.
9
9
  */
10
10
 
11
11
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/driver-definitions",
3
- "version": "2.91.0",
3
+ "version": "2.92.0",
4
4
  "description": "Fluid driver definitions",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -47,16 +47,16 @@
47
47
  "main": "lib/index.js",
48
48
  "types": "lib/public.d.ts",
49
49
  "dependencies": {
50
- "@fluidframework/core-interfaces": "~2.91.0"
50
+ "@fluidframework/core-interfaces": "~2.92.0"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@arethetypeswrong/cli": "^0.18.2",
54
54
  "@biomejs/biome": "~2.4.5",
55
- "@fluid-tools/build-cli": "^0.63.0",
55
+ "@fluid-tools/build-cli": "^0.64.0",
56
56
  "@fluidframework/build-common": "^2.0.3",
57
- "@fluidframework/build-tools": "^0.63.0",
58
- "@fluidframework/driver-definitions-previous": "npm:@fluidframework/driver-definitions@2.83.0",
59
- "@fluidframework/eslint-config-fluid": "~2.91.0",
57
+ "@fluidframework/build-tools": "^0.64.0",
58
+ "@fluidframework/driver-definitions-previous": "npm:@fluidframework/driver-definitions@2.91.0",
59
+ "@fluidframework/eslint-config-fluid": "^9.0.0",
60
60
  "@microsoft/api-extractor": "7.52.11",
61
61
  "concurrently": "^9.2.1",
62
62
  "copyfiles": "^2.4.1",
@@ -65,25 +65,13 @@
65
65
  "rimraf": "^6.1.3",
66
66
  "typescript": "~5.4.5"
67
67
  },
68
- "fluidBuild": {
69
- "tasks": {
70
- "build:esnext": [
71
- "...",
72
- "typetests:gen"
73
- ],
74
- "tsc": [
75
- "...",
76
- "typetests:gen"
77
- ]
78
- }
79
- },
80
68
  "typeValidation": {
81
69
  "broken": {},
82
70
  "entrypoint": "public"
83
71
  },
84
72
  "scripts": {
85
73
  "api": "fluid-build . --task api",
86
- "api-extractor:commonjs": "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./dist",
74
+ "api-extractor:commonjs": "flub generate entrypoints --resolutionConditions require --outFileLegacyBeta legacy --outDir ./dist",
87
75
  "api-extractor:esnext": "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./lib --node10TypeCompat",
88
76
  "build": "fluid-build . --task build",
89
77
  "build:api-reports": "concurrently \"npm:build:api-reports:*\"",
@@ -92,6 +80,9 @@
92
80
  "build:compile": "fluid-build . --task compile",
93
81
  "build:docs": "api-extractor run --local",
94
82
  "build:esnext": "tsc --project ./tsconfig.json",
83
+ "build:test": "npm run build:test:esm && npm run build:test:cjs",
84
+ "build:test:cjs": "fluid-tsc commonjs --project ./src/test/tsconfig.cjs.json",
85
+ "build:test:esm": "tsc --project ./src/test/tsconfig.json",
95
86
  "check:are-the-types-wrong": "attw --pack .",
96
87
  "check:biome": "biome check .",
97
88
  "check:exports": "concurrently \"npm:check:exports:*\"",
package/tsconfig.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "extends": "../../../common/build/build-common/tsconfig.node16.json",
3
3
  "include": ["src/**/*"],
4
+ "exclude": ["src/test/**/*"],
4
5
  "compilerOptions": {
5
6
  "rootDir": "./src",
6
7
  "outDir": "./lib",