re-gen plugin-runtime-types

This commit is contained in:
Gregory Schier
2024-09-06 06:26:05 -07:00
parent 74edadf7c4
commit 167a446ad8
4 changed files with 1 additions and 8 deletions

View File

@@ -1,2 +1 @@
lib
node_modules

View File

@@ -1,6 +1,6 @@
{
"name": "@yaakapp/api",
"version": "0.1.13",
"version": "0.1.14",
"main": "lib/index.js",
"typings": "./lib/index.d.ts",
"files": [

View File

@@ -1,3 +0,0 @@
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
export type RenderRequest = { template: string, };

View File

@@ -1,3 +0,0 @@
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
export type RenderResponse = { rendered: string, };