@fluid-experimental/property-common 2.0.0-dev.4.4.0.162574 → 2.0.0-dev.5.3.2.178189

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
@@ -1,5 +1,25 @@
1
1
  # @fluid-experimental/property-common
2
2
 
3
+ ## 2.0.0-internal.5.3.0
4
+
5
+ Dependency updates only.
6
+
7
+ ## 2.0.0-internal.5.2.0
8
+
9
+ Dependency updates only.
10
+
11
+ ## 2.0.0-internal.5.1.0
12
+
13
+ Dependency updates only.
14
+
15
+ ## 2.0.0-internal.5.0.0
16
+
17
+ Dependency updates only.
18
+
19
+ ## 2.0.0-internal.4.4.0
20
+
21
+ Dependency updates only.
22
+
3
23
  ## 2.0.0-internal.4.1.0
4
24
 
5
25
  Dependency updates only.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-experimental/property-common",
3
- "version": "2.0.0-dev.4.4.0.162574",
3
+ "version": "2.0.0-dev.5.3.2.178189",
4
4
  "description": "common functions used in properties",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -41,20 +41,21 @@
41
41
  "fastest-json-copy": "^1.0.1",
42
42
  "lodash": "^4.17.21",
43
43
  "murmurhash3js": "3.0.1",
44
- "semver": "^7.3.4",
44
+ "semver": "^7.5.3",
45
45
  "traverse": "0.6.6"
46
46
  },
47
47
  "devDependencies": {
48
- "@fluidframework/build-common": "^1.1.0",
48
+ "@fluidframework/build-common": "^1.2.0",
49
+ "@fluidframework/build-tools": "^0.21.0",
49
50
  "@fluidframework/eslint-config-fluid": "^2.0.0",
50
- "@fluidframework/mocha-test-setup": "2.0.0-dev.4.4.0.162574",
51
+ "@fluidframework/mocha-test-setup": "2.0.0-dev.5.3.2.178189",
51
52
  "@microsoft/api-extractor": "^7.34.4",
52
53
  "@types/chai": "^4.0.0",
53
54
  "@types/debug": "^4.1.5",
54
55
  "@types/lodash": "^4.14.118",
55
56
  "@types/mocha": "^9.1.1",
56
57
  "@types/node": "^14.18.38",
57
- "@types/semver": "^7.3.6",
58
+ "@types/semver": "^7.5.0",
58
59
  "chai": "^4.2.0",
59
60
  "concurrently": "^7.6.0",
60
61
  "copyfiles": "^2.4.1",
@@ -76,13 +77,10 @@
76
77
  "broken": {}
77
78
  },
78
79
  "scripts": {
79
- "build": "concurrently npm:build:compile npm:lint && npm run build:docs",
80
- "build:commonjs": "npm run tsc && npm run build:test",
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/",
80
+ "build": "fluid-build . --task build",
81
+ "build:commonjs": "fluid-build . --task commonjs",
82
+ "build:compile": "fluid-build . --task compile",
83
83
  "build:esnext": "tsc --project ./tsconfig.esnext.json",
84
- "build:full": "npm run build",
85
- "build:full:compile": "npm run build:compile",
86
84
  "build:test": "tsc --project ./src/test/tsconfig.json",
87
85
  "clean": "rimraf dist lib *.tsbuildinfo *.build.log",
88
86
  "eslint": "eslint --format stylish src",
@@ -1,5 +1,25 @@
1
1
  # @fluid-internal/platform-dependent
2
2
 
3
+ ## 2.0.0-internal.5.3.0
4
+
5
+ Dependency updates only.
6
+
7
+ ## 2.0.0-internal.5.2.0
8
+
9
+ Dependency updates only.
10
+
11
+ ## 2.0.0-internal.5.1.0
12
+
13
+ Dependency updates only.
14
+
15
+ ## 2.0.0-internal.5.0.0
16
+
17
+ Dependency updates only.
18
+
19
+ ## 2.0.0-internal.4.4.0
20
+
21
+ Dependency updates only.
22
+
3
23
  ## 2.0.0-internal.4.1.0
4
24
 
5
25
  Dependency updates only.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-internal/platform-dependent",
3
- "version": "2.0.0-dev.4.4.0.162574",
3
+ "version": "2.0.0-dev.5.3.2.178189",
4
4
  "private": true,
5
5
  "description": "Helper package that separates code for browser and server.",
6
6
  "homepage": "https://fluidframework.com",
@@ -12,5 +12,9 @@
12
12
  "license": "MIT",
13
13
  "author": "Microsoft and contributors",
14
14
  "main": "server.js",
15
- "browser": "browser.js"
15
+ "browser": "browser.js",
16
+ "typeValidation": {
17
+ "disabled": true,
18
+ "broken": {}
19
+ }
16
20
  }