fluid-framework 2.0.0-internal.4.1.1 → 2.0.0-internal.4.2.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/.eslintrc.js +1 -1
- package/package.json +10 -11
package/.eslintrc.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fluid-framework",
|
|
3
|
-
"version": "2.0.0-internal.4.
|
|
3
|
+
"version": "2.0.0-internal.4.2.0",
|
|
4
4
|
"description": "The main entry point into Fluid Framework public packages",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -15,17 +15,17 @@
|
|
|
15
15
|
"module": "lib/index.js",
|
|
16
16
|
"types": "dist/index.d.ts",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@fluidframework/container-definitions": ">=2.0.0-internal.4.
|
|
19
|
-
"@fluidframework/container-loader": ">=2.0.0-internal.4.
|
|
20
|
-
"@fluidframework/driver-definitions": ">=2.0.0-internal.4.
|
|
21
|
-
"@fluidframework/fluid-static": ">=2.0.0-internal.4.
|
|
22
|
-
"@fluidframework/map": ">=2.0.0-internal.4.
|
|
23
|
-
"@fluidframework/sequence": ">=2.0.0-internal.4.
|
|
18
|
+
"@fluidframework/container-definitions": ">=2.0.0-internal.4.2.0 <2.0.0-internal.4.3.0",
|
|
19
|
+
"@fluidframework/container-loader": ">=2.0.0-internal.4.2.0 <2.0.0-internal.4.3.0",
|
|
20
|
+
"@fluidframework/driver-definitions": ">=2.0.0-internal.4.2.0 <2.0.0-internal.4.3.0",
|
|
21
|
+
"@fluidframework/fluid-static": ">=2.0.0-internal.4.2.0 <2.0.0-internal.4.3.0",
|
|
22
|
+
"@fluidframework/map": ">=2.0.0-internal.4.2.0 <2.0.0-internal.4.3.0",
|
|
23
|
+
"@fluidframework/sequence": ">=2.0.0-internal.4.2.0 <2.0.0-internal.4.3.0"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@fluid-tools/build-cli": "^0.
|
|
26
|
+
"@fluid-tools/build-cli": "^0.17.0",
|
|
27
27
|
"@fluidframework/build-common": "^1.1.0",
|
|
28
|
-
"@fluidframework/build-tools": "^0.
|
|
28
|
+
"@fluidframework/build-tools": "^0.17.0",
|
|
29
29
|
"@fluidframework/eslint-config-fluid": "^2.0.0",
|
|
30
30
|
"@microsoft/api-extractor": "^7.34.4",
|
|
31
31
|
"@types/mocha": "^9.1.1",
|
|
@@ -44,13 +44,12 @@
|
|
|
44
44
|
},
|
|
45
45
|
"scripts": {
|
|
46
46
|
"build": "concurrently npm:build:compile npm:lint && npm run build:docs",
|
|
47
|
-
"build:commonjs": "npm run
|
|
47
|
+
"build:commonjs": "npm run typetests:gen && npm run tsc",
|
|
48
48
|
"build:compile": "concurrently npm:build:commonjs npm:build:esnext",
|
|
49
49
|
"build:docs": "api-extractor run --local --typescript-compiler-folder ../../../node_modules/typescript && copyfiles -u 1 ./_api-extractor-temp/doc-models/* ../../../_api-extractor-temp/",
|
|
50
50
|
"build:esnext": "tsc --project ./tsconfig.esnext.json",
|
|
51
51
|
"build:full": "npm run build",
|
|
52
52
|
"build:full:compile": "npm run build:compile",
|
|
53
|
-
"build:test": "tsc --project ./src/test/tsconfig.json",
|
|
54
53
|
"ci:build:docs": "api-extractor run --typescript-compiler-folder ../../../node_modules/typescript && copyfiles -u 1 ./_api-extractor-temp/* ../../../_api-extractor-temp/",
|
|
55
54
|
"clean": "rimraf _api-extractor-temp dist lib *.tsbuildinfo *.build.log",
|
|
56
55
|
"eslint": "eslint --format stylish src",
|