Skip to content
This repository has been archived by the owner on Jul 21, 2021. It is now read-only.

Commit

Permalink
v1.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
k2on committed Apr 17, 2021
1 parent 655d4c9 commit a745c73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sivrad/matrix-collection-tools",
"version": "1.0.22",
"version": "1.0.23",
"description": "Collection CI/CD.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions src/commands/build/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ ${formatTable(argTable)}
type: 'T',
description: 'The new instance of the type.',
},
'return await this.get<T>(id);',
'return await super.get<T>(id);',
{
isStatic: true,
isAsync: true,
Expand All @@ -406,7 +406,7 @@ ${formatTable(argTable)}
type: 'T[]',
description: 'All the new instances.',
},
'return await this.getAll<T>();',
'return await super.getAll<T>();',
{
isStatic: true,
isAsync: true,
Expand Down

0 comments on commit a745c73

Please sign in to comment.