@toddledev/core
Advanced tools
Comparing version 0.0.2-alpha.3 to 0.0.2-alpha.4
@@ -157,2 +157,9 @@ "use strict"; | ||
for (const [metaKey, meta] of Object.entries(this.route?.info?.meta ?? {})) { | ||
yield* (0, formulaUtils_1.getFormulasInFormula)(meta.content, [ | ||
'route', | ||
'info', | ||
'meta', | ||
metaKey, | ||
'content', | ||
]); | ||
for (const [attrKey, a] of Object.entries(meta.attrs)) { | ||
@@ -159,0 +166,0 @@ yield* (0, formulaUtils_1.getFormulasInFormula)(a, [ |
{ | ||
"name": "@toddledev/core", | ||
"version": "0.0.2-alpha.3", | ||
"version": "0.0.2-alpha.4", | ||
"license": "Apache-2.0", | ||
@@ -16,12 +16,14 @@ "homepage": "https://github.com/toddledev/toddle", | ||
"build": "tsc", | ||
"typecheck": "tsc --noEmit --project tsconfig.json", | ||
"typecheck:watch": "tsc --noEmit -w --project tsconfig.json", | ||
"publish": "bun publish --access public", | ||
"test": "bun test", | ||
"test:watch": "bun test --watch", | ||
"test:debug": "bun test --watch --inspect-wait=localhost:6499/toddle" | ||
"test:debug": "bun test --watch --inspect-wait=localhost:6499/toddle", | ||
"typecheck": "tsc --noEmit", | ||
"watch": "tsc -w" | ||
}, | ||
"files": [ | ||
"dist" | ||
"dist", | ||
"src" | ||
], | ||
"main": "dist/index.js" | ||
} |
Sorry, the diff of this file is not supported yet
385427
145
8535