@fluid-experimental/data-object-base 2.10.0-307399 → 2.11.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/package.json +15 -20
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-experimental/data-object-base",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.11.0",
|
|
4
4
|
"description": "Data object base for synchronously and lazily loaded object scenarios",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -33,18 +33,18 @@
|
|
|
33
33
|
"es5/**/*"
|
|
34
34
|
],
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@fluid-internal/client-utils": "2.
|
|
37
|
-
"@fluidframework/container-definitions": "2.
|
|
38
|
-
"@fluidframework/container-runtime": "2.
|
|
39
|
-
"@fluidframework/container-runtime-definitions": "2.
|
|
40
|
-
"@fluidframework/core-interfaces": "2.
|
|
41
|
-
"@fluidframework/core-utils": "2.
|
|
42
|
-
"@fluidframework/datastore": "2.
|
|
43
|
-
"@fluidframework/datastore-definitions": "2.
|
|
44
|
-
"@fluidframework/request-handler": "2.
|
|
45
|
-
"@fluidframework/runtime-definitions": "2.
|
|
46
|
-
"@fluidframework/runtime-utils": "2.
|
|
47
|
-
"@fluidframework/shared-object-base": "2.
|
|
36
|
+
"@fluid-internal/client-utils": "~2.11.0",
|
|
37
|
+
"@fluidframework/container-definitions": "~2.11.0",
|
|
38
|
+
"@fluidframework/container-runtime": "~2.11.0",
|
|
39
|
+
"@fluidframework/container-runtime-definitions": "~2.11.0",
|
|
40
|
+
"@fluidframework/core-interfaces": "~2.11.0",
|
|
41
|
+
"@fluidframework/core-utils": "~2.11.0",
|
|
42
|
+
"@fluidframework/datastore": "~2.11.0",
|
|
43
|
+
"@fluidframework/datastore-definitions": "~2.11.0",
|
|
44
|
+
"@fluidframework/request-handler": "~2.11.0",
|
|
45
|
+
"@fluidframework/runtime-definitions": "~2.11.0",
|
|
46
|
+
"@fluidframework/runtime-utils": "~2.11.0",
|
|
47
|
+
"@fluidframework/shared-object-base": "~2.11.0"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@arethetypeswrong/cli": "^0.16.4",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"@fluid-tools/build-cli": "^0.51.0",
|
|
53
53
|
"@fluidframework/build-common": "^2.0.3",
|
|
54
54
|
"@fluidframework/build-tools": "^0.51.0",
|
|
55
|
-
"@fluidframework/eslint-config-fluid": "^5.
|
|
55
|
+
"@fluidframework/eslint-config-fluid": "^5.6.0",
|
|
56
56
|
"@microsoft/api-extractor": "7.47.8",
|
|
57
57
|
"@types/node": "^18.19.0",
|
|
58
58
|
"concurrently": "^8.2.1",
|
|
@@ -72,9 +72,6 @@
|
|
|
72
72
|
"build:compile": "fluid-build . --task compile",
|
|
73
73
|
"build:docs": "api-extractor run --local",
|
|
74
74
|
"build:esnext": "tsc --project ./tsconfig.json",
|
|
75
|
-
"build:test": "npm run build:test:esm && npm run build:test:cjs",
|
|
76
|
-
"build:test:cjs": "fluid-tsc commonjs --project ./src/test/tsconfig.cjs.json",
|
|
77
|
-
"build:test:esm": "tsc --project ./src/test/tsconfig.json",
|
|
78
75
|
"check:are-the-types-wrong": "attw --pack .",
|
|
79
76
|
"check:biome": "biome check .",
|
|
80
77
|
"check:exports": "concurrently \"npm:check:exports:*\"",
|
|
@@ -92,8 +89,6 @@
|
|
|
92
89
|
"format:prettier": "prettier --write . --cache --ignore-path ../../../.prettierignore",
|
|
93
90
|
"lint": "fluid-build . --task lint",
|
|
94
91
|
"lint:fix": "fluid-build . --task eslint:fix --task format",
|
|
95
|
-
"tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist"
|
|
96
|
-
"typetests:gen": "flub generate typetests --dir . -v",
|
|
97
|
-
"typetests:prepare": "flub typetests --dir . --reset --previous --normalize"
|
|
92
|
+
"tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist"
|
|
98
93
|
}
|
|
99
94
|
}
|