@fluid-experimental/property-common 2.0.0-internal.4.3.0 → 2.0.0-internal.4.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
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-experimental/property-common",
|
|
3
|
-
"version": "2.0.0-internal.4.
|
|
3
|
+
"version": "2.0.0-internal.4.4.0",
|
|
4
4
|
"description": "common functions used in properties",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@fluidframework/build-common": "^1.1.0",
|
|
49
49
|
"@fluidframework/eslint-config-fluid": "^2.0.0",
|
|
50
|
-
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.4.
|
|
50
|
+
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.4.4.0 <2.0.0-internal.4.5.0",
|
|
51
51
|
"@microsoft/api-extractor": "^7.34.4",
|
|
52
52
|
"@types/chai": "^4.0.0",
|
|
53
53
|
"@types/debug": "^4.1.5",
|
|
@@ -76,10 +76,9 @@
|
|
|
76
76
|
"broken": {}
|
|
77
77
|
},
|
|
78
78
|
"scripts": {
|
|
79
|
-
"build": "concurrently npm:build:compile npm:lint
|
|
79
|
+
"build": "concurrently npm:build:compile npm:lint",
|
|
80
80
|
"build:commonjs": "npm run tsc && npm run build:test",
|
|
81
81
|
"build:compile": "concurrently npm:build:commonjs npm:build:esnext",
|
|
82
|
-
"build:docs": "api-extractor run --local && copyfiles -u 1 ./_api-extractor-temp/doc-models/* ../../../../_api-extractor-temp/",
|
|
83
82
|
"build:esnext": "tsc --project ./tsconfig.esnext.json",
|
|
84
83
|
"build:full": "npm run build",
|
|
85
84
|
"build:full:compile": "npm run build:compile",
|