@fluidframework/fluid-static 2.0.0-internal.5.3.1 → 2.0.0-internal.5.4.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 +4 -0
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/fluid-static",
|
|
3
|
-
"version": "2.0.0-internal.5.
|
|
3
|
+
"version": "2.0.0-internal.5.4.0",
|
|
4
4
|
"description": "A tool to enable consumption of Fluid Data Objects without requiring custom container code.",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -35,18 +35,18 @@
|
|
|
35
35
|
"temp-directory": "nyc/.nyc_output"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@fluidframework/aqueduct": ">=2.0.0-internal.5.
|
|
38
|
+
"@fluidframework/aqueduct": ">=2.0.0-internal.5.4.0 <2.0.0-internal.5.5.0",
|
|
39
39
|
"@fluidframework/common-definitions": "^0.20.1",
|
|
40
40
|
"@fluidframework/common-utils": "^1.1.1",
|
|
41
|
-
"@fluidframework/container-definitions": ">=2.0.0-internal.5.
|
|
42
|
-
"@fluidframework/container-loader": ">=2.0.0-internal.5.
|
|
43
|
-
"@fluidframework/container-runtime-definitions": ">=2.0.0-internal.5.
|
|
44
|
-
"@fluidframework/core-interfaces": ">=2.0.0-internal.5.
|
|
45
|
-
"@fluidframework/datastore-definitions": ">=2.0.0-internal.5.
|
|
41
|
+
"@fluidframework/container-definitions": ">=2.0.0-internal.5.4.0 <2.0.0-internal.5.5.0",
|
|
42
|
+
"@fluidframework/container-loader": ">=2.0.0-internal.5.4.0 <2.0.0-internal.5.5.0",
|
|
43
|
+
"@fluidframework/container-runtime-definitions": ">=2.0.0-internal.5.4.0 <2.0.0-internal.5.5.0",
|
|
44
|
+
"@fluidframework/core-interfaces": ">=2.0.0-internal.5.4.0 <2.0.0-internal.5.5.0",
|
|
45
|
+
"@fluidframework/datastore-definitions": ">=2.0.0-internal.5.4.0 <2.0.0-internal.5.5.0",
|
|
46
46
|
"@fluidframework/protocol-definitions": "^1.1.0",
|
|
47
|
-
"@fluidframework/request-handler": ">=2.0.0-internal.5.
|
|
48
|
-
"@fluidframework/runtime-definitions": ">=2.0.0-internal.5.
|
|
49
|
-
"@fluidframework/runtime-utils": ">=2.0.0-internal.5.
|
|
47
|
+
"@fluidframework/request-handler": ">=2.0.0-internal.5.4.0 <2.0.0-internal.5.5.0",
|
|
48
|
+
"@fluidframework/runtime-definitions": ">=2.0.0-internal.5.4.0 <2.0.0-internal.5.5.0",
|
|
49
|
+
"@fluidframework/runtime-utils": ">=2.0.0-internal.5.4.0 <2.0.0-internal.5.5.0"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@fluid-tools/build-cli": "^0.21.0",
|
|
@@ -54,12 +54,12 @@
|
|
|
54
54
|
"@fluidframework/build-tools": "^0.21.0",
|
|
55
55
|
"@fluidframework/eslint-config-fluid": "^2.0.0",
|
|
56
56
|
"@fluidframework/fluid-static-previous": "npm:@fluidframework/fluid-static@2.0.0-internal.5.2.0",
|
|
57
|
-
"@fluidframework/map": ">=2.0.0-internal.5.
|
|
58
|
-
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.5.
|
|
59
|
-
"@fluidframework/sequence": ">=2.0.0-internal.5.
|
|
57
|
+
"@fluidframework/map": ">=2.0.0-internal.5.4.0 <2.0.0-internal.5.5.0",
|
|
58
|
+
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.5.4.0 <2.0.0-internal.5.5.0",
|
|
59
|
+
"@fluidframework/sequence": ">=2.0.0-internal.5.4.0 <2.0.0-internal.5.5.0",
|
|
60
60
|
"@microsoft/api-extractor": "^7.34.4",
|
|
61
61
|
"@types/mocha": "^9.1.1",
|
|
62
|
-
"@types/node": "^
|
|
62
|
+
"@types/node": "^16.18.38",
|
|
63
63
|
"concurrently": "^7.6.0",
|
|
64
64
|
"copyfiles": "^2.4.1",
|
|
65
65
|
"cross-env": "^7.0.3",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"build:esnext": "tsc --project ./tsconfig.esnext.json",
|
|
85
85
|
"build:test": "tsc --project ./src/test/tsconfig.json",
|
|
86
86
|
"ci:build:docs": "api-extractor run --typescript-compiler-folder ../../../node_modules/typescript && copyfiles -u 1 ./_api-extractor-temp/* ../../../_api-extractor-temp/",
|
|
87
|
-
"clean": "rimraf dist lib *.tsbuildinfo *.build.log",
|
|
87
|
+
"clean": "rimraf --glob \"dist\" \"lib\" \"*.tsbuildinfo\" \"*.build.log\"",
|
|
88
88
|
"eslint": "eslint --format stylish src",
|
|
89
89
|
"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
90
90
|
"format": "npm run prettier:fix",
|