@fluid-experimental/property-common 2.0.0-dev.7.3.0.210328 → 2.0.0-dev.7.3.0.212138
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": "@fluid-experimental/property-common",
|
|
3
|
-
"version": "2.0.0-dev.7.3.0.
|
|
3
|
+
"version": "2.0.0-dev.7.3.0.212138",
|
|
4
4
|
"description": "common functions used in properties",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -46,10 +46,10 @@
|
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@fluidframework/build-common": "^2.0.3",
|
|
49
|
-
"@fluidframework/build-tools": "^0.
|
|
49
|
+
"@fluidframework/build-tools": "^0.28.0",
|
|
50
50
|
"@fluidframework/eslint-config-fluid": "^3.1.0",
|
|
51
|
-
"@fluidframework/mocha-test-setup": "2.0.0-dev.7.3.0.
|
|
52
|
-
"@microsoft/api-extractor": "^7.
|
|
51
|
+
"@fluidframework/mocha-test-setup": "2.0.0-dev.7.3.0.212138",
|
|
52
|
+
"@microsoft/api-extractor": "^7.38.3",
|
|
53
53
|
"@types/chai": "^4.0.0",
|
|
54
54
|
"@types/debug": "^4.1.5",
|
|
55
55
|
"@types/lodash": "^4.14.118",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"build:compile": "fluid-build . --task compile",
|
|
81
81
|
"build:esnext": "tsc --project ./tsconfig.esnext.json",
|
|
82
82
|
"build:test": "tsc --project ./src/test/tsconfig.json",
|
|
83
|
-
"clean": "rimraf --glob dist lib \"
|
|
83
|
+
"clean": "rimraf --glob dist lib \"**/*.tsbuildinfo\" \"**/*.build.log\" nyc",
|
|
84
84
|
"eslint": "eslint --format stylish src",
|
|
85
85
|
"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
86
86
|
"format": "npm run prettier:fix",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-internal/platform-dependent",
|
|
3
|
-
"version": "2.0.0-dev.7.3.0.
|
|
3
|
+
"version": "2.0.0-dev.7.3.0.212138",
|
|
4
4
|
"private": true,
|
|
5
5
|
"description": "Helper package that separates code for browser and server.",
|
|
6
6
|
"homepage": "https://fluidframework.com",
|