@fluid-internal/client-utils 2.0.0-dev.7.3.0.207992 → 2.0.0-dev.7.3.0.209174
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 +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-internal/client-utils",
|
|
3
|
-
"version": "2.0.0-dev.7.3.0.
|
|
3
|
+
"version": "2.0.0-dev.7.3.0.209174",
|
|
4
4
|
"description": "Not intended for use outside the Fluid Framework.",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
"temp-directory": "nyc/.nyc_output"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@fluidframework/core-interfaces": "2.0.0-dev.7.3.0.
|
|
43
|
-
"@fluidframework/core-utils": "2.0.0-dev.7.3.0.
|
|
42
|
+
"@fluidframework/core-interfaces": "2.0.0-dev.7.3.0.209174",
|
|
43
|
+
"@fluidframework/core-utils": "2.0.0-dev.7.3.0.209174",
|
|
44
44
|
"@types/events": "^3.0.0",
|
|
45
45
|
"base64-js": "^1.5.1",
|
|
46
46
|
"buffer": "^6.0.3",
|
|
@@ -52,8 +52,8 @@
|
|
|
52
52
|
"@fluid-tools/build-cli": "^0.26.1",
|
|
53
53
|
"@fluidframework/build-common": "^2.0.3",
|
|
54
54
|
"@fluidframework/build-tools": "^0.26.1",
|
|
55
|
-
"@fluidframework/eslint-config-fluid": "^3.
|
|
56
|
-
"@fluidframework/mocha-test-setup": "2.0.0-dev.7.3.0.
|
|
55
|
+
"@fluidframework/eslint-config-fluid": "^3.1.0",
|
|
56
|
+
"@fluidframework/mocha-test-setup": "2.0.0-dev.7.3.0.209174",
|
|
57
57
|
"@microsoft/api-extractor": "^7.37.0",
|
|
58
58
|
"@types/base64-js": "^1.3.0",
|
|
59
59
|
"@types/jest": "29.5.3",
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
"test": "npm run test:mocha && npm run test:jest",
|
|
131
131
|
"test:coverage": "c8 npm test",
|
|
132
132
|
"test:jest": "jest",
|
|
133
|
-
"test:mocha": "mocha --recursive dist/test/mocha/**/*.spec.js --exit --project test/tsconfig.json",
|
|
133
|
+
"test:mocha": "mocha --recursive \"dist/test/mocha/**/*.spec.js\" --exit --project test/tsconfig.json",
|
|
134
134
|
"tsc": "tsc",
|
|
135
135
|
"typetests:gen": "fluid-type-test-generator",
|
|
136
136
|
"typetests:prepare": "flub typetests --dir . --reset --previous --normalize"
|