@fluid-experimental/property-common 2.70.0 → 2.72.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,13 @@
|
|
|
1
1
|
# @fluid-experimental/property-common
|
|
2
2
|
|
|
3
|
+
## 2.72.0
|
|
4
|
+
|
|
5
|
+
Dependency updates only.
|
|
6
|
+
|
|
7
|
+
## 2.71.0
|
|
8
|
+
|
|
9
|
+
Dependency updates only.
|
|
10
|
+
|
|
3
11
|
## 2.70.0
|
|
4
12
|
|
|
5
13
|
Dependency updates only.
|
|
@@ -143,7 +151,6 @@ Dependency updates only.
|
|
|
143
151
|
TypeScript types and implementation code.
|
|
144
152
|
|
|
145
153
|
This means that using Fluid Framework packages require the following TypeScript settings in tsconfig.json:
|
|
146
|
-
|
|
147
154
|
- `"moduleResolution": "Node16"` with `"module": "Node16"`
|
|
148
155
|
- `"moduleResolution": "Bundler"` with `"module": "ESNext"`
|
|
149
156
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-experimental/property-common",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.72.0",
|
|
4
4
|
"description": "common functions used in properties",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -48,10 +48,9 @@
|
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@biomejs/biome": "~1.9.3",
|
|
51
|
-
"@fluid-internal/mocha-test-setup": "~2.
|
|
51
|
+
"@fluid-internal/mocha-test-setup": "~2.72.0",
|
|
52
52
|
"@fluidframework/build-common": "^2.0.3",
|
|
53
|
-
"@fluidframework/build-tools": "^0.
|
|
54
|
-
"@fluidframework/eslint-config-fluid": "^6.1.0",
|
|
53
|
+
"@fluidframework/build-tools": "^0.60.0",
|
|
55
54
|
"@microsoft/api-extractor": "7.52.11",
|
|
56
55
|
"@types/chai": "^4.0.0",
|
|
57
56
|
"@types/debug": "^4.1.5",
|
|
@@ -83,8 +82,8 @@
|
|
|
83
82
|
"check:biome": "biome check .",
|
|
84
83
|
"check:format": "npm run check:biome",
|
|
85
84
|
"clean": "rimraf --glob dist lib \"**/*.tsbuildinfo\" \"**/*.build.log\" nyc",
|
|
86
|
-
"eslint": "eslint --format stylish src",
|
|
87
|
-
"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
85
|
+
"eslint": "eslint --quiet --format stylish src",
|
|
86
|
+
"eslint:fix": "eslint --quiet --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
88
87
|
"format": "npm run format:biome",
|
|
89
88
|
"format:biome": "biome check . --write",
|
|
90
89
|
"lint": "fluid-build . --task lint",
|