diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 6d93f9b..68b9b1f 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@design.estate/dees-domtools', - version: '2.0.42', + version: '2.0.43', description: 'tools to simplify complex css structures' } diff --git a/ts/index.ts b/ts/index.ts index f0c9063..6cd3cd2 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -19,4 +19,5 @@ export const plugins = { smartstate: allPlugins.smartstate, smartrx: allPlugins.smartrx, smarturl: allPlugins.smarturl, + typedrequest: allPlugins.typedrequest, };