File tree 3 files changed +3
-11
lines changed
3 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 23
23
"testonly" : " jest" ,
24
24
"testonly:cov" : " jest --coverage" ,
25
25
"testonly:watch" : " jest --watch" ,
26
- "typedoc" : " typedoc ./ packages" ,
26
+ "typedoc" : " typedoc --entryPointStrategy packages . " ,
27
27
"watch" : " tsc --build tsconfig.build.json --watch"
28
28
},
29
29
"workspaces" : [
55
55
"rimraf" : " ^3.0.2" ,
56
56
"ts-jest" : " ^26.2.0" ,
57
57
"typedoc" : " ^0.22.3" ,
58
- "typedoc-plugin-lerna-packages" : " github:marcj/typedoc-plugin-lerna-packages#f5d8f7d" ,
59
58
"typescript" : " ^4.4.3"
60
59
},
61
60
"engines" : {
Original file line number Diff line number Diff line change 1
1
module . exports = {
2
- mode : 'modules' ,
3
2
out : 'docs' ,
4
3
exclude : [
5
4
'**/node_modules/**' ,
@@ -9,8 +8,6 @@ module.exports = {
9
8
] ,
10
9
name : 'messaging-apis' ,
11
10
excludePrivate : true ,
12
- excludeNotExported : true ,
13
11
excludeExternals : true ,
14
- esModuleInterop : true ,
15
12
includeVersion : true ,
16
13
} ;
Original file line number Diff line number Diff line change @@ -5780,10 +5780,10 @@ merge2@^1.2.3, merge2@^1.3.0:
5780
5780
" @types/warning" " ^3.0.0"
5781
5781
append-query "^2.1.0"
5782
5782
axios "^0.21.1"
5783
- axios-error "file:../../../Library/Caches/Yarn/v6/npm-messaging-api-messenger-1.0.6-3829411b-e3c2-4a04-aa99-38986cf8e212-1631639825044 /node_modules/axios-error"
5783
+ axios-error "file:../../../Library/Caches/Yarn/v6/npm-messaging-api-messenger-1.0.6-2d307e69-cb1f-4737-bf6f-76f24d00f6a9-1633320998216 /node_modules/axios-error"
5784
5784
form-data "^3.0.0"
5785
5785
lodash "^4.17.15"
5786
- messaging-api-common "file:../../../Library/Caches/Yarn/v6/npm-messaging-api-messenger-1.0.6-3829411b-e3c2-4a04-aa99-38986cf8e212-1631639825044 /node_modules/messaging-api-common"
5786
+ messaging-api-common "file:../../../Library/Caches/Yarn/v6/npm-messaging-api-messenger-1.0.6-2d307e69-cb1f-4737-bf6f-76f24d00f6a9-1633320998216 /node_modules/messaging-api-common"
5787
5787
ts-invariant "^0.4.4"
5788
5788
warning "^4.0.3"
5789
5789
@@ -8204,10 +8204,6 @@ typedarray@^0.0.6:
8204
8204
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
8205
8205
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
8206
8206
8207
- " typedoc-plugin-lerna-packages@github:marcj/typedoc-plugin-lerna-packages#f5d8f7d " :
8208
- version "0.3.1"
8209
- resolved "https://codeload.github.com/marcj/typedoc-plugin-lerna-packages/tar.gz/f5d8f7d0958a00c9f7976701bb9273c939764b49"
8210
-
8211
8207
typedoc@^0.22.3 :
8212
8208
version "0.22.3"
8213
8209
resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.22.3.tgz#c67aaeef22702d84267bda12dc13f192dbf9d89e"
You can’t perform that action at this time.
0 commit comments