@fluidframework/task-manager 2.1.0-276326 → 2.1.0-281041

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/README.md CHANGED
@@ -1,16 +1,20 @@
1
1
  # @fluidframework/task-manager
2
2
 
3
- <!-- AUTO-GENERATED-CONTENT:START (LIBRARY_PACKAGE_README:scripts=FALSE) -->
3
+ A distributed data structure for queueing exclusive tasks.
4
+
5
+ <!-- AUTO-GENERATED-CONTENT:START (LIBRARY_PACKAGE_README_HEADER) -->
4
6
 
5
7
  <!-- prettier-ignore-start -->
6
8
  <!-- NOTE: This section is automatically generated using @fluid-tools/markdown-magic. Do not update these generated contents directly. -->
7
9
 
8
10
  ## Using Fluid Framework libraries
9
11
 
10
- When taking a dependency on a Fluid Framework library, we recommend using a `^` (caret) version range, such as `^1.3.4`.
12
+ When taking a dependency on a Fluid Framework library's public APIs, we recommend using a `^` (caret) version range, such as `^1.3.4`.
11
13
  While Fluid Framework libraries may use different ranges with interdependencies between other Fluid Framework libraries,
12
14
  library consumers should always prefer `^`.
13
15
 
16
+ If using any of Fluid Framework's unstable APIs (for example, its `beta` APIs), we recommend using a more constrained version range, such as `~`.
17
+
14
18
  ## Installation
15
19
 
16
20
  To get started, install the package by running the following command:
@@ -28,10 +32,63 @@ To access the `public` ([SemVer](https://semver.org/)) APIs, import via `@fluidf
28
32
 
29
33
  To access the `legacy` APIs, import via `@fluidframework/task-manager/legacy`.
30
34
 
35
+ <!-- prettier-ignore-end -->
36
+
37
+ <!-- AUTO-GENERATED-CONTENT:END -->
38
+
39
+ <!-- AUTO-GENERATED-CONTENT:START (LIBRARY_PACKAGE_README_FOOTER) -->
40
+
41
+ <!-- prettier-ignore-start -->
42
+ <!-- NOTE: This section is automatically generated using @fluid-tools/markdown-magic. Do not update these generated contents directly. -->
43
+
31
44
  ## API Documentation
32
45
 
33
46
  API documentation for **@fluidframework/task-manager** is available at <https://fluidframework.com/docs/apis/task-manager>.
34
47
 
48
+ ## Minimum Client Requirements
49
+
50
+ These are the platform requirements for the current version of Fluid Framework Client Packages.
51
+ These requirements err on the side of being too strict since within a major version they can be relaxed over time, but not made stricter.
52
+ For Long Term Support (LTS) versions this can require supporting these platforms for several years.
53
+
54
+ It is likely that other configurations will work, but they are not supported: if they stop working, we do not consider that a bug.
55
+ If you would benefit from support for something not listed here, file an issue and the product team will evaluate your request.
56
+ When making such a request please include if the configuration already works (and thus the request is just that it becomes officially supported), or if changes are required to get it working.
57
+
58
+ ### Supported Runtimes
59
+
60
+ - NodeJs ^20.10.0 except that we will drop support for it [when NodeJs 20 loses its upstream support on 2026-04-30](https://github.com/nodejs/release#release-schedule), and will support a newer LTS version of NodeJS (22) at least 1 year before 20 is end-of-life. This same policy applies to NodeJS 22 when it is end of life (2027-04-30).
61
+ - Modern browsers supporting the es2022 standard library: in response to asks we can add explicit support for using babel to polyfill to target specific standards or runtimes (meaning we can avoid/remove use of things that don't polyfill robustly, but otherwise target modern standards).
62
+
63
+ ### Supported Tools
64
+
65
+ - TypeScript 5.4:
66
+ - All [`strict`](https://www.typescriptlang.org/tsconfig) options are supported.
67
+ - [`strictNullChecks`](https://www.typescriptlang.org/tsconfig) is required.
68
+ - [Configuration options deprecated in 5.0](https://github.com/microsoft/TypeScript/issues/51909) are not supported.
69
+ - `exactOptionalPropertyTypes` is currently not fully supported.
70
+ If used, narrowing members of Fluid Framework types types using `in`, `Reflect.has`, `Object.hasOwn` or `Object.prototype.hasOwnProperty` should be avoided as they may incorrectly exclude `undefined` from the possible values in some cases.
71
+ - [webpack](https://webpack.js.org/) 5
72
+ - We are not intending to be prescriptive about what bundler to use.
73
+ Other bundlers which can handle ES Modules should work, but webpack is the only one we actively test.
74
+
75
+ ### Module Resolution
76
+
77
+ [`Node16`, `NodeNext`, or `Bundler`](https://www.typescriptlang.org/tsconfig#moduleResolution) resolution should be used with TypeScript compilerOptions to follow the [Node.js v12+ ESM Resolution and Loading algorithm](https://nodejs.github.io/nodejs.dev/en/api/v20/esm/#resolution-and-loading-algorithm).
78
+ Node10 resolution is not supported as it does not support Fluid Framework's API structuring pattern that is used to distinguish stable APIs from those that are in development.
79
+
80
+ ### Module Formats
81
+
82
+ - ES Modules:
83
+ ES Modules are the preferred way to consume our client packages (including in NodeJs) and consuming our client packages from ES Modules is fully supported.
84
+ - CommonJs:
85
+ Consuming our client packages as CommonJs is supported only in NodeJS and only for the cases listed below.
86
+ This is done to accommodate some workflows without good ES Module support.
87
+ If you have a workflow you would like included in this list, file an issue.
88
+ Once this list of workflows motivating CommonJS support is empty, we may drop support for CommonJS one year after notice of the change is posted here.
89
+
90
+ - Testing with Jest (which lacks [stable ESM support](https://jestjs.io/docs/ecmascript-modules) due to [unstable APIs in NodeJs](https://github.com/nodejs/node/issues/37648))
91
+
35
92
  ## Contribution Guidelines
36
93
 
37
94
  There are many ways to [contribute](https://github.com/microsoft/FluidFramework/blob/main/CONTRIBUTING.md) to Fluid.
@@ -52,11 +109,9 @@ Use of Microsoft trademarks or logos in modified versions of this project must n
52
109
 
53
110
  ## Help
54
111
 
55
- Not finding what you're looking for in this README? Check out our [GitHub
56
- Wiki](https://github.com/microsoft/FluidFramework/wiki) or [fluidframework.com](https://fluidframework.com/docs/).
112
+ Not finding what you're looking for in this README? Check out [fluidframework.com](https://fluidframework.com/docs/).
57
113
 
58
- Still not finding what you're looking for? Please [file an
59
- issue](https://github.com/microsoft/FluidFramework/wiki/Submitting-Bugs-and-Feature-Requests).
114
+ Still not finding what you're looking for? Please [file an issue](https://github.com/microsoft/FluidFramework/wiki/Submitting-Bugs-and-Feature-Requests).
60
115
 
61
116
  Thank you!
62
117
 
@@ -0,0 +1,5 @@
1
+ {
2
+ "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
3
+ "extends": "<projectFolder>/../../../common/build/build-common/api-extractor-report.esm.current.json",
4
+ "mainEntryPointFilePath": "<projectFolder>/lib/public.d.ts"
5
+ }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
3
- "extends": "<projectFolder>/../../../common/build/build-common/api-extractor-base.esm.legacy.json"
3
+ "extends": "<projectFolder>/../../../common/build/build-common/api-extractor-report.esm.legacy.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
3
- "extends": "../../../common/build/build-common/api-extractor-base.esm.current.json"
3
+ "extends": "../../../common/build/build-common/api-extractor-model.esm.json"
4
4
  }
@@ -35,6 +35,4 @@ export const TaskManager: ISharedObjectKind<ITaskManager> & SharedObjectKind<ITa
35
35
  // @alpha
36
36
  export type TaskManager = ITaskManager;
37
37
 
38
- // (No @packageDocumentation comment for this package)
39
-
40
38
  ```
@@ -0,0 +1,7 @@
1
+ ## Public API Report File for "@fluidframework/task-manager"
2
+
3
+ > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
+
5
+ ```ts
6
+
7
+ ```
package/dist/legacy.d.ts CHANGED
@@ -5,7 +5,14 @@
5
5
 
6
6
  /*
7
7
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
- * Generated by "flub generate entrypoints" in @fluidframework/build-tools.
8
+ * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
9
+ */
10
+
11
+ /**
12
+ * Contains a distributed data structure, {@link ITaskManager}, to track the queues of clients that want to
13
+ * exclusively run tasks.
14
+ *
15
+ * @packageDocumentation
9
16
  */
10
17
 
11
18
  export {
@@ -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/task-manager";
8
- export declare const pkgVersion = "2.1.0-276326";
8
+ export declare const pkgVersion = "2.1.0-281041";
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/task-manager";
11
- exports.pkgVersion = "2.1.0-276326";
11
+ exports.pkgVersion = "2.1.0-281041";
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,8BAA8B,CAAC;AACzC,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/task-manager\";\nexport const pkgVersion = \"2.1.0-276326\";\n"]}
1
+ {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,8BAA8B,CAAC;AACzC,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/task-manager\";\nexport const pkgVersion = \"2.1.0-281041\";\n"]}
package/dist/public.d.ts CHANGED
@@ -5,8 +5,13 @@
5
5
 
6
6
  /*
7
7
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
- * Generated by "flub generate entrypoints" in @fluidframework/build-tools.
8
+ * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
9
9
  */
10
10
 
11
- export {}
11
+ /**
12
+ * Contains a distributed data structure, {@link ITaskManager}, to track the queues of clients that want to
13
+ * exclusively run tasks.
14
+ *
15
+ * @packageDocumentation
16
+ */export {}
12
17
 
package/internal.d.ts CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  /*
7
7
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
- * Generated by "flub generate entrypoints" in @fluidframework/build-tools.
8
+ * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
9
9
  */
10
10
 
11
11
  export * from "./lib/index.js";
package/legacy.d.ts CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  /*
7
7
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
- * Generated by "flub generate entrypoints" in @fluidframework/build-tools.
8
+ * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
9
9
  */
10
10
 
11
11
  export * from "./lib/legacy.js";
package/lib/legacy.d.ts CHANGED
@@ -5,7 +5,14 @@
5
5
 
6
6
  /*
7
7
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
- * Generated by "flub generate entrypoints" in @fluidframework/build-tools.
8
+ * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
9
+ */
10
+
11
+ /**
12
+ * Contains a distributed data structure, {@link ITaskManager}, to track the queues of clients that want to
13
+ * exclusively run tasks.
14
+ *
15
+ * @packageDocumentation
9
16
  */
10
17
 
11
18
  export {
@@ -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/task-manager";
8
- export declare const pkgVersion = "2.1.0-276326";
8
+ export declare const pkgVersion = "2.1.0-281041";
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/task-manager";
8
- export const pkgVersion = "2.1.0-276326";
8
+ export const pkgVersion = "2.1.0-281041";
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,8BAA8B,CAAC;AACtD,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/task-manager\";\nexport const pkgVersion = \"2.1.0-276326\";\n"]}
1
+ {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,8BAA8B,CAAC;AACtD,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/task-manager\";\nexport const pkgVersion = \"2.1.0-281041\";\n"]}
package/lib/public.d.ts CHANGED
@@ -5,8 +5,13 @@
5
5
 
6
6
  /*
7
7
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
- * Generated by "flub generate entrypoints" in @fluidframework/build-tools.
8
+ * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
9
9
  */
10
10
 
11
- export {}
11
+ /**
12
+ * Contains a distributed data structure, {@link ITaskManager}, to track the queues of clients that want to
13
+ * exclusively run tasks.
14
+ *
15
+ * @packageDocumentation
16
+ */export {}
12
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/task-manager",
3
- "version": "2.1.0-276326",
3
+ "version": "2.1.0-281041",
4
4
  "description": "Distributed data structure for queueing exclusive tasks",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -67,29 +67,29 @@
67
67
  "temp-directory": "nyc/.nyc_output"
68
68
  },
69
69
  "dependencies": {
70
- "@fluid-internal/client-utils": "2.1.0-276326",
71
- "@fluidframework/container-definitions": "2.1.0-276326",
72
- "@fluidframework/container-runtime-definitions": "2.1.0-276326",
73
- "@fluidframework/core-interfaces": "2.1.0-276326",
74
- "@fluidframework/core-utils": "2.1.0-276326",
75
- "@fluidframework/datastore-definitions": "2.1.0-276326",
76
- "@fluidframework/driver-definitions": "2.1.0-276326",
77
- "@fluidframework/driver-utils": "2.1.0-276326",
78
- "@fluidframework/runtime-definitions": "2.1.0-276326",
79
- "@fluidframework/shared-object-base": "2.1.0-276326"
70
+ "@fluid-internal/client-utils": "2.1.0-281041",
71
+ "@fluidframework/container-definitions": "2.1.0-281041",
72
+ "@fluidframework/container-runtime-definitions": "2.1.0-281041",
73
+ "@fluidframework/core-interfaces": "2.1.0-281041",
74
+ "@fluidframework/core-utils": "2.1.0-281041",
75
+ "@fluidframework/datastore-definitions": "2.1.0-281041",
76
+ "@fluidframework/driver-definitions": "2.1.0-281041",
77
+ "@fluidframework/driver-utils": "2.1.0-281041",
78
+ "@fluidframework/runtime-definitions": "2.1.0-281041",
79
+ "@fluidframework/shared-object-base": "2.1.0-281041"
80
80
  },
81
81
  "devDependencies": {
82
82
  "@arethetypeswrong/cli": "^0.15.2",
83
- "@biomejs/biome": "^1.7.3",
84
- "@fluid-internal/mocha-test-setup": "2.1.0-276326",
85
- "@fluid-private/stochastic-test-utils": "2.1.0-276326",
86
- "@fluid-private/test-dds-utils": "2.1.0-276326",
87
- "@fluid-tools/build-cli": "^0.39.0",
83
+ "@biomejs/biome": "~1.8.3",
84
+ "@fluid-internal/mocha-test-setup": "2.1.0-281041",
85
+ "@fluid-private/stochastic-test-utils": "2.1.0-281041",
86
+ "@fluid-private/test-dds-utils": "2.1.0-281041",
87
+ "@fluid-tools/build-cli": "^0.40.0",
88
88
  "@fluidframework/build-common": "^2.0.3",
89
- "@fluidframework/build-tools": "^0.39.0",
89
+ "@fluidframework/build-tools": "^0.40.0",
90
90
  "@fluidframework/eslint-config-fluid": "^5.3.0",
91
- "@fluidframework/task-manager-previous": "npm:@fluidframework/task-manager@2.0.0-rc.5.0.0",
92
- "@fluidframework/test-runtime-utils": "2.1.0-276326",
91
+ "@fluidframework/task-manager-previous": "npm:@fluidframework/task-manager@2.0.0",
92
+ "@fluidframework/test-runtime-utils": "2.1.0-281041",
93
93
  "@microsoft/api-extractor": "^7.45.1",
94
94
  "@types/mocha": "^9.1.1",
95
95
  "@types/node": "^18.19.0",
@@ -109,25 +109,30 @@
109
109
  "typescript": "~5.4.5"
110
110
  },
111
111
  "typeValidation": {
112
- "broken": {}
112
+ "broken": {
113
+ "VariableDeclaration_TaskManager": {
114
+ "forwardCompat": false
115
+ }
116
+ }
113
117
  },
114
118
  "scripts": {
115
119
  "api": "fluid-build . --task api",
116
120
  "api-extractor:commonjs": "flub generate entrypoints --outDir ./dist",
117
121
  "api-extractor:esnext": "flub generate entrypoints --outDir ./lib --node10TypeCompat",
118
122
  "build": "fluid-build . --task build",
123
+ "build:api-reports": "concurrently \"npm:build:api-reports:*\"",
124
+ "build:api-reports:current": "api-extractor run --local --config api-extractor/api-extractor.current.json",
125
+ "build:api-reports:legacy": "api-extractor run --local --config api-extractor/api-extractor.legacy.json",
119
126
  "build:commonjs": "fluid-build . --task commonjs",
120
127
  "build:compile": "fluid-build . --task compile",
121
- "build:docs": "concurrently \"npm:build:docs:*\"",
122
- "build:docs:current": "api-extractor run --local",
123
- "build:docs:legacy": "api-extractor run --local --config api-extractor/api-extractor.legacy.json",
128
+ "build:docs": "api-extractor run --local",
124
129
  "build:esnext": "tsc --project ./tsconfig.json",
125
130
  "build:genver": "gen-version",
126
131
  "build:test": "npm run build:test:esm && npm run build:test:cjs",
127
132
  "build:test:cjs": "fluid-tsc commonjs --project ./src/test/tsconfig.cjs.json",
128
133
  "build:test:esm": "tsc --project ./src/test/tsconfig.json",
129
134
  "check:are-the-types-wrong": "attw --pack .",
130
- "check:biome": "biome check . --formatter-enabled=true",
135
+ "check:biome": "biome check .",
131
136
  "check:exports": "concurrently \"npm:check:exports:*\"",
132
137
  "check:exports:bundle-release-tags": "api-extractor run --config api-extractor/api-extractor-lint-bundle.json",
133
138
  "check:exports:cjs:legacy": "api-extractor run --config api-extractor/api-extractor-lint-legacy.cjs.json",
@@ -136,14 +141,15 @@
136
141
  "check:exports:esm:public": "api-extractor run --config api-extractor/api-extractor-lint-public.esm.json",
137
142
  "check:format": "npm run check:biome",
138
143
  "check:prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore",
139
- "ci:build:docs": "concurrently \"npm:ci:build:docs:*\"",
140
- "ci:build:docs:current": "api-extractor run",
141
- "ci:build:docs:legacy": "api-extractor run --config api-extractor/api-extractor.legacy.json",
144
+ "ci:build:api-reports": "concurrently \"npm:ci:build:api-reports:*\"",
145
+ "ci:build:api-reports:current": "api-extractor run --config api-extractor/api-extractor.current.json",
146
+ "ci:build:api-reports:legacy": "api-extractor run --config api-extractor/api-extractor.legacy.json",
147
+ "ci:build:docs": "api-extractor run",
142
148
  "clean": "rimraf --glob dist lib \"*.d.ts\" \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp nyc",
143
149
  "eslint": "eslint --format stylish src",
144
150
  "eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
145
151
  "format": "npm run format:biome",
146
- "format:biome": "biome check . --formatter-enabled=true --apply",
152
+ "format:biome": "biome check . --write",
147
153
  "format:prettier": "prettier --write . --cache --ignore-path ../../../.prettierignore",
148
154
  "lint": "fluid-build . --task lint",
149
155
  "lint:fix": "fluid-build . --task eslint:fix --task format",
@@ -6,4 +6,4 @@
6
6
  */
7
7
 
8
8
  export const pkgName = "@fluidframework/task-manager";
9
- export const pkgVersion = "2.1.0-276326";
9
+ export const pkgVersion = "2.1.0-281041";