@fluid-experimental/property-common 2.1.0-276985 → 2.1.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
  # @fluid-experimental/property-common
2
2
 
3
+ ## 2.1.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.0.0-rc.5.0.0
4
8
 
5
9
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-experimental/property-common",
3
- "version": "2.1.0-276985",
3
+ "version": "2.1.0",
4
4
  "description": "common functions used in properties",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -45,10 +45,10 @@
45
45
  "traverse": "0.6.6"
46
46
  },
47
47
  "devDependencies": {
48
- "@biomejs/biome": "^1.7.3",
49
- "@fluid-internal/mocha-test-setup": "2.1.0-276985",
48
+ "@biomejs/biome": "~1.8.3",
49
+ "@fluid-internal/mocha-test-setup": "~2.1.0",
50
50
  "@fluidframework/build-common": "^2.0.3",
51
- "@fluidframework/build-tools": "^0.39.0",
51
+ "@fluidframework/build-tools": "^0.41.0",
52
52
  "@fluidframework/eslint-config-fluid": "^5.3.0",
53
53
  "@microsoft/api-extractor": "^7.45.1",
54
54
  "@types/chai": "^4.0.0",
@@ -82,14 +82,14 @@
82
82
  "build:compile": "fluid-build . --task compile",
83
83
  "build:esnext": "tsc --project ./tsconfig.esnext.json",
84
84
  "build:test": "tsc --project ./src/test/tsconfig.json",
85
- "check:biome": "biome check . --formatter-enabled=true",
85
+ "check:biome": "biome check .",
86
86
  "check:format": "npm run check:biome",
87
87
  "check:prettier": "prettier --check . --cache --ignore-path ../../../../.prettierignore",
88
88
  "clean": "rimraf --glob dist lib \"**/*.tsbuildinfo\" \"**/*.build.log\" nyc",
89
89
  "eslint": "eslint --format stylish src",
90
90
  "eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
91
91
  "format": "npm run format:biome",
92
- "format:biome": "biome check . --formatter-enabled=true --apply",
92
+ "format:biome": "biome check . --write",
93
93
  "format:prettier": "prettier --write . --cache --ignore-path ../../../../.prettierignore",
94
94
  "lint": "fluid-build . --task lint",
95
95
  "lint:fix": "fluid-build . --task eslint:fix --task format",
@@ -1,5 +1,9 @@
1
1
  # @fluid-internal/platform-dependent
2
2
 
3
+ ## 2.1.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.0.0-rc.5.0.0
4
8
 
5
9
  Dependency updates only.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-internal/platform-dependent",
3
- "version": "2.1.0-276985",
3
+ "version": "2.1.0",
4
4
  "private": true,
5
5
  "description": "Helper package that separates code for browser and server.",
6
6
  "homepage": "https://fluidframework.com",