Skip to content

Commit

Permalink
update types from generic compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardo-devis-agullo committed Jan 5, 2024
1 parent 9893c6c commit fbcf4db
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions packages/oc-generic-template-compiler/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ type OcOptions = {
template: {
src: string;
type: string;
externals?: Array<{
name: string;
global: string | string[];
url: string;
}>;
};
static: string[];
};
Expand Down
2 changes: 1 addition & 1 deletion packages/oc-generic-template-compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oc-generic-template-compiler",
"version": "2.1.3",
"version": "2.1.4",
"description": "OC-Generic-Template-Compiler",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit fbcf4db

Please sign in to comment.