@fluidframework/counter 2.0.0-rc.5.0.0 → 2.1.0-274160
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/api-extractor/api-extractor.legacy.json +4 -0
- package/api-report/counter.alpha.api.md +0 -5
- package/api-report/counter.beta.api.md +0 -5
- package/api-report/counter.public.api.md +0 -5
- package/dist/packageVersion.d.ts +1 -1
- package/dist/packageVersion.d.ts.map +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.d.ts.map +1 -1
- package/lib/packageVersion.js +1 -1
- package/lib/packageVersion.js.map +1 -1
- package/package.json +19 -15
- package/src/packageVersion.ts +1 -1
|
@@ -4,11 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
```ts
|
|
6
6
|
|
|
7
|
-
import type { ISharedObject } from '@fluidframework/shared-object-base/internal';
|
|
8
|
-
import type { ISharedObjectEvents } from '@fluidframework/shared-object-base/internal';
|
|
9
|
-
import { ISharedObjectKind } from '@fluidframework/shared-object-base/internal';
|
|
10
|
-
import { SharedObjectKind } from '@fluidframework/shared-object-base/internal';
|
|
11
|
-
|
|
12
7
|
// @alpha
|
|
13
8
|
export interface ISharedCounter extends ISharedObject<ISharedCounterEvents> {
|
|
14
9
|
increment(incrementAmount: number): void;
|
|
@@ -4,9 +4,4 @@
|
|
|
4
4
|
|
|
5
5
|
```ts
|
|
6
6
|
|
|
7
|
-
import type { ISharedObject } from '@fluidframework/shared-object-base/internal';
|
|
8
|
-
import type { ISharedObjectEvents } from '@fluidframework/shared-object-base/internal';
|
|
9
|
-
import { ISharedObjectKind } from '@fluidframework/shared-object-base/internal';
|
|
10
|
-
import { SharedObjectKind } from '@fluidframework/shared-object-base/internal';
|
|
11
|
-
|
|
12
7
|
```
|
|
@@ -4,9 +4,4 @@
|
|
|
4
4
|
|
|
5
5
|
```ts
|
|
6
6
|
|
|
7
|
-
import type { ISharedObject } from '@fluidframework/shared-object-base/internal';
|
|
8
|
-
import type { ISharedObjectEvents } from '@fluidframework/shared-object-base/internal';
|
|
9
|
-
import { ISharedObjectKind } from '@fluidframework/shared-object-base/internal';
|
|
10
|
-
import { SharedObjectKind } from '@fluidframework/shared-object-base/internal';
|
|
11
|
-
|
|
12
7
|
```
|
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 = "@fluidframework/counter";
|
|
8
|
-
export declare const pkgVersion = "2.
|
|
8
|
+
export declare const pkgVersion = "2.1.0-274160";
|
|
9
9
|
//# sourceMappingURL=packageVersion.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"packageVersion.d.ts","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,eAAO,MAAM,OAAO,4BAA4B,CAAC;AACjD,eAAO,MAAM,UAAU,
|
|
1
|
+
{"version":3,"file":"packageVersion.d.ts","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,eAAO,MAAM,OAAO,4BAA4B,CAAC;AACjD,eAAO,MAAM,UAAU,iBAAiB,CAAC"}
|
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 = "@fluidframework/counter";
|
|
11
|
-
exports.pkgVersion = "2.
|
|
11
|
+
exports.pkgVersion = "2.1.0-274160";
|
|
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,
|
|
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,cAAc,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.0-274160\";\n"]}
|
package/lib/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 = "@fluidframework/counter";
|
|
8
|
-
export declare const pkgVersion = "2.
|
|
8
|
+
export declare const pkgVersion = "2.1.0-274160";
|
|
9
9
|
//# sourceMappingURL=packageVersion.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"packageVersion.d.ts","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,eAAO,MAAM,OAAO,4BAA4B,CAAC;AACjD,eAAO,MAAM,UAAU,
|
|
1
|
+
{"version":3,"file":"packageVersion.d.ts","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,eAAO,MAAM,OAAO,4BAA4B,CAAC;AACjD,eAAO,MAAM,UAAU,iBAAiB,CAAC"}
|
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,yBAAyB,CAAC;AACjD,MAAM,CAAC,MAAM,UAAU,GAAG,
|
|
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,cAAc,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.0-274160\";\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/counter",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.1.0-274160",
|
|
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": "
|
|
71
|
-
"@fluidframework/core-utils": "
|
|
72
|
-
"@fluidframework/datastore-definitions": "
|
|
73
|
-
"@fluidframework/driver-definitions": "
|
|
74
|
-
"@fluidframework/driver-utils": "
|
|
75
|
-
"@fluidframework/runtime-definitions": "
|
|
76
|
-
"@fluidframework/shared-object-base": "
|
|
70
|
+
"@fluidframework/core-interfaces": "2.1.0-274160",
|
|
71
|
+
"@fluidframework/core-utils": "2.1.0-274160",
|
|
72
|
+
"@fluidframework/datastore-definitions": "2.1.0-274160",
|
|
73
|
+
"@fluidframework/driver-definitions": "2.1.0-274160",
|
|
74
|
+
"@fluidframework/driver-utils": "2.1.0-274160",
|
|
75
|
+
"@fluidframework/runtime-definitions": "2.1.0-274160",
|
|
76
|
+
"@fluidframework/shared-object-base": "2.1.0-274160"
|
|
77
77
|
},
|
|
78
78
|
"devDependencies": {
|
|
79
79
|
"@arethetypeswrong/cli": "^0.15.2",
|
|
80
80
|
"@biomejs/biome": "^1.7.3",
|
|
81
|
-
"@fluid-internal/mocha-test-setup": "
|
|
81
|
+
"@fluid-internal/mocha-test-setup": "2.1.0-274160",
|
|
82
82
|
"@fluid-tools/build-cli": "^0.39.0",
|
|
83
83
|
"@fluidframework/build-common": "^2.0.3",
|
|
84
84
|
"@fluidframework/build-tools": "^0.39.0",
|
|
85
|
-
"@fluidframework/container-definitions": "
|
|
86
|
-
"@fluidframework/counter-previous": "npm:@fluidframework/counter@2.0.0-rc.
|
|
85
|
+
"@fluidframework/container-definitions": "2.1.0-274160",
|
|
86
|
+
"@fluidframework/counter-previous": "npm:@fluidframework/counter@2.0.0-rc.5.0.0",
|
|
87
87
|
"@fluidframework/eslint-config-fluid": "^5.3.0",
|
|
88
|
-
"@fluidframework/test-runtime-utils": "
|
|
88
|
+
"@fluidframework/test-runtime-utils": "2.1.0-274160",
|
|
89
89
|
"@microsoft/api-extractor": "^7.45.1",
|
|
90
90
|
"@types/mocha": "^9.1.1",
|
|
91
91
|
"@types/node": "^18.19.0",
|
|
@@ -113,7 +113,9 @@
|
|
|
113
113
|
"build": "fluid-build . --task build",
|
|
114
114
|
"build:commonjs": "fluid-build . --task commonjs",
|
|
115
115
|
"build:compile": "fluid-build . --task compile",
|
|
116
|
-
"build:docs": "
|
|
116
|
+
"build:docs": "concurrently \"npm:build:docs:*\"",
|
|
117
|
+
"build:docs:current": "api-extractor run --local",
|
|
118
|
+
"build:docs:legacy": "api-extractor run --local --config api-extractor/api-extractor.legacy.json",
|
|
117
119
|
"build:esnext": "tsc --project ./tsconfig.json",
|
|
118
120
|
"build:genver": "gen-version",
|
|
119
121
|
"build:test": "npm run build:test:esm && npm run build:test:cjs",
|
|
@@ -129,7 +131,9 @@
|
|
|
129
131
|
"check:exports:esm:public": "api-extractor run --config api-extractor/api-extractor-lint-public.esm.json",
|
|
130
132
|
"check:format": "npm run check:biome",
|
|
131
133
|
"check:prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore",
|
|
132
|
-
"ci:build:docs": "
|
|
134
|
+
"ci:build:docs": "concurrently \"npm:ci:build:docs:*\"",
|
|
135
|
+
"ci:build:docs:current": "api-extractor run",
|
|
136
|
+
"ci:build:docs:legacy": "api-extractor run --config api-extractor/api-extractor.legacy.json",
|
|
133
137
|
"clean": "rimraf --glob dist lib \"*.d.ts\" \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp nyc",
|
|
134
138
|
"eslint": "eslint --format stylish src",
|
|
135
139
|
"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
@@ -145,7 +149,7 @@
|
|
|
145
149
|
"test:mocha:esm": "mocha --recursive \"lib/test/**/*.spec.*js\" --exit",
|
|
146
150
|
"test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",
|
|
147
151
|
"tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist",
|
|
148
|
-
"typetests:gen": "flub generate typetests --dir . -v
|
|
152
|
+
"typetests:gen": "flub generate typetests --dir . -v",
|
|
149
153
|
"typetests:prepare": "flub typetests --dir . --reset --previous --normalize"
|
|
150
154
|
}
|
|
151
155
|
}
|
package/src/packageVersion.ts
CHANGED