Skip to content

Commit

Permalink
Published reywood:publish-composite@1.8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
StorytellerCZ committed Aug 22, 2024
1 parent 4d0228a commit 1b83675
Show file tree
Hide file tree
Showing 5 changed files with 3,137 additions and 1,354 deletions.
22 changes: 6 additions & 16 deletions .npm/package/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

106 changes: 53 additions & 53 deletions .versions
Original file line number Diff line number Diff line change
@@ -1,55 +1,55 @@
allow-deny@1.1.1
babel-compiler@7.10.5
babel-runtime@1.5.1
base64@1.0.12
binary-heap@1.0.11
boilerplate-generator@1.7.2
callback-hook@1.5.1
check@1.3.2
ddp@1.4.1
ddp-client@2.6.1
ddp-common@1.4.0
ddp-server@2.7.0
diff-sequence@1.1.2
dynamic-import@0.7.3
ecmascript@0.16.8
ecmascript-runtime@0.8.1
ecmascript-runtime-client@0.12.1
ecmascript-runtime-server@0.11.0
ejson@1.1.3
fetch@0.1.4
geojson-utils@1.0.11
http@1.0.10
id-map@1.1.1
inter-process-messaging@0.1.1
local-test:reywood:publish-composite@1.8.9
logging@1.3.3
meteor@1.11.5
meteortesting:browser-tests@1.6.0-beta300.0
meteortesting:mocha@3.1.0-beta300.0
allow-deny@2.0.0
babel-compiler@7.11.0
babel-runtime@1.5.2
base64@1.0.13
binary-heap@1.0.12
boilerplate-generator@2.0.0
callback-hook@1.6.0
check@1.4.2
core-runtime@1.0.0
ddp@1.4.2
ddp-client@3.0.1
ddp-common@1.4.4
ddp-server@3.0.1
diff-sequence@1.1.3
dynamic-import@0.7.4
ecmascript@0.16.9
ecmascript-runtime@0.8.2
ecmascript-runtime-client@0.12.2
ecmascript-runtime-server@0.11.1
ejson@1.1.4
facts-base@1.0.2
fetch@0.1.5
geojson-utils@1.0.12
id-map@1.2.0
inter-process-messaging@0.1.2
local-test:reywood:publish-composite@1.8.10
logging@1.3.5
meteor@2.0.1
meteortesting:browser-tests@1.7.0
meteortesting:mocha@3.2.0
meteortesting:mocha-core@8.3.1-beta300.0
minimongo@1.9.3
modern-browsers@0.1.10
modules@0.20.0
modules-runtime@0.13.1
mongo@1.16.8
mongo-decimal@0.1.3
mongo-dev-server@1.1.0
mongo-id@1.0.8
npm-mongo@4.17.2
ordered-dict@1.1.0
promise@0.12.2
random@1.2.1
react-fast-refresh@0.2.8
reload@1.3.1
retry@1.1.0
reywood:publish-composite@1.8.9
routepolicy@1.1.1
socket-stream-client@0.5.2
tracker@1.3.3
typescript@4.9.5
underscore@1.6.0
url@1.3.2
webapp@1.13.8
webapp-hashing@1.1.1
minimongo@2.0.1
modern-browsers@0.1.11
modules@0.20.1
modules-runtime@0.13.2
mongo@2.0.1
mongo-decimal@0.1.4-beta300.7
mongo-dev-server@1.1.1
mongo-id@1.0.9
npm-mongo@4.17.4
ordered-dict@1.2.0
promise@1.0.0
random@1.2.2
react-fast-refresh@0.2.9
reload@1.3.2
retry@1.1.1
reywood:publish-composite@1.8.10
routepolicy@1.1.2
socket-stream-client@0.5.3
tracker@1.3.4
typescript@5.4.3
underscore@1.6.4
webapp@2.0.1
webapp-hashing@1.1.2
zodern:types@1.0.13
4 changes: 3 additions & 1 deletion lib/publish_composite.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ function publishComposite (name, options) {
}

this.onStop(() => {
for (const pub of publications) { pub.unpublish() }
for (const pub of publications) {
pub.unpublish()
}
})

await Promise.all(publications.map(p => p.awaitPromises()))
Expand Down
Loading

0 comments on commit 1b83675

Please sign in to comment.