Skip to content

Commit 1b10d21

Browse files
authored
Merge pull request #476 from jameswilddev/renovate/shanzhai-interfaces-0.x
Update dependency @shanzhai/interfaces to v0.0.25
2 parents c0b7d7d + 1cc8fc8 commit 1b10d21

File tree

4 files changed

+45
-38
lines changed

4 files changed

+45
-38
lines changed

@shanzhai/output-zip-content-plugin/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ const outputZipContentPlugin: Plugin<{
4141
),
4242
]);
4343
},
44+
writesToStores: [],
4445
},
4546
},
4647
};

@shanzhai/output-zip-content-plugin/package-lock.json

Lines changed: 37 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

@shanzhai/output-zip-content-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@shanzhai/write-file-step": "0.0.10"
3030
},
3131
"devDependencies": {
32-
"@shanzhai/interfaces": "0.0.24",
32+
"@shanzhai/interfaces": "0.0.25",
3333
"@shanzhai/zip-content-store": "0.0.5"
3434
},
3535
"peerDependencies": {

@shanzhai/output-zip-content-plugin/unit.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ describe(`output-zip-content-plugin`, () => {
2121
).toEqual([]);
2222
});
2323

24+
it(`advertises the stores it will write to`, () => {
25+
expect(
26+
outputZipContentPlugin.triggers.outputZipContent.writesToStores
27+
).toEqual(jasmine.arrayWithExactContents([]));
28+
});
29+
2430
describe(`when zip content is deleted`, () => {
2531
let step: Step;
2632

0 commit comments

Comments
 (0)