@fluid-experimental/property-common 0.49.1 → 0.49.2
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/dist/packageVersion.d.ts +1 -1
- package/dist/packageVersion.js +1 -1
- package/dist/packageVersion.js.map +1 -1
- package/nyc/mocha-junit-report.xml +60 -60
- package/package.json +2 -2
- package/platform-dependent/package.json +1 -1
- package/src/packageVersion.ts +1 -1
- package/tsconfig.esnext.tsbuildinfo +2 -2
- package/tsconfig.tsbuildinfo +2 -2
package/dist/packageVersion.d.ts
CHANGED
|
@@ -5,5 +5,5 @@
|
|
|
5
5
|
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
|
|
6
6
|
*/
|
|
7
7
|
export declare const pkgName = "@fluid-experimental/property-common";
|
|
8
|
-
export declare const pkgVersion = "0.49.
|
|
8
|
+
export declare const pkgVersion = "0.49.2";
|
|
9
9
|
//# sourceMappingURL=packageVersion.d.ts.map
|
package/dist/packageVersion.js
CHANGED
|
@@ -8,5 +8,5 @@
|
|
|
8
8
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
9
|
exports.pkgVersion = exports.pkgName = void 0;
|
|
10
10
|
exports.pkgName = "@fluid-experimental/property-common";
|
|
11
|
-
exports.pkgVersion = "0.49.
|
|
11
|
+
exports.pkgVersion = "0.49.2";
|
|
12
12
|
//# sourceMappingURL=packageVersion.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,qCAAqC,CAAC;AAChD,QAAA,UAAU,GAAG,QAAQ,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluid-experimental/property-common\";\nexport const pkgVersion = \"0.49.
|
|
1
|
+
{"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,qCAAqC,CAAC;AAChD,QAAA,UAAU,GAAG,QAAQ,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluid-experimental/property-common\";\nexport const pkgVersion = \"0.49.2\";\n"]}
|
|
@@ -1,122 +1,118 @@
|
|
|
1
|
-
<testsuite name="Mocha Tests" tests="173" failures="0" errors="0" skipped="0" timestamp="Mon, 11 Oct 2021
|
|
2
|
-
<testcase classname="property-common.Chronometer" name="should exist" time="0.
|
|
3
|
-
<testcase classname="property-common.Chronometer elapsed" name="measures milliseconds" time="0.
|
|
4
|
-
<testcase classname="property-common.Chronometer elapsed" name="measures microseconds" time="0.
|
|
5
|
-
<testcase classname="property-common.Chronometer elapsed" name="@flaky measures seconds" time="0.
|
|
1
|
+
<testsuite name="Mocha Tests" tests="173" failures="0" errors="0" skipped="0" timestamp="Mon, 11 Oct 2021 22:09:04 GMT" time="0.299">
|
|
2
|
+
<testcase classname="property-common.Chronometer" name="should exist" time="0.009"/>
|
|
3
|
+
<testcase classname="property-common.Chronometer elapsed" name="measures milliseconds" time="0.053"/>
|
|
4
|
+
<testcase classname="property-common.Chronometer elapsed" name="measures microseconds" time="0.018"/>
|
|
5
|
+
<testcase classname="property-common.Chronometer elapsed" name="@flaky measures seconds" time="0.01"/>
|
|
6
6
|
<testcase classname="property-common.Chronometer elapsed" name="times promises" time="0.003"/>
|
|
7
|
-
<testcase classname="property-common.Chronometer elapsed" name="@bugfix Cannot read property '0' of undefined" time="0.
|
|
7
|
+
<testcase classname="property-common.Chronometer elapsed" name="@bugfix Cannot read property '0' of undefined" time="0.011"/>
|
|
8
8
|
<testcase classname="collection" name="should add a value under a key" time="0.001"/>
|
|
9
9
|
<testcase classname="collection" name="should bulk add a key-value object to the list of items" time="0"/>
|
|
10
10
|
<testcase classname="collection" name="should remove a value associated with a key" time="0.001"/>
|
|
11
11
|
<testcase classname="collection" name="should bulk remove a key-value object from the list of items" time="0"/>
|
|
12
12
|
<testcase classname="collection" name="should check for emptyness" time="0"/>
|
|
13
13
|
<testcase classname="collection" name="should get the first value in the collection" time="0"/>
|
|
14
|
-
<testcase classname="collection" name="should get the last value in the collection" time="0
|
|
15
|
-
<testcase classname="collection" name="should get the type of the collection" time="0.
|
|
14
|
+
<testcase classname="collection" name="should get the last value in the collection" time="0"/>
|
|
15
|
+
<testcase classname="collection" name="should get the type of the collection" time="0.013"/>
|
|
16
16
|
<testcase classname="collection" name="should filter out values based on a predicate function" time="0.002"/>
|
|
17
17
|
<testcase classname="collection" name="should filter out values based on a key predicate" time="0.002"/>
|
|
18
|
-
<testcase classname="collection" name="should filter out values based on a value predicate" time="0.
|
|
19
|
-
<testcase classname="collection" name="should return the number of elements in the collection" time="0
|
|
18
|
+
<testcase classname="collection" name="should filter out values based on a value predicate" time="0.012"/>
|
|
19
|
+
<testcase classname="collection" name="should return the number of elements in the collection" time="0"/>
|
|
20
20
|
<testcase classname="collection" name="should return the list of items in an array" time="0.001"/>
|
|
21
21
|
<testcase classname="collection" name="should check if an item exists" time="0"/>
|
|
22
|
-
<testcase classname="collection" name="should get an item from the collection" time="0
|
|
22
|
+
<testcase classname="collection" name="should get an item from the collection" time="0"/>
|
|
23
23
|
<testcase classname="collection" name="should set the value of a key" time="0"/>
|
|
24
24
|
<testcase classname="collection" name="should iterate over the set of items" time="0.001"/>
|
|
25
|
-
<testcase classname="collection" name="should iterate over the set of items starting from the tail" time="0
|
|
25
|
+
<testcase classname="collection" name="should iterate over the set of items starting from the tail" time="0"/>
|
|
26
26
|
<testcase classname="collection" name="should return all items in an JSON format" time="0"/>
|
|
27
27
|
<testcase classname="collection" name="should return all keys in an array" time="0"/>
|
|
28
28
|
<testcase classname="collection" name="should return the first item in the collection along with the key" time="0"/>
|
|
29
|
-
<testcase classname="collection" name="should clone the collection" time="0.
|
|
30
|
-
<testcase classname="collection" name="should copy the collection" time="0.
|
|
29
|
+
<testcase classname="collection" name="should clone the collection" time="0.019"/>
|
|
30
|
+
<testcase classname="collection" name="should copy the collection" time="0.003"/>
|
|
31
31
|
<testcase classname="collection" name="should invoke the onAdd callback" time="0"/>
|
|
32
|
-
<testcase classname="collection" name="should invoke the onRemove callback" time="0.
|
|
33
|
-
<testcase classname="collection" name="should stop early when iterating" time="0
|
|
34
|
-
<testcase classname="collection" name="should invoke the onClear callback" time="0
|
|
35
|
-
<testcase classname="collection clear" name="should empty the collection" time="0
|
|
32
|
+
<testcase classname="collection" name="should invoke the onRemove callback" time="0.001"/>
|
|
33
|
+
<testcase classname="collection" name="should stop early when iterating" time="0"/>
|
|
34
|
+
<testcase classname="collection" name="should invoke the onClear callback" time="0"/>
|
|
35
|
+
<testcase classname="collection clear" name="should empty the collection" time="0"/>
|
|
36
36
|
<testcase classname="collection clear" name="should return the collection itself" time="0"/>
|
|
37
37
|
<testcase classname="BaseDataArray" name="should set, insert and remove some values in a (TypedArray) DataArray" time="0.001"/>
|
|
38
38
|
<testcase classname="BaseDataArray" name="should set, insert and remove some values in a UniversalArray" time="0"/>
|
|
39
39
|
<testcase classname="BaseDataArray" name="should get all elements from array" time="0.001"/>
|
|
40
|
-
<testcase classname="BoolDataArray" name="should set, insert and remove some values" time="0
|
|
41
|
-
<testcase classname="BoolDataArray" name="should get all elements from array" time="0"/>
|
|
40
|
+
<testcase classname="BoolDataArray" name="should set, insert and remove some values" time="0"/>
|
|
41
|
+
<testcase classname="BoolDataArray" name="should get all elements from array" time="0.001"/>
|
|
42
42
|
<testcase classname="SortedCollection" name="should always sort the order of the keys after altering the collection" time="0.008"/>
|
|
43
43
|
<testcase classname="SortedCollection" name="should test against adding values for keys that are of type number or string" time="0"/>
|
|
44
44
|
<testcase classname="SortedCollection" name="should get the nearest next item in the collection" time="0.001"/>
|
|
45
|
-
<testcase classname="SortedCollection" name="should get the nearest previous item in the collection" time="0
|
|
45
|
+
<testcase classname="SortedCollection" name="should get the nearest previous item in the collection" time="0"/>
|
|
46
46
|
<testcase classname="SortedCollection" name="should clone the sorted collection" time="0.008"/>
|
|
47
47
|
<testcase classname="property-common.DeterministicRandomGenerator" name="should exist" time="0"/>
|
|
48
48
|
<testcase classname="property-common.FlaggedError Flags" name="can be extended" time="0"/>
|
|
49
49
|
<testcase classname="property-common.HTTPError object" name="is instanceof Error" time="0"/>
|
|
50
|
-
<testcase classname="property-common.HTTPError object" name="is instanceof HTTPError" time="0"/>
|
|
50
|
+
<testcase classname="property-common.HTTPError object" name="is instanceof HTTPError" time="0.001"/>
|
|
51
51
|
<testcase classname="property-common.HTTPError toString" name="basic error message" time="0.001"/>
|
|
52
52
|
<testcase classname="property-common.HTTPError JSON.stringify" name="stringifies" time="0.001"/>
|
|
53
53
|
<testcase classname="property-common.HTTPError flags" name="default at 0" time="0"/>
|
|
54
|
-
<testcase classname="property-common.HTTPError flags" name="can be quiet" time="0
|
|
55
|
-
<testcase classname="property-common.HTTPError flags" name="can be extended" time="0"/>
|
|
54
|
+
<testcase classname="property-common.HTTPError flags" name="can be quiet" time="0"/>
|
|
55
|
+
<testcase classname="property-common.HTTPError flags" name="can be extended" time="0.001"/>
|
|
56
56
|
<testcase classname="property-common.HTTPErrorNoStack object" name="is instanceof Error" time="0"/>
|
|
57
|
-
<testcase classname="property-common.HTTPErrorNoStack object" name="is instanceof HTTPError" time="0
|
|
57
|
+
<testcase classname="property-common.HTTPErrorNoStack object" name="is instanceof HTTPError" time="0"/>
|
|
58
58
|
<testcase classname="property-common.HTTPErrorNoStack object" name="is instanceof HTTPErrorNoStack" time="0"/>
|
|
59
|
-
<testcase classname="property-common.HTTPErrorNoStack object" name="has no stack parameter" time="0"/>
|
|
59
|
+
<testcase classname="property-common.HTTPErrorNoStack object" name="has no stack parameter" time="0.001"/>
|
|
60
60
|
<testcase classname="property-common.HTTPErrorNoStack flags" name="default at 0" time="0"/>
|
|
61
|
-
<testcase classname="property-common.HTTPErrorNoStack flags" name="can be quiet" time="0"/>
|
|
61
|
+
<testcase classname="property-common.HTTPErrorNoStack flags" name="can be quiet" time="0.001"/>
|
|
62
62
|
<testcase classname="property-common.HTTPErrorNoStack flags" name="can be extended" time="0"/>
|
|
63
63
|
<testcase classname="property-common.OperationError object" name="is instanceof Error" time="0.001"/>
|
|
64
64
|
<testcase classname="property-common.OperationError object" name="is instanceof OperationError" time="0"/>
|
|
65
|
-
<testcase classname="property-common.OperationError object" name="stringifies" time="0"/>
|
|
65
|
+
<testcase classname="property-common.OperationError object" name="stringifies" time="0.001"/>
|
|
66
66
|
<testcase classname="property-common.OperationError toString" name="basic error message" time="0"/>
|
|
67
67
|
<testcase classname="property-common.OperationError toString" name="full OperationError" time="0.001"/>
|
|
68
|
-
<testcase classname="property-common.OperationError toString" name="partial OperationError" time="0
|
|
68
|
+
<testcase classname="property-common.OperationError toString" name="partial OperationError" time="0"/>
|
|
69
69
|
<testcase classname="property-common.OperationError toString" name="code only" time="0"/>
|
|
70
|
-
<testcase classname="property-common.OperationError toString" name="extended flags" time="0
|
|
71
|
-
<testcase classname="property-common.OperationError fields" name="name" time="0"/>
|
|
72
|
-
<testcase classname="property-common.OperationError fields" name="stack" time="0
|
|
73
|
-
<testcase classname="property-common.OperationError fields" name="operation" time="0"/>
|
|
74
|
-
<testcase classname="property-common.OperationError fields" name="statusCode" time="0
|
|
70
|
+
<testcase classname="property-common.OperationError toString" name="extended flags" time="0"/>
|
|
71
|
+
<testcase classname="property-common.OperationError fields" name="name" time="0.001"/>
|
|
72
|
+
<testcase classname="property-common.OperationError fields" name="stack" time="0"/>
|
|
73
|
+
<testcase classname="property-common.OperationError fields" name="operation" time="0.001"/>
|
|
74
|
+
<testcase classname="property-common.OperationError fields" name="statusCode" time="0"/>
|
|
75
75
|
<testcase classname="property-common.OperationError fields" name="can set the stack" time="0"/>
|
|
76
76
|
<testcase classname="property-common.OperationError flags" name="default at 0" time="0"/>
|
|
77
77
|
<testcase classname="property-common.OperationError flags" name="can be transiant" time="0"/>
|
|
78
|
-
<testcase classname="property-common.OperationError flags" name="can be quiet" time="0"/>
|
|
79
|
-
<testcase classname="property-common.OperationError flags" name="can be transient and quiet" time="0
|
|
78
|
+
<testcase classname="property-common.OperationError flags" name="can be quiet" time="0.001"/>
|
|
79
|
+
<testcase classname="property-common.OperationError flags" name="can be transient and quiet" time="0"/>
|
|
80
80
|
<testcase classname="property-common.OperationError flags" name="can be extended" time="0"/>
|
|
81
|
-
<testcase classname="Base16 generateGuid" name="should return a GUID" time="0
|
|
82
|
-
<testcase classname="Base16 initializeGUIDGenerator using seed 0 and enforcing it" name="should result in correct first GUID" time="0"/>
|
|
81
|
+
<testcase classname="Base16 generateGuid" name="should return a GUID" time="0"/>
|
|
82
|
+
<testcase classname="Base16 initializeGUIDGenerator using seed 0 and enforcing it" name="should result in correct first GUID" time="0.001"/>
|
|
83
83
|
<testcase classname="Base16 initializeGUIDGenerator using seed 0 and enforcing it" name="should replay the same sequence when called again" time="0"/>
|
|
84
84
|
<testcase classname="Base16 initializeGUIDGenerator using seed 0 without enforcing it" name="should play a different sequence" time="0"/>
|
|
85
|
-
<testcase classname="Base16 initializeGUIDGenerator using 'null' seed and enforcing it" name="should results in same sequence as seed 0" time="0"/>
|
|
85
|
+
<testcase classname="Base16 initializeGUIDGenerator using 'null' seed and enforcing it" name="should results in same sequence as seed 0" time="0.001"/>
|
|
86
86
|
<testcase classname="Base16 initializeGUIDGenerator using non-zero seed and enforcing it" name="should results in a different sequence" time="0"/>
|
|
87
|
-
<testcase classname="Base16 isGUID" name="should check if a GUID is valid" time="0"/>
|
|
88
|
-
<testcase classname="Base16 guidToUint32x4" name="should check that converting a guid to Uint32x4 is correct" time="0
|
|
87
|
+
<testcase classname="Base16 isGUID" name="should check if a GUID is valid" time="0.001"/>
|
|
88
|
+
<testcase classname="Base16 guidToUint32x4" name="should check that converting a guid to Uint32x4 is correct" time="0"/>
|
|
89
89
|
<testcase classname="Base16 guidToUint32x4" name="should check that converting a guid to Uint32x4 with parameter array is correct" time="0"/>
|
|
90
90
|
<testcase classname="Base16 uint32x4ToGuid" name="should check that converting a Uint32x4 to guid is correct" time="0"/>
|
|
91
|
-
<testcase classname="Base16 uint32x4ToGUID and guidToUint32x4" name="should check that converting guid to Uint32x4 and back is correct" time="0
|
|
91
|
+
<testcase classname="Base16 uint32x4ToGUID and guidToUint32x4" name="should check that converting guid to Uint32x4 and back is correct" time="0"/>
|
|
92
92
|
<testcase classname="Base16 combineGuids" name="should check that combining two guids will result in an expected guid" time="0"/>
|
|
93
93
|
<testcase classname="Base16 combineGuids" name="should not result in the expected guid if the order of combined guids are reversed" time="0"/>
|
|
94
|
-
<testcase classname="Base64 generateGuid" name="should return a GUID" time="0"/>
|
|
94
|
+
<testcase classname="Base64 generateGuid" name="should return a GUID" time="0.001"/>
|
|
95
95
|
<testcase classname="Base64 initializeGUIDGenerator using seed 0 and enforcing it" name="should result in correct first GUID" time="0"/>
|
|
96
96
|
<testcase classname="Base64 initializeGUIDGenerator using seed 0 and enforcing it" name="should replay the same sequence when called again" time="0"/>
|
|
97
|
-
<testcase classname="Base64 initializeGUIDGenerator using seed 0 without enforcing it" name="should play a different sequence" time="0
|
|
97
|
+
<testcase classname="Base64 initializeGUIDGenerator using seed 0 without enforcing it" name="should play a different sequence" time="0"/>
|
|
98
98
|
<testcase classname="Base64 initializeGUIDGenerator using 'null' seed and enforcing it" name="should results in same sequence as seed 0" time="0"/>
|
|
99
99
|
<testcase classname="Base64 initializeGUIDGenerator using non-zero seed and enforcing it" name="should results in a different sequence" time="0"/>
|
|
100
100
|
<testcase classname="Base64 isGUID" name="should check if a GUID is valid" time="0"/>
|
|
101
101
|
<testcase classname="Base64 isGUID" name="should check if a GUID is valid" time="0"/>
|
|
102
102
|
<testcase classname="Base64 isGUID" name="should check if a GUID is valid" time="0"/>
|
|
103
103
|
<testcase classname="Base64 isGUID" name="should check if a GUID is valid" time="0"/>
|
|
104
|
-
<testcase classname="Base64 isGUID" name="should check if a GUID is valid" time="0"/>
|
|
105
104
|
<testcase classname="Base64 isGUID" name="should check if a GUID is valid" time="0.001"/>
|
|
106
|
-
<testcase classname="Base64
|
|
105
|
+
<testcase classname="Base64 isGUID" name="should check if a GUID is valid" time="0"/>
|
|
106
|
+
<testcase classname="Base64 guidToUint32x4" name="should check that converting a guid to Uint32x4 is correct" time="0.001"/>
|
|
107
107
|
<testcase classname="Base64 guidToUint32x4" name="should check that converting a guid to Uint32x4 with parameter array is correct" time="0"/>
|
|
108
108
|
<testcase classname="Base64 uint32x4ToGuid" name="should check that converting a Uint32x4 to guid is correct" time="0"/>
|
|
109
109
|
<testcase classname="Base64 uint32x4ToGUID and guidToUint32x4" name="should check that converting guid to Uint32x4 and back is correct" time="0"/>
|
|
110
110
|
<testcase classname="Base64 guidToUint32x4" name="should check that converting a guid to Uint32x4 is correct" time="0"/>
|
|
111
|
-
<testcase classname="Base64 guidToUint32x4" name="should check that converting a guid to Uint32x4 with parameter array is correct" time="0.001"/>
|
|
112
|
-
<testcase classname="Base64 uint32x4ToGuid" name="should check that converting a Uint32x4 to guid is correct" time="0"/>
|
|
113
|
-
<testcase classname="Base64 uint32x4ToGUID and guidToUint32x4" name="should check that converting guid to Uint32x4 and back is correct" time="0"/>
|
|
114
|
-
<testcase classname="Base64 guidToUint32x4" name="should check that converting a guid to Uint32x4 is correct" time="0"/>
|
|
115
111
|
<testcase classname="Base64 guidToUint32x4" name="should check that converting a guid to Uint32x4 with parameter array is correct" time="0"/>
|
|
116
112
|
<testcase classname="Base64 uint32x4ToGuid" name="should check that converting a Uint32x4 to guid is correct" time="0"/>
|
|
117
113
|
<testcase classname="Base64 uint32x4ToGUID and guidToUint32x4" name="should check that converting guid to Uint32x4 and back is correct" time="0"/>
|
|
118
114
|
<testcase classname="Base64 guidToUint32x4" name="should check that converting a guid to Uint32x4 is correct" time="0"/>
|
|
119
|
-
<testcase classname="Base64 guidToUint32x4" name="should check that converting a guid to Uint32x4 with parameter array is correct" time="0
|
|
115
|
+
<testcase classname="Base64 guidToUint32x4" name="should check that converting a guid to Uint32x4 with parameter array is correct" time="0"/>
|
|
120
116
|
<testcase classname="Base64 uint32x4ToGuid" name="should check that converting a Uint32x4 to guid is correct" time="0"/>
|
|
121
117
|
<testcase classname="Base64 uint32x4ToGUID and guidToUint32x4" name="should check that converting guid to Uint32x4 and back is correct" time="0"/>
|
|
122
118
|
<testcase classname="Base64 guidToUint32x4" name="should check that converting a guid to Uint32x4 is correct" time="0.001"/>
|
|
@@ -128,13 +124,17 @@
|
|
|
128
124
|
<testcase classname="Base64 uint32x4ToGuid" name="should check that converting a Uint32x4 to guid is correct" time="0"/>
|
|
129
125
|
<testcase classname="Base64 uint32x4ToGUID and guidToUint32x4" name="should check that converting guid to Uint32x4 and back is correct" time="0"/>
|
|
130
126
|
<testcase classname="Base64 guidToUint32x4" name="should check that converting a guid to Uint32x4 is correct" time="0"/>
|
|
131
|
-
<testcase classname="Base64 guidToUint32x4" name="should check that converting a guid to Uint32x4 with parameter array is correct" time="0"/>
|
|
127
|
+
<testcase classname="Base64 guidToUint32x4" name="should check that converting a guid to Uint32x4 with parameter array is correct" time="0.001"/>
|
|
132
128
|
<testcase classname="Base64 uint32x4ToGuid" name="should check that converting a Uint32x4 to guid is correct" time="0"/>
|
|
133
|
-
<testcase classname="Base64 uint32x4ToGUID and guidToUint32x4" name="should check that converting guid to Uint32x4 and back is correct" time="0
|
|
129
|
+
<testcase classname="Base64 uint32x4ToGUID and guidToUint32x4" name="should check that converting guid to Uint32x4 and back is correct" time="0"/>
|
|
134
130
|
<testcase classname="Base64 guidToUint32x4" name="should check that converting a guid to Uint32x4 is correct" time="0"/>
|
|
135
|
-
<testcase classname="Base64 guidToUint32x4" name="should check that converting a guid to Uint32x4 with parameter array is correct" time="0"/>
|
|
131
|
+
<testcase classname="Base64 guidToUint32x4" name="should check that converting a guid to Uint32x4 with parameter array is correct" time="0.001"/>
|
|
136
132
|
<testcase classname="Base64 uint32x4ToGuid" name="should check that converting a Uint32x4 to guid is correct" time="0"/>
|
|
137
133
|
<testcase classname="Base64 uint32x4ToGUID and guidToUint32x4" name="should check that converting guid to Uint32x4 and back is correct" time="0"/>
|
|
134
|
+
<testcase classname="Base64 guidToUint32x4" name="should check that converting a guid to Uint32x4 is correct" time="0"/>
|
|
135
|
+
<testcase classname="Base64 guidToUint32x4" name="should check that converting a guid to Uint32x4 with parameter array is correct" time="0"/>
|
|
136
|
+
<testcase classname="Base64 uint32x4ToGuid" name="should check that converting a Uint32x4 to guid is correct" time="0.001"/>
|
|
137
|
+
<testcase classname="Base64 uint32x4ToGUID and guidToUint32x4" name="should check that converting guid to Uint32x4 and back is correct" time="0"/>
|
|
138
138
|
<testcase classname="Base64 guidToUint32x4" name="should check that converting a guid to Uint32x4 is correct" time="0.001"/>
|
|
139
139
|
<testcase classname="Base64 guidToUint32x4" name="should check that converting a guid to Uint32x4 with parameter array is correct" time="0"/>
|
|
140
140
|
<testcase classname="Base64 uint32x4ToGuid" name="should check that converting a Uint32x4 to guid is correct" time="0"/>
|
|
@@ -142,8 +142,8 @@
|
|
|
142
142
|
<testcase classname="Base64 guidToUint32x4" name="should check that converting a guid to Uint32x4 is correct" time="0"/>
|
|
143
143
|
<testcase classname="Base64 guidToUint32x4" name="should check that converting a guid to Uint32x4 with parameter array is correct" time="0"/>
|
|
144
144
|
<testcase classname="Base64 uint32x4ToGuid" name="should check that converting a Uint32x4 to guid is correct" time="0"/>
|
|
145
|
-
<testcase classname="Base64 uint32x4ToGUID and guidToUint32x4" name="should check that converting guid to Uint32x4 and back is correct" time="0
|
|
146
|
-
<testcase classname="Base64 guidToUint32x4" name="should check that converting a guid to Uint32x4 is correct" time="0"/>
|
|
145
|
+
<testcase classname="Base64 uint32x4ToGUID and guidToUint32x4" name="should check that converting guid to Uint32x4 and back is correct" time="0"/>
|
|
146
|
+
<testcase classname="Base64 guidToUint32x4" name="should check that converting a guid to Uint32x4 is correct" time="0.001"/>
|
|
147
147
|
<testcase classname="Base64 guidToUint32x4" name="should check that converting a guid to Uint32x4 with parameter array is correct" time="0"/>
|
|
148
148
|
<testcase classname="Base64 uint32x4ToGuid" name="should check that converting a Uint32x4 to guid is correct" time="0"/>
|
|
149
149
|
<testcase classname="Base64 uint32x4ToGUID and guidToUint32x4" name="should check that converting guid to Uint32x4 and back is correct" time="0"/>
|
|
@@ -153,15 +153,15 @@
|
|
|
153
153
|
<testcase classname="Base64 combineGuids" name="should not result in the expected guid if the order of combined guids are reversed" time="0"/>
|
|
154
154
|
<testcase classname="Base64 combineGuids" name="should check that combining two guids will result in an expected guid" time="0"/>
|
|
155
155
|
<testcase classname="Base64 combineGuids" name="should not result in the expected guid if the order of combined guids are reversed" time="0"/>
|
|
156
|
-
<testcase classname="Base64 combineGuids" name="should check that combining two guids will result in an expected guid" time="0.
|
|
156
|
+
<testcase classname="Base64 combineGuids" name="should check that combining two guids will result in an expected guid" time="0.002"/>
|
|
157
157
|
<testcase classname="Base64 combineGuids" name="should not result in the expected guid if the order of combined guids are reversed" time="0"/>
|
|
158
158
|
<testcase classname="Base64 combineGuids" name="should check that combining two guids will result in an expected guid" time="0"/>
|
|
159
|
-
<testcase classname="Base64 combineGuids" name="should not result in the expected guid if the order of combined guids are reversed" time="0"/>
|
|
159
|
+
<testcase classname="Base64 combineGuids" name="should not result in the expected guid if the order of combined guids are reversed" time="0.001"/>
|
|
160
160
|
<testcase classname="Base64 combineGuids" name="should check that combining two guids will result in an expected guid" time="0"/>
|
|
161
161
|
<testcase classname="Base64 combineGuids" name="should not result in the expected guid if the order of combined guids are reversed" time="0"/>
|
|
162
162
|
<testcase classname="Base64 combineGuids" name="should check that combining two guids will result in an expected guid" time="0"/>
|
|
163
163
|
<testcase classname="Base64 combineGuids" name="should not result in the expected guid if the order of combined guids are reversed" time="0"/>
|
|
164
|
-
<testcase classname="Base64 combineGuids" name="should check that combining two guids will result in an expected guid" time="0.
|
|
164
|
+
<testcase classname="Base64 combineGuids" name="should check that combining two guids will result in an expected guid" time="0.009"/>
|
|
165
165
|
<testcase classname="Base64 combineGuids" name="should not result in the expected guid if the order of combined guids are reversed" time="0"/>
|
|
166
166
|
<testcase classname="Base64 combineGuids" name="should check that combining two guids will result in an expected guid" time="0"/>
|
|
167
167
|
<testcase classname="Base64 combineGuids" name="should not result in the expected guid if the order of combined guids are reversed" time="0"/>
|
|
@@ -169,7 +169,7 @@
|
|
|
169
169
|
<testcase classname="Base64 combineGuids" name="should not result in the expected guid if the order of combined guids are reversed" time="0"/>
|
|
170
170
|
<testcase classname="base64Tobase16 and base16ToBase64" name="should check that converting a base64 to a GUID is correct" time="0"/>
|
|
171
171
|
<testcase classname="base64Tobase16 and base16ToBase64" name="should check that converting a base64 to a GUID is correct" time="0"/>
|
|
172
|
-
<testcase classname="base64Tobase16 and base16ToBase64" name="should check that converting a base64 to a GUID is correct" time="0
|
|
172
|
+
<testcase classname="base64Tobase16 and base16ToBase64" name="should check that converting a base64 to a GUID is correct" time="0"/>
|
|
173
173
|
<testcase classname="base64Tobase16 and base16ToBase64" name="should check that converting a base64 to a GUID is correct" time="0"/>
|
|
174
174
|
<testcase classname="property-common.joinPaths" name="should exist" time="0"/>
|
|
175
175
|
</testsuite>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-experimental/property-common",
|
|
3
|
-
"version": "0.49.
|
|
3
|
+
"version": "0.49.2",
|
|
4
4
|
"description": "common functions used in properties",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": "https://github.com/microsoft/FluidFramework",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@fluidframework/build-common": "^0.23.0",
|
|
47
47
|
"@fluidframework/eslint-config-fluid": "^0.23.0",
|
|
48
|
-
"@fluidframework/mocha-test-setup": "^0.49.
|
|
48
|
+
"@fluidframework/mocha-test-setup": "^0.49.2",
|
|
49
49
|
"@microsoft/api-extractor": "^7.16.1",
|
|
50
50
|
"@types/debug": "^4.1.5",
|
|
51
51
|
"@types/mocha": "^8.2.2",
|
package/src/packageVersion.ts
CHANGED
|
@@ -277,8 +277,8 @@
|
|
|
277
277
|
"affectsGlobalScope": false
|
|
278
278
|
},
|
|
279
279
|
"./src/packageVersion.ts": {
|
|
280
|
-
"version": "
|
|
281
|
-
"signature": "
|
|
280
|
+
"version": "2211cc23a851dd9140f59afa299cbf86187d955af7a687f7716fe94c2f295361",
|
|
281
|
+
"signature": "28fae4ee3a7b296ff81450f8fde5ba717b0014b05d1dd68b5edf7e5042031a32",
|
|
282
282
|
"affectsGlobalScope": false
|
|
283
283
|
}
|
|
284
284
|
},
|
package/tsconfig.tsbuildinfo
CHANGED
|
@@ -277,8 +277,8 @@
|
|
|
277
277
|
"affectsGlobalScope": false
|
|
278
278
|
},
|
|
279
279
|
"./src/packageVersion.ts": {
|
|
280
|
-
"version": "
|
|
281
|
-
"signature": "
|
|
280
|
+
"version": "2211cc23a851dd9140f59afa299cbf86187d955af7a687f7716fe94c2f295361",
|
|
281
|
+
"signature": "28fae4ee3a7b296ff81450f8fde5ba717b0014b05d1dd68b5edf7e5042031a32",
|
|
282
282
|
"affectsGlobalScope": false
|
|
283
283
|
}
|
|
284
284
|
},
|