@fluid-experimental/property-dds 2.1.0-276985 → 2.1.0-281041

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.
Files changed (1) hide show
  1. package/package.json +25 -25
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-experimental/property-dds",
3
- "version": "2.1.0-276985",
3
+ "version": "2.1.0-281041",
4
4
  "description": "definition of the property distributed data store",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -27,16 +27,16 @@
27
27
  "main": "lib/index.js",
28
28
  "types": "lib/index.d.ts",
29
29
  "dependencies": {
30
- "@fluid-experimental/property-changeset": "2.1.0-276985",
31
- "@fluid-experimental/property-properties": "2.1.0-276985",
32
- "@fluid-internal/client-utils": "2.1.0-276985",
33
- "@fluidframework/container-definitions": "2.1.0-276985",
34
- "@fluidframework/core-interfaces": "2.1.0-276985",
35
- "@fluidframework/datastore-definitions": "2.1.0-276985",
36
- "@fluidframework/driver-definitions": "2.1.0-276985",
37
- "@fluidframework/runtime-definitions": "2.1.0-276985",
38
- "@fluidframework/runtime-utils": "2.1.0-276985",
39
- "@fluidframework/shared-object-base": "2.1.0-276985",
30
+ "@fluid-experimental/property-changeset": "2.1.0-281041",
31
+ "@fluid-experimental/property-properties": "2.1.0-281041",
32
+ "@fluid-internal/client-utils": "2.1.0-281041",
33
+ "@fluidframework/container-definitions": "2.1.0-281041",
34
+ "@fluidframework/core-interfaces": "2.1.0-281041",
35
+ "@fluidframework/datastore-definitions": "2.1.0-281041",
36
+ "@fluidframework/driver-definitions": "2.1.0-281041",
37
+ "@fluidframework/runtime-definitions": "2.1.0-281041",
38
+ "@fluidframework/runtime-utils": "2.1.0-281041",
39
+ "@fluidframework/shared-object-base": "2.1.0-281041",
40
40
  "axios": "^1.6.2",
41
41
  "buffer": "^6.0.3",
42
42
  "lodash": "^4.17.21",
@@ -47,21 +47,21 @@
47
47
  },
48
48
  "devDependencies": {
49
49
  "@arethetypeswrong/cli": "^0.15.2",
50
- "@biomejs/biome": "^1.7.3",
51
- "@fluid-experimental/property-common": "2.1.0-276985",
52
- "@fluid-internal/mocha-test-setup": "2.1.0-276985",
53
- "@fluid-private/test-drivers": "2.1.0-276985",
54
- "@fluid-tools/build-cli": "^0.39.0",
50
+ "@biomejs/biome": "~1.8.3",
51
+ "@fluid-experimental/property-common": "2.1.0-281041",
52
+ "@fluid-internal/mocha-test-setup": "2.1.0-281041",
53
+ "@fluid-private/test-drivers": "2.1.0-281041",
54
+ "@fluid-tools/build-cli": "^0.40.0",
55
55
  "@fluidframework/build-common": "^2.0.3",
56
- "@fluidframework/build-tools": "^0.39.0",
57
- "@fluidframework/container-loader": "2.1.0-276985",
58
- "@fluidframework/container-runtime": "2.1.0-276985",
56
+ "@fluidframework/build-tools": "^0.40.0",
57
+ "@fluidframework/container-loader": "2.1.0-281041",
58
+ "@fluidframework/container-runtime": "2.1.0-281041",
59
59
  "@fluidframework/eslint-config-fluid": "^5.3.0",
60
- "@fluidframework/local-driver": "2.1.0-276985",
61
- "@fluidframework/sequence": "2.1.0-276985",
60
+ "@fluidframework/local-driver": "2.1.0-281041",
61
+ "@fluidframework/sequence": "2.1.0-281041",
62
62
  "@fluidframework/server-local-server": "^5.0.0",
63
- "@fluidframework/test-runtime-utils": "2.1.0-276985",
64
- "@fluidframework/test-utils": "2.1.0-276985",
63
+ "@fluidframework/test-runtime-utils": "2.1.0-281041",
64
+ "@fluidframework/test-utils": "2.1.0-281041",
65
65
  "@microsoft/api-extractor": "^7.45.1",
66
66
  "@types/lodash": "^4.14.118",
67
67
  "@types/mocha": "^9.1.1",
@@ -94,7 +94,7 @@
94
94
  "build:test:cjs": "fluid-tsc commonjs --project ./src/test/tsconfig.cjs.json",
95
95
  "build:test:esm": "tsc --project ./src/test/tsconfig.json",
96
96
  "check:are-the-types-wrong": "attw --pack .",
97
- "check:biome": "biome check . --formatter-enabled=true",
97
+ "check:biome": "biome check .",
98
98
  "check:format": "npm run check:biome",
99
99
  "check:prettier": "prettier --check . --cache --ignore-path ../../../../.prettierignore",
100
100
  "check:release-tags": "api-extractor run --local --config ./api-extractor-lint.json",
@@ -103,7 +103,7 @@
103
103
  "eslint": "eslint src",
104
104
  "eslint:fix": "eslint src --fix",
105
105
  "format": "npm run format:biome",
106
- "format:biome": "biome check . --formatter-enabled=true --apply",
106
+ "format:biome": "biome check . --write",
107
107
  "format:prettier": "prettier --write . --cache --ignore-path ../../../../.prettierignore",
108
108
  "lint": "fluid-build . --task lint",
109
109
  "lint:fix": "fluid-build . --task eslint:fix --task format",