@fluidframework/counter 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 CHANGED
@@ -1,5 +1,9 @@
1
1
  # @fluidframework/counter
2
2
 
3
+ ## 2.2.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.1.0
4
8
 
5
9
  Dependency updates only.
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @fluidframework/counter
2
2
 
3
- <!-- AUTO-GENERATED-CONTENT:START (LIBRARY_PACKAGE_README_HEADER:) -->
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. -->
@@ -176,7 +176,7 @@ This causes the `incremented` event to be sent to all of the clients who have th
176
176
 
177
177
  Since `updateCounterValueLabel` is listening for all `incremented` events, the view will always refresh with the appropriate updated value any time a collaborator increments or decrements the counter value.
178
178
 
179
- <!-- AUTO-GENERATED-CONTENT:START (LIBRARY_PACKAGE_README_FOOTER:) -->
179
+ <!-- AUTO-GENERATED-CONTENT:START (README_FOOTER:) -->
180
180
 
181
181
  <!-- prettier-ignore-start -->
182
182
  <!-- NOTE: This section is automatically generated using @fluid-tools/markdown-magic. Do not update these generated contents directly. -->
@@ -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 = "@fluidframework/counter";
8
- export declare const pkgVersion = "2.1.1";
8
+ export declare const pkgVersion = "2.2.1";
9
9
  //# sourceMappingURL=packageVersion.d.ts.map
@@ -8,5 +8,5 @@
8
8
  Object.defineProperty(exports, "__esModule", { value: true });
9
9
  exports.pkgVersion = exports.pkgName = void 0;
10
10
  exports.pkgName = "@fluidframework/counter";
11
- exports.pkgVersion = "2.1.1";
11
+ exports.pkgVersion = "2.2.1";
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,yBAAyB,CAAC;AACpC,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/counter\";\nexport const pkgVersion = \"2.1.1\";\n"]}
1
+ {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,yBAAyB,CAAC;AACpC,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/counter\";\nexport const pkgVersion = \"2.2.1\";\n"]}
@@ -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 = "@fluidframework/counter";
8
- export declare const pkgVersion = "2.1.1";
8
+ export declare const pkgVersion = "2.2.1";
9
9
  //# sourceMappingURL=packageVersion.d.ts.map
@@ -5,5 +5,5 @@
5
5
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
6
6
  */
7
7
  export const pkgName = "@fluidframework/counter";
8
- export const pkgVersion = "2.1.1";
8
+ export const pkgVersion = "2.2.1";
9
9
  //# sourceMappingURL=packageVersion.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,yBAAyB,CAAC;AACjD,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/counter\";\nexport const pkgVersion = \"2.1.1\";\n"]}
1
+ {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,yBAAyB,CAAC;AACjD,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/counter\";\nexport const pkgVersion = \"2.2.1\";\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/counter",
3
- "version": "2.1.1",
3
+ "version": "2.2.1",
4
4
  "description": "Counter DDS",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -67,25 +67,25 @@
67
67
  "temp-directory": "nyc/.nyc_output"
68
68
  },
69
69
  "dependencies": {
70
- "@fluidframework/core-interfaces": "~2.1.1",
71
- "@fluidframework/core-utils": "~2.1.1",
72
- "@fluidframework/datastore-definitions": "~2.1.1",
73
- "@fluidframework/driver-definitions": "~2.1.1",
74
- "@fluidframework/driver-utils": "~2.1.1",
75
- "@fluidframework/runtime-definitions": "~2.1.1",
76
- "@fluidframework/shared-object-base": "~2.1.1"
70
+ "@fluidframework/core-interfaces": "~2.2.1",
71
+ "@fluidframework/core-utils": "~2.2.1",
72
+ "@fluidframework/datastore-definitions": "~2.2.1",
73
+ "@fluidframework/driver-definitions": "~2.2.1",
74
+ "@fluidframework/driver-utils": "~2.2.1",
75
+ "@fluidframework/runtime-definitions": "~2.2.1",
76
+ "@fluidframework/shared-object-base": "~2.2.1"
77
77
  },
78
78
  "devDependencies": {
79
79
  "@arethetypeswrong/cli": "^0.15.2",
80
80
  "@biomejs/biome": "~1.8.3",
81
- "@fluid-internal/mocha-test-setup": "~2.1.1",
82
- "@fluid-tools/build-cli": "^0.41.0",
81
+ "@fluid-internal/mocha-test-setup": "~2.2.1",
82
+ "@fluid-tools/build-cli": "^0.43.0",
83
83
  "@fluidframework/build-common": "^2.0.3",
84
- "@fluidframework/build-tools": "^0.41.0",
85
- "@fluidframework/container-definitions": "~2.1.1",
86
- "@fluidframework/counter-previous": "npm:@fluidframework/counter@2.1.0",
84
+ "@fluidframework/build-tools": "^0.43.0",
85
+ "@fluidframework/container-definitions": "~2.2.1",
86
+ "@fluidframework/counter-previous": "npm:@fluidframework/counter@2.2.0",
87
87
  "@fluidframework/eslint-config-fluid": "^5.3.0",
88
- "@fluidframework/test-runtime-utils": "~2.1.1",
88
+ "@fluidframework/test-runtime-utils": "~2.2.1",
89
89
  "@microsoft/api-extractor": "^7.45.1",
90
90
  "@types/mocha": "^9.1.1",
91
91
  "@types/node": "^18.19.0",
@@ -6,4 +6,4 @@
6
6
  */
7
7
 
8
8
  export const pkgName = "@fluidframework/counter";
9
- export const pkgVersion = "2.1.1";
9
+ export const pkgVersion = "2.2.1";