@fluidframework/azure-local-service 2.0.0-dev.7.2.0.204906 → 2.0.0-dev.7.3.0.206769
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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/azure-local-service",
|
|
3
|
-
"version": "2.0.0-dev.7.
|
|
3
|
+
"version": "2.0.0-dev.7.3.0.206769",
|
|
4
4
|
"description": "Local implementation of the Azure Fluid Relay service for testing/development use",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -22,11 +22,11 @@
|
|
|
22
22
|
"types": "dist/index.d.ts",
|
|
23
23
|
"bin": "dist/index.js",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"tinylicious": "^2.0.
|
|
25
|
+
"tinylicious": "^2.0.2"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@fluidframework/build-common": "^2.0.
|
|
29
|
-
"@fluidframework/build-tools": "0.26.
|
|
28
|
+
"@fluidframework/build-common": "^2.0.3",
|
|
29
|
+
"@fluidframework/build-tools": "^0.26.1",
|
|
30
30
|
"@fluidframework/eslint-config-fluid": "^3.0.0",
|
|
31
31
|
"@microsoft/api-extractor": "^7.37.0",
|
|
32
32
|
"eslint": "~8.50.0",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"build:compile": "fluid-build . --task compile",
|
|
47
47
|
"build:docs": "api-extractor run --local",
|
|
48
48
|
"ci:build:docs": "api-extractor run",
|
|
49
|
-
"clean": "rimraf --glob
|
|
49
|
+
"clean": "rimraf --glob dist lib \"*.tsbuildinfo\" \"*.build.log\" _api-extractor-temp",
|
|
50
50
|
"eslint": "eslint --format stylish src",
|
|
51
51
|
"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
52
52
|
"format": "npm run prettier:fix",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { }
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { }
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { }
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { }
|