@fluid-experimental/property-common 2.101.1 → 2.103.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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-experimental/property-common",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.103.0",
|
|
4
4
|
"description": "common functions used in properties",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@biomejs/biome": "~2.4.5",
|
|
51
|
-
"@fluid-internal/mocha-test-setup": "~2.
|
|
51
|
+
"@fluid-internal/mocha-test-setup": "~2.103.0",
|
|
52
52
|
"@fluidframework/build-common": "^2.0.3",
|
|
53
53
|
"@fluidframework/build-tools": "^0.65.0",
|
|
54
54
|
"@microsoft/api-extractor": "7.58.1",
|
|
@@ -71,6 +71,15 @@
|
|
|
71
71
|
"sinon": "^18.0.1",
|
|
72
72
|
"typescript": "~5.4.5"
|
|
73
73
|
},
|
|
74
|
+
"fluidBuild": {
|
|
75
|
+
"_tasks_comment": "This package does not have a proper ESM build. All consumers depend on CommonJS. So building CommonJS when ESM is requested ensures the CommonJS expectation is satisfied.",
|
|
76
|
+
"tasks": {
|
|
77
|
+
"build:esnext": [
|
|
78
|
+
"...",
|
|
79
|
+
"tsc"
|
|
80
|
+
]
|
|
81
|
+
}
|
|
82
|
+
},
|
|
74
83
|
"typeValidation": {
|
|
75
84
|
"disabled": true
|
|
76
85
|
},
|