@fluidframework/counter 2.0.0-dev-rc.1.0.0.224419 → 2.0.0-dev-rc.1.0.0.225277
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-esm.json +4 -0
- package/dist/packageVersion.cjs +1 -1
- package/dist/packageVersion.cjs.map +1 -1
- package/dist/packageVersion.d.ts +1 -1
- package/lib/counter-alpha.d.mts +0 -7
- package/lib/counter-beta.d.mts +0 -7
- package/lib/counter-public.d.mts +0 -7
- package/lib/counter-untrimmed.d.mts +0 -7
- package/lib/counter.d.mts +1 -1
- package/lib/counter.d.mts.map +1 -1
- package/lib/counterFactory.d.mts +1 -1
- package/lib/counterFactory.d.mts.map +1 -1
- package/lib/index.d.mts +1 -1
- package/lib/index.d.mts.map +1 -1
- package/lib/interfaces.d.mts +1 -1
- package/lib/interfaces.d.mts.map +1 -1
- package/lib/packageVersion.d.mts +2 -2
- package/lib/packageVersion.d.mts.map +1 -1
- package/lib/packageVersion.mjs +1 -1
- package/lib/packageVersion.mjs.map +1 -1
- package/package.json +53 -15
- package/src/packageVersion.ts +1 -1
package/dist/packageVersion.cjs
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.0.0-dev-rc.1.0.0.
|
|
11
|
+
exports.pkgVersion = "2.0.0-dev-rc.1.0.0.225277";
|
|
12
12
|
//# sourceMappingURL=packageVersion.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"packageVersion.cjs","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,yBAAyB,CAAC;AACpC,QAAA,UAAU,GAAG,2BAA2B,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.0.0-dev-rc.1.0.0.
|
|
1
|
+
{"version":3,"file":"packageVersion.cjs","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,yBAAyB,CAAC;AACpC,QAAA,UAAU,GAAG,2BAA2B,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.0.0-dev-rc.1.0.0.225277\";\n"]}
|
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.0.0-dev-rc.1.0.0.
|
|
8
|
+
export declare const pkgVersion = "2.0.0-dev-rc.1.0.0.225277";
|
|
9
9
|
//# sourceMappingURL=packageVersion.d.ts.map
|
package/lib/counter-alpha.d.mts
CHANGED
|
@@ -1,10 +1,3 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This library contains the {@link ISharedCounter | SharedCounter} distributed data structure.
|
|
3
|
-
* A `SharedCounter` is a shared object which holds a whole number that can be incremented or decremented.
|
|
4
|
-
*
|
|
5
|
-
* @packageDocumentation
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
1
|
import { IChannelAttributes } from '@fluidframework/datastore-definitions';
|
|
9
2
|
import { IChannelFactory } from '@fluidframework/datastore-definitions';
|
|
10
3
|
import { IChannelStorageService } from '@fluidframework/datastore-definitions';
|
package/lib/counter-beta.d.mts
CHANGED
|
@@ -1,10 +1,3 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This library contains the {@link ISharedCounter | SharedCounter} distributed data structure.
|
|
3
|
-
* A `SharedCounter` is a shared object which holds a whole number that can be incremented or decremented.
|
|
4
|
-
*
|
|
5
|
-
* @packageDocumentation
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
1
|
import { IChannelAttributes } from '@fluidframework/datastore-definitions';
|
|
9
2
|
import { IChannelFactory } from '@fluidframework/datastore-definitions';
|
|
10
3
|
import { IChannelStorageService } from '@fluidframework/datastore-definitions';
|
package/lib/counter-public.d.mts
CHANGED
|
@@ -1,10 +1,3 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This library contains the {@link ISharedCounter | SharedCounter} distributed data structure.
|
|
3
|
-
* A `SharedCounter` is a shared object which holds a whole number that can be incremented or decremented.
|
|
4
|
-
*
|
|
5
|
-
* @packageDocumentation
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
1
|
import { IChannelAttributes } from '@fluidframework/datastore-definitions';
|
|
9
2
|
import { IChannelFactory } from '@fluidframework/datastore-definitions';
|
|
10
3
|
import { IChannelStorageService } from '@fluidframework/datastore-definitions';
|
|
@@ -1,10 +1,3 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This library contains the {@link ISharedCounter | SharedCounter} distributed data structure.
|
|
3
|
-
* A `SharedCounter` is a shared object which holds a whole number that can be incremented or decremented.
|
|
4
|
-
*
|
|
5
|
-
* @packageDocumentation
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
1
|
import { IChannelAttributes } from '@fluidframework/datastore-definitions';
|
|
9
2
|
import { IChannelFactory } from '@fluidframework/datastore-definitions';
|
|
10
3
|
import { IChannelStorageService } from '@fluidframework/datastore-definitions';
|
package/lib/counter.d.mts
CHANGED
package/lib/counter.d.mts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"counter.d.
|
|
1
|
+
{"version":3,"file":"counter.d.mts","sourceRoot":"","sources":["../src/counter.ts"],"names":[],"mappings":"AAAA;;;GAGG;OAGI,EAAE,KAAK,yBAAyB,EAAe,MAAM,sCAAsC;OAC3F,EACN,KAAK,sBAAsB,EAC3B,KAAK,sBAAsB,EAC3B,KAAK,eAAe,EACpB,KAAK,kBAAkB,EACvB,MAAM,uCAAuC;OAEvC,EAAE,KAAK,qBAAqB,EAAE,MAAM,qCAAqC;OACzE,EAEN,KAAK,gBAAgB,EACrB,YAAY,EACZ,MAAM,oCAAoC;OAEpC,EAAE,KAAK,cAAc,EAAE,KAAK,oBAAoB,EAAE;AAsBzD;;;GAGG;AACH,qBAAa,aAAc,SAAQ,YAAY,CAAC,oBAAoB,CAAE,YAAW,cAAc;IAC9F;;;;;;;OAOG;WACW,MAAM,CAAC,OAAO,EAAE,sBAAsB,EAAE,EAAE,CAAC,EAAE,MAAM,GAAG,aAAa;gBAKhF,EAAE,EAAE,MAAM,EACV,OAAO,EAAE,sBAAsB,EAC/B,UAAU,EAAE,kBAAkB;IAK/B;;;;OAIG;WACW,UAAU,IAAI,eAAe;IAI3C,OAAO,CAAC,MAAM,CAAa;IAE3B;;OAEG;IACH,IAAW,KAAK,IAAI,MAAM,CAEzB;IAED;;OAEG;IACI,SAAS,CAAC,eAAe,EAAE,MAAM,GAAG,IAAI;IAgB/C,OAAO,CAAC,aAAa;IAKrB;;;;OAIG;IACH,SAAS,CAAC,aAAa,CAAC,UAAU,EAAE,gBAAgB,GAAG,qBAAqB;IAU5E;;OAEG;cACa,QAAQ,CAAC,OAAO,EAAE,sBAAsB,GAAG,OAAO,CAAC,IAAI,CAAC;IAMxE;;OAEG;IACH,SAAS,CAAC,YAAY,IAAI,IAAI;IAE9B;;;;;;;OAOG;IACH,SAAS,CAAC,WAAW,CACpB,OAAO,EAAE,yBAAyB,EAClC,KAAK,EAAE,OAAO,EACd,eAAe,EAAE,OAAO,GACtB,IAAI;IAkBP;;OAEG;IACH,SAAS,CAAC,cAAc,CAAC,EAAE,EAAE,OAAO,GAAG,IAAI;CAU3C"}
|
package/lib/counterFactory.d.mts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"counterFactory.d.
|
|
1
|
+
{"version":3,"file":"counterFactory.d.mts","sourceRoot":"","sources":["../src/counterFactory.ts"],"names":[],"mappings":"AAAA;;;GAGG;OAEI,EACN,KAAK,kBAAkB,EACvB,KAAK,sBAAsB,EAC3B,KAAK,gBAAgB,EACrB,KAAK,eAAe,EACpB,MAAM,uCAAuC;OAEvC,EAAE,KAAK,cAAc,EAAE;AAG9B;;;;GAIG;AACH,qBAAa,cAAe,YAAW,eAAe;IACrD;;OAEG;IACH,gBAAuB,IAAI,+CAA+C;IAE1E;;OAEG;IACH,gBAAuB,UAAU,EAAE,kBAAkB,CAInD;IAEF;;OAEG;IACH,IAAW,IAAI,IAAI,MAAM,CAExB;IAED;;OAEG;IACH,IAAW,UAAU,IAAI,kBAAkB,CAE1C;IAED;;OAEG;IACU,IAAI,CAChB,OAAO,EAAE,sBAAsB,EAC/B,EAAE,EAAE,MAAM,EACV,QAAQ,EAAE,gBAAgB,EAC1B,UAAU,EAAE,kBAAkB,GAC5B,OAAO,CAAC,cAAc,CAAC;IAM1B;;OAEG;IACI,MAAM,CAAC,QAAQ,EAAE,sBAAsB,EAAE,EAAE,EAAE,MAAM,GAAG,cAAc;CAK3E"}
|
package/lib/index.d.mts
CHANGED
package/lib/index.d.mts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.
|
|
1
|
+
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;OASI,EAAE,aAAa,EAAE;YACZ,EAAE,cAAc,EAAE,oBAAoB,EAAE"}
|
package/lib/interfaces.d.mts
CHANGED
package/lib/interfaces.d.mts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"interfaces.d.
|
|
1
|
+
{"version":3,"file":"interfaces.d.mts","sourceRoot":"","sources":["../src/interfaces.ts"],"names":[],"mappings":"AAAA;;;GAGG;OAEI,EAAE,KAAK,aAAa,EAAE,KAAK,mBAAmB,EAAE,MAAM,oCAAoC;AAEjG;;;GAGG;AACH,MAAM,WAAW,oBAAqB,SAAQ,mBAAmB;IAChE;;;;;;;OAOG;IACH,CAAC,KAAK,EAAE,aAAa,EAAE,QAAQ,EAAE,CAAC,eAAe,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,KAAK,IAAI,OAAE;CACtF;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsCG;AACH,MAAM,WAAW,cAAe,SAAQ,aAAa,CAAC,oBAAoB,CAAC;IAC1E;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;;;;OAKG;IACH,SAAS,CAAC,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;CACzC"}
|
package/lib/packageVersion.d.mts
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.0.0-dev-rc.1.0.0.
|
|
9
|
-
//# sourceMappingURL=packageVersion.d.
|
|
8
|
+
export declare const pkgVersion = "2.0.0-dev-rc.1.0.0.225277";
|
|
9
|
+
//# sourceMappingURL=packageVersion.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"packageVersion.d.
|
|
1
|
+
{"version":3,"file":"packageVersion.d.mts","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,eAAO,MAAM,OAAO,4BAA4B,CAAC;AACjD,eAAO,MAAM,UAAU,8BAA8B,CAAC"}
|
package/lib/packageVersion.mjs
CHANGED
|
@@ -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.0.0-dev-rc.1.0.0.
|
|
8
|
+
export const pkgVersion = "2.0.0-dev-rc.1.0.0.225277";
|
|
9
9
|
//# sourceMappingURL=packageVersion.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"packageVersion.mjs","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,yBAAyB,CAAC;AACjD,MAAM,CAAC,MAAM,UAAU,GAAG,2BAA2B,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.0.0-dev-rc.1.0.0.
|
|
1
|
+
{"version":3,"file":"packageVersion.mjs","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,yBAAyB,CAAC;AACjD,MAAM,CAAC,MAAM,UAAU,GAAG,2BAA2B,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.0.0-dev-rc.1.0.0.225277\";\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/counter",
|
|
3
|
-
"version": "2.0.0-dev-rc.1.0.0.
|
|
3
|
+
"version": "2.0.0-dev-rc.1.0.0.225277",
|
|
4
4
|
"description": "Counter DDS",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -21,6 +21,46 @@
|
|
|
21
21
|
"types": "./dist/index.d.ts",
|
|
22
22
|
"default": "./dist/index.cjs"
|
|
23
23
|
}
|
|
24
|
+
},
|
|
25
|
+
"./alpha": {
|
|
26
|
+
"import": {
|
|
27
|
+
"types": "./lib/counter-alpha.d.mts",
|
|
28
|
+
"default": "./lib/index.mjs"
|
|
29
|
+
},
|
|
30
|
+
"require": {
|
|
31
|
+
"types": "./dist/counter-alpha.d.ts",
|
|
32
|
+
"default": "./dist/index.cjs"
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
"./beta": {
|
|
36
|
+
"import": {
|
|
37
|
+
"types": "./lib/counter-beta.d.mts",
|
|
38
|
+
"default": "./lib/index.mjs"
|
|
39
|
+
},
|
|
40
|
+
"require": {
|
|
41
|
+
"types": "./dist/counter-beta.d.ts",
|
|
42
|
+
"default": "./dist/index.cjs"
|
|
43
|
+
}
|
|
44
|
+
},
|
|
45
|
+
"./internal": {
|
|
46
|
+
"import": {
|
|
47
|
+
"types": "./lib/index.d.mts",
|
|
48
|
+
"default": "./lib/index.mjs"
|
|
49
|
+
},
|
|
50
|
+
"require": {
|
|
51
|
+
"types": "./dist/index.d.ts",
|
|
52
|
+
"default": "./dist/index.cjs"
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
"./public": {
|
|
56
|
+
"import": {
|
|
57
|
+
"types": "./lib/counter-public.d.mts",
|
|
58
|
+
"default": "./lib/index.mjs"
|
|
59
|
+
},
|
|
60
|
+
"require": {
|
|
61
|
+
"types": "./dist/counter-public.d.ts",
|
|
62
|
+
"default": "./dist/index.cjs"
|
|
63
|
+
}
|
|
24
64
|
}
|
|
25
65
|
},
|
|
26
66
|
"main": "dist/index.cjs",
|
|
@@ -47,27 +87,27 @@
|
|
|
47
87
|
"temp-directory": "nyc/.nyc_output"
|
|
48
88
|
},
|
|
49
89
|
"dependencies": {
|
|
50
|
-
"@fluidframework/core-interfaces": "2.0.0-dev-rc.1.0.0.
|
|
51
|
-
"@fluidframework/core-utils": "2.0.0-dev-rc.1.0.0.
|
|
52
|
-
"@fluidframework/datastore-definitions": "2.0.0-dev-rc.1.0.0.
|
|
53
|
-
"@fluidframework/driver-utils": "2.0.0-dev-rc.1.0.0.
|
|
90
|
+
"@fluidframework/core-interfaces": "2.0.0-dev-rc.1.0.0.225277",
|
|
91
|
+
"@fluidframework/core-utils": "2.0.0-dev-rc.1.0.0.225277",
|
|
92
|
+
"@fluidframework/datastore-definitions": "2.0.0-dev-rc.1.0.0.225277",
|
|
93
|
+
"@fluidframework/driver-utils": "2.0.0-dev-rc.1.0.0.225277",
|
|
54
94
|
"@fluidframework/protocol-definitions": "^3.1.0-223007",
|
|
55
|
-
"@fluidframework/runtime-definitions": "2.0.0-dev-rc.1.0.0.
|
|
56
|
-
"@fluidframework/shared-object-base": "2.0.0-dev-rc.1.0.0.
|
|
95
|
+
"@fluidframework/runtime-definitions": "2.0.0-dev-rc.1.0.0.225277",
|
|
96
|
+
"@fluidframework/shared-object-base": "2.0.0-dev-rc.1.0.0.225277"
|
|
57
97
|
},
|
|
58
98
|
"devDependencies": {
|
|
59
99
|
"@arethetypeswrong/cli": "^0.13.3",
|
|
60
100
|
"@fluid-tools/build-cli": "0.29.0-222379",
|
|
61
101
|
"@fluidframework/build-common": "^2.0.3",
|
|
62
102
|
"@fluidframework/build-tools": "0.29.0-222379",
|
|
63
|
-
"@fluidframework/counter-previous": "npm:@fluidframework/counter@2.0.0-internal.
|
|
103
|
+
"@fluidframework/counter-previous": "npm:@fluidframework/counter@2.0.0-internal.8.0.0",
|
|
64
104
|
"@fluidframework/eslint-config-fluid": "^3.1.0",
|
|
65
|
-
"@fluidframework/mocha-test-setup": "2.0.0-dev-rc.1.0.0.
|
|
66
|
-
"@fluidframework/test-runtime-utils": "2.0.0-dev-rc.1.0.0.
|
|
105
|
+
"@fluidframework/mocha-test-setup": "2.0.0-dev-rc.1.0.0.225277",
|
|
106
|
+
"@fluidframework/test-runtime-utils": "2.0.0-dev-rc.1.0.0.225277",
|
|
67
107
|
"@microsoft/api-extractor": "^7.38.3",
|
|
68
108
|
"@types/mocha": "^9.1.1",
|
|
69
109
|
"@types/node": "^18.19.0",
|
|
70
|
-
"c8": "^
|
|
110
|
+
"c8": "^8.0.1",
|
|
71
111
|
"copyfiles": "^2.4.1",
|
|
72
112
|
"cross-env": "^7.0.3",
|
|
73
113
|
"eslint": "~8.50.0",
|
|
@@ -76,7 +116,6 @@
|
|
|
76
116
|
"mocha-multi-reporters": "^1.5.1",
|
|
77
117
|
"moment": "^2.21.0",
|
|
78
118
|
"prettier": "~3.0.3",
|
|
79
|
-
"renamer": "^4.0.0",
|
|
80
119
|
"replace-in-file": "^6.3.5",
|
|
81
120
|
"rimraf": "^4.4.0",
|
|
82
121
|
"tsc-multi": "^1.1.0",
|
|
@@ -100,16 +139,15 @@
|
|
|
100
139
|
"scripts": {
|
|
101
140
|
"api": "fluid-build . --task api",
|
|
102
141
|
"api-extractor:commonjs": "api-extractor run --local",
|
|
103
|
-
"api-extractor:esnext": "
|
|
142
|
+
"api-extractor:esnext": "api-extractor run --config ./api-extractor-esm.json",
|
|
104
143
|
"build": "fluid-build . --task build",
|
|
105
144
|
"build:commonjs": "fluid-build . --task commonjs",
|
|
106
145
|
"build:compile": "fluid-build . --task compile",
|
|
107
146
|
"build:docs": "fluid-build . --task api",
|
|
108
147
|
"build:esnext": "tsc-multi --config ../../../common/build/build-common/tsc-multi.esm.json",
|
|
109
148
|
"build:genver": "gen-version",
|
|
110
|
-
"build:rename-types": "renamer \"lib/**\" -f .d.ts -r .d.mts --force",
|
|
111
149
|
"build:test": "tsc-multi --config ./tsc-multi.test.json",
|
|
112
|
-
"check:are-the-types-wrong": "attw --pack",
|
|
150
|
+
"check:are-the-types-wrong": "attw --pack . --entrypoints .",
|
|
113
151
|
"check:release-tags": "api-extractor run --local --config ./api-extractor-lint.json",
|
|
114
152
|
"ci:build:docs": "api-extractor run",
|
|
115
153
|
"clean": "rimraf --glob dist lib \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp nyc",
|
package/src/packageVersion.ts
CHANGED