@fluidframework/map 2.1.1 → 2.2.1
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 +4 -0
- package/README.md +2 -2
- package/dist/packageVersion.d.ts +1 -1
- package/dist/packageVersion.js +1 -1
- package/dist/packageVersion.js.map +1 -1
- package/lib/packageVersion.d.ts +1 -1
- package/lib/packageVersion.js +1 -1
- package/lib/packageVersion.js.map +1 -1
- package/package.json +21 -21
- package/src/packageVersion.ts +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @fluidframework/map
|
|
2
2
|
|
|
3
|
-
<!-- AUTO-GENERATED-CONTENT:START (
|
|
3
|
+
<!-- AUTO-GENERATED-CONTENT:START (LIBRARY_README_HEADER:) -->
|
|
4
4
|
|
|
5
5
|
<!-- prettier-ignore-start -->
|
|
6
6
|
<!-- NOTE: This section is automatically generated using @fluid-tools/markdown-magic. Do not update these generated contents directly. -->
|
|
@@ -88,7 +88,7 @@ To "navigate" the subdirectory structure, `IDirectory` provides a `getWorkingDir
|
|
|
88
88
|
|
|
89
89
|
`dispose` events are fired on sub directory which is deleted. Any access to this sub directory will throw an error once it is disposed.
|
|
90
90
|
|
|
91
|
-
<!-- AUTO-GENERATED-CONTENT:START (
|
|
91
|
+
<!-- AUTO-GENERATED-CONTENT:START (README_FOOTER:) -->
|
|
92
92
|
|
|
93
93
|
<!-- prettier-ignore-start -->
|
|
94
94
|
<!-- NOTE: This section is automatically generated using @fluid-tools/markdown-magic. Do not update these generated contents directly. -->
|
package/dist/packageVersion.d.ts
CHANGED
package/dist/packageVersion.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,qBAAqB,CAAC;AAChC,QAAA,UAAU,GAAG,OAAO,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 = \"@fluidframework/map\";\nexport const pkgVersion = \"2.
|
|
1
|
+
{"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,qBAAqB,CAAC;AAChC,QAAA,UAAU,GAAG,OAAO,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 = \"@fluidframework/map\";\nexport const pkgVersion = \"2.2.1\";\n"]}
|
package/lib/packageVersion.d.ts
CHANGED
package/lib/packageVersion.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,qBAAqB,CAAC;AAC7C,MAAM,CAAC,MAAM,UAAU,GAAG,OAAO,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 = \"@fluidframework/map\";\nexport const pkgVersion = \"2.
|
|
1
|
+
{"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,qBAAqB,CAAC;AAC7C,MAAM,CAAC,MAAM,UAAU,GAAG,OAAO,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 = \"@fluidframework/map\";\nexport const pkgVersion = \"2.2.1\";\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/map",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.2.1",
|
|
4
4
|
"description": "Distributed map",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -67,33 +67,33 @@
|
|
|
67
67
|
"temp-directory": "nyc/.nyc_output"
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"@fluid-internal/client-utils": "~2.
|
|
71
|
-
"@fluidframework/core-interfaces": "~2.
|
|
72
|
-
"@fluidframework/core-utils": "~2.
|
|
73
|
-
"@fluidframework/datastore-definitions": "~2.
|
|
74
|
-
"@fluidframework/driver-definitions": "~2.
|
|
75
|
-
"@fluidframework/driver-utils": "~2.
|
|
76
|
-
"@fluidframework/merge-tree": "~2.
|
|
77
|
-
"@fluidframework/runtime-definitions": "~2.
|
|
78
|
-
"@fluidframework/runtime-utils": "~2.
|
|
79
|
-
"@fluidframework/shared-object-base": "~2.
|
|
80
|
-
"@fluidframework/telemetry-utils": "~2.
|
|
70
|
+
"@fluid-internal/client-utils": "~2.2.1",
|
|
71
|
+
"@fluidframework/core-interfaces": "~2.2.1",
|
|
72
|
+
"@fluidframework/core-utils": "~2.2.1",
|
|
73
|
+
"@fluidframework/datastore-definitions": "~2.2.1",
|
|
74
|
+
"@fluidframework/driver-definitions": "~2.2.1",
|
|
75
|
+
"@fluidframework/driver-utils": "~2.2.1",
|
|
76
|
+
"@fluidframework/merge-tree": "~2.2.1",
|
|
77
|
+
"@fluidframework/runtime-definitions": "~2.2.1",
|
|
78
|
+
"@fluidframework/runtime-utils": "~2.2.1",
|
|
79
|
+
"@fluidframework/shared-object-base": "~2.2.1",
|
|
80
|
+
"@fluidframework/telemetry-utils": "~2.2.1",
|
|
81
81
|
"path-browserify": "^1.0.1"
|
|
82
82
|
},
|
|
83
83
|
"devDependencies": {
|
|
84
84
|
"@arethetypeswrong/cli": "^0.15.2",
|
|
85
85
|
"@biomejs/biome": "~1.8.3",
|
|
86
|
-
"@fluid-internal/mocha-test-setup": "~2.
|
|
87
|
-
"@fluid-private/stochastic-test-utils": "~2.
|
|
88
|
-
"@fluid-private/test-dds-utils": "~2.
|
|
89
|
-
"@fluid-tools/benchmark": "^0.
|
|
90
|
-
"@fluid-tools/build-cli": "^0.
|
|
86
|
+
"@fluid-internal/mocha-test-setup": "~2.2.1",
|
|
87
|
+
"@fluid-private/stochastic-test-utils": "~2.2.1",
|
|
88
|
+
"@fluid-private/test-dds-utils": "~2.2.1",
|
|
89
|
+
"@fluid-tools/benchmark": "^0.50.0",
|
|
90
|
+
"@fluid-tools/build-cli": "^0.43.0",
|
|
91
91
|
"@fluidframework/build-common": "^2.0.3",
|
|
92
|
-
"@fluidframework/build-tools": "^0.
|
|
93
|
-
"@fluidframework/container-definitions": "~2.
|
|
92
|
+
"@fluidframework/build-tools": "^0.43.0",
|
|
93
|
+
"@fluidframework/container-definitions": "~2.2.1",
|
|
94
94
|
"@fluidframework/eslint-config-fluid": "^5.3.0",
|
|
95
|
-
"@fluidframework/map-previous": "npm:@fluidframework/map@2.
|
|
96
|
-
"@fluidframework/test-runtime-utils": "~2.
|
|
95
|
+
"@fluidframework/map-previous": "npm:@fluidframework/map@2.2.0",
|
|
96
|
+
"@fluidframework/test-runtime-utils": "~2.2.1",
|
|
97
97
|
"@microsoft/api-extractor": "^7.45.1",
|
|
98
98
|
"@types/mocha": "^9.1.1",
|
|
99
99
|
"@types/node": "^18.19.0",
|
package/src/packageVersion.ts
CHANGED