Compare commits
No commits in common. "8faac75d000e52b757362f27be256a1556ee5625" and "1d12f807c2dd381c8b4dee226e05256f7d6edfe3" have entirely different histories.
8faac75d00
...
1d12f807c2
3 changed files with 0 additions and 37 deletions
|
@ -1,7 +1,3 @@
|
|||
import { writeFile } from 'node:fs/promises'
|
||||
import { fileURLToPath } from 'node:url'
|
||||
import { asNonNull } from '@fuman/utils'
|
||||
|
||||
/** @type {import('@fuman/build').RootConfig} */
|
||||
export default {
|
||||
jsr: {
|
||||
|
@ -53,18 +49,6 @@ export default {
|
|||
'typedoc.cjs',
|
||||
'{scripts,dist,tests,private}/**',
|
||||
],
|
||||
beforeReleaseCommit: async (packages) => {
|
||||
const OUT_FILE = fileURLToPath(new URL('./latest-versions.json', import.meta.url))
|
||||
|
||||
const versions = {}
|
||||
|
||||
for (const { json, root } of packages) {
|
||||
if (root) continue
|
||||
versions[asNonNull(json.name)] = asNonNull(json.version)
|
||||
}
|
||||
|
||||
await writeFile(OUT_FILE, JSON.stringify(versions, null, 4))
|
||||
},
|
||||
},
|
||||
typedoc: {
|
||||
excludePackages: [
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
export * from './convert.js'
|
||||
export * from './parse.js'
|
||||
export * from './serialize.js'
|
||||
export * from './store-session.js'
|
||||
export * from './types.js'
|
||||
|
|
|
@ -1,20 +0,0 @@
|
|||
{
|
||||
"@mtcute/bun": "0.19.3",
|
||||
"@mtcute/convert": "0.19.3",
|
||||
"@mtcute/core": "0.19.3",
|
||||
"@mtcute/create-bot": "0.19.0",
|
||||
"@mtcute/crypto-node": "0.19.0",
|
||||
"@mtcute/dispatcher": "0.19.1",
|
||||
"@mtcute/deno": "0.19.3",
|
||||
"@mtcute/file-id": "0.19.0",
|
||||
"@mtcute/html-parser": "0.19.0",
|
||||
"@mtcute/i18n": "0.19.0",
|
||||
"@mtcute/markdown-parser": "0.19.0",
|
||||
"@mtcute/node": "0.19.3",
|
||||
"@mtcute/test": "0.19.3",
|
||||
"@mtcute/tl-utils": "0.19.0",
|
||||
"@mtcute/tl-runtime": "0.19.0",
|
||||
"@mtcute/tl": "196.0.0",
|
||||
"@mtcute/wasm": "0.19.0",
|
||||
"@mtcute/web": "0.19.3"
|
||||
}
|
Loading…
Reference in a new issue