Merge branch 'master' into sqlite-abstract

This commit is contained in:
alina 🌸 2024-03-23 19:56:59 +03:00
commit bcbf0d6b8c
Signed by: teidesu
SSH key fingerprint: SHA256:uNeCpw6aTSU4aIObXLvHfLkDa82HWH9EiOj9AXOIRpI
25 changed files with 24 additions and 27 deletions

View file

@ -273,7 +273,7 @@ module.exports = {
}, },
}, },
{ {
files: ['e2e/**', 'packages/node/**'], files: ['e2e/**', 'packages/node/**', 'packages/bun/**'],
rules: { rules: {
'no-restricted-globals': 'off', 'no-restricted-globals': 'off',
}, },

View file

@ -1,6 +1,6 @@
inputs: inputs:
bun-version: bun-version:
default: '1.0.25' default: '1.0.32'
runs: runs:
using: 'composite' using: 'composite'

View file

@ -1,4 +1,4 @@
Copyright 2023 Alina Sireneva Copyright 2023 alina sireneva
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

View file

@ -4,7 +4,7 @@
"version": "0.8.2", "version": "0.8.2",
"description": "Type-safe library for MTProto (Telegram API) for browser and NodeJS", "description": "Type-safe library for MTProto (Telegram API) for browser and NodeJS",
"license": "MIT", "license": "MIT",
"author": "Alina Sireneva <alina@tei.su>", "author": "alina sireneva <alina@tei.su>",
"workspaces": [ "workspaces": [
"packages/*" "packages/*"
], ],

View file

@ -1 +1 @@
/Users/teidesu/Projects/mtcute/packages/node/src/common-internals-node ../../node/src/common-internals-node

View file

@ -3,7 +3,7 @@
"private": true, "private": true,
"version": "0.8.0", "version": "0.8.0",
"description": "Cross-library session conversion utilities", "description": "Cross-library session conversion utilities",
"author": "Alina Sireneva <alina@tei.su>", "author": "alina sireneva <alina@tei.su>",
"license": "MIT", "license": "MIT",
"main": "src/index.ts", "main": "src/index.ts",
"type": "module", "type": "module",

View file

@ -3,7 +3,7 @@
"private": true, "private": true,
"version": "0.8.0", "version": "0.8.0",
"description": "Type-safe library for MTProto (Telegram API)", "description": "Type-safe library for MTProto (Telegram API)",
"author": "Alina Sireneva <alina@tei.su>", "author": "alina sireneva <alina@tei.su>",
"license": "MIT", "license": "MIT",
"main": "src/index.ts", "main": "src/index.ts",
"type": "module", "type": "module",

View file

@ -3,7 +3,7 @@
"private": true, "private": true,
"version": "0.8.2", "version": "0.8.2",
"description": "Bot starter kit for mtcute", "description": "Bot starter kit for mtcute",
"author": "Alina Sireneva <alina@tei.su>", "author": "alina sireneva <alina@tei.su>",
"license": "MIT", "license": "MIT",
"type": "module", "type": "module",
"scripts": { "scripts": {

View file

@ -2,7 +2,7 @@
"name": "@mtcute/crypto-node", "name": "@mtcute/crypto-node",
"version": "0.8.0", "version": "0.8.0",
"description": "Native crypto implementation for NodeJS", "description": "Native crypto implementation for NodeJS",
"author": "Alina Sireneva <alina@tei.su>", "author": "alina sireneva <alina@tei.su>",
"main": "src/index.ts", "main": "src/index.ts",
"private": true, "private": true,
"license": "MIT", "license": "MIT",

View file

@ -3,7 +3,7 @@
"private": true, "private": true,
"version": "0.8.0", "version": "0.8.0",
"description": "Updates dispatcher and bot framework for @mtcute/client", "description": "Updates dispatcher and bot framework for @mtcute/client",
"author": "Alina Sireneva <alina@tei.su>", "author": "alina sireneva <alina@tei.su>",
"license": "MIT", "license": "MIT",
"main": "src/index.ts", "main": "src/index.ts",
"type": "module", "type": "module",

View file

@ -3,7 +3,7 @@
"private": true, "private": true,
"version": "0.8.0", "version": "0.8.0",
"description": "Support for TDLib and Bot API file ID for mtcute", "description": "Support for TDLib and Bot API file ID for mtcute",
"author": "Alina Sireneva <alina@tei.su>", "author": "alina sireneva <alina@tei.su>",
"license": "MIT", "license": "MIT",
"main": "src/index.ts", "main": "src/index.ts",
"type": "module", "type": "module",

View file

@ -3,7 +3,7 @@
"private": true, "private": true,
"version": "0.8.0", "version": "0.8.0",
"description": "HTML entities parser for mtcute", "description": "HTML entities parser for mtcute",
"author": "Alina Sireneva <alina@tei.su>", "author": "alina sireneva <alina@tei.su>",
"license": "MIT", "license": "MIT",
"main": "src/index.ts", "main": "src/index.ts",
"type": "module", "type": "module",

View file

@ -3,7 +3,7 @@
"private": true, "private": true,
"version": "0.8.0", "version": "0.8.0",
"description": "HTTP(S) proxy support for mtcute", "description": "HTTP(S) proxy support for mtcute",
"author": "Alina Sireneva <alina@tei.su>", "author": "alina sireneva <alina@tei.su>",
"license": "MIT", "license": "MIT",
"main": "index.ts", "main": "index.ts",
"type": "module", "type": "module",

View file

@ -3,7 +3,7 @@
"private": true, "private": true,
"version": "0.8.0", "version": "0.8.0",
"description": "I18n for mtcute", "description": "I18n for mtcute",
"author": "Alina Sireneva <alina@tei.su>", "author": "alina sireneva <alina@tei.su>",
"license": "MIT", "license": "MIT",
"main": "src/index.ts", "main": "src/index.ts",
"type": "module", "type": "module",

View file

@ -3,7 +3,7 @@
"private": true, "private": true,
"version": "0.8.0", "version": "0.8.0",
"description": "Markdown entities parser for mtcute", "description": "Markdown entities parser for mtcute",
"author": "Alina Sireneva <alina@tei.su>", "author": "alina sireneva <alina@tei.su>",
"license": "MIT", "license": "MIT",
"main": "src/index.ts", "main": "src/index.ts",
"type": "module", "type": "module",

View file

@ -3,7 +3,7 @@
"private": true, "private": true,
"version": "0.8.0", "version": "0.8.0",
"description": "MTProto proxy (MTProxy) support for mtcute", "description": "MTProto proxy (MTProxy) support for mtcute",
"author": "Alina Sireneva <alina@tei.su>", "author": "alina sireneva <alina@tei.su>",
"license": "MIT", "license": "MIT",
"main": "index.ts", "main": "index.ts",
"type": "module", "type": "module",

View file

@ -3,7 +3,7 @@
"private": true, "private": true,
"version": "0.8.0", "version": "0.8.0",
"description": "Meta-package for Node.js", "description": "Meta-package for Node.js",
"author": "Alina Sireneva <alina@tei.su>", "author": "alina sireneva <alina@tei.su>",
"license": "MIT", "license": "MIT",
"main": "src/index.ts", "main": "src/index.ts",
"type": "module", "type": "module",

View file

@ -3,7 +3,7 @@
"private": true, "private": true,
"version": "0.8.0", "version": "0.8.0",
"description": "SOCKS4/5 proxy support for mtcute", "description": "SOCKS4/5 proxy support for mtcute",
"author": "Alina Sireneva <alina@tei.su>", "author": "alina sireneva <alina@tei.su>",
"license": "MIT", "license": "MIT",
"main": "index.ts", "main": "index.ts",
"type": "module", "type": "module",

View file

@ -3,7 +3,7 @@
"private": true, "private": true,
"version": "0.8.0", "version": "0.8.0",
"description": "Test utilities for mtcute", "description": "Test utilities for mtcute",
"author": "Alina Sireneva <alina@tei.su>", "author": "alina sireneva <alina@tei.su>",
"license": "MIT", "license": "MIT",
"main": "src/index.ts", "main": "src/index.ts",
"type": "module", "type": "module",

View file

@ -3,7 +3,7 @@
"private": true, "private": true,
"version": "0.8.0", "version": "0.8.0",
"description": "Runtime for TL", "description": "Runtime for TL",
"author": "Alina Sireneva <alina@tei.su>", "author": "alina sireneva <alina@tei.su>",
"license": "MIT", "license": "MIT",
"type": "module", "type": "module",
"sideEffects": false, "sideEffects": false,

View file

@ -3,7 +3,7 @@
"private": true, "private": true,
"version": "0.8.0", "version": "0.8.0",
"description": "Utils for working with TL schema", "description": "Utils for working with TL schema",
"author": "Alina Sireneva <alina@tei.su>", "author": "alina sireneva <alina@tei.su>",
"license": "MIT", "license": "MIT",
"main": "src/index.ts", "main": "src/index.ts",
"type": "module", "type": "module",

View file

@ -3,7 +3,7 @@
"version": "176.0.0", "version": "176.0.0",
"description": "TL schema used for mtcute", "description": "TL schema used for mtcute",
"main": "index.js", "main": "index.js",
"author": "Alina Sireneva <alina@tei.su>", "author": "alina sireneva <alina@tei.su>",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
"test": "tsc --noEmit --esModuleInterop tests/types.ts", "test": "tsc --noEmit --esModuleInterop tests/types.ts",

View file

@ -3,7 +3,7 @@
"private": true, "private": true,
"version": "0.8.0", "version": "0.8.0",
"description": "WASM implementation of common algorithms used in Telegram", "description": "WASM implementation of common algorithms used in Telegram",
"author": "Alina Sireneva <alina@tei.su>", "author": "alina sireneva <alina@tei.su>",
"license": "MIT", "license": "MIT",
"main": "src/index.ts", "main": "src/index.ts",
"type": "module", "type": "module",

View file

@ -3,7 +3,7 @@
"private": true, "private": true,
"version": "0.8.0", "version": "0.8.0",
"description": "Meta-package for the web platform", "description": "Meta-package for the web platform",
"author": "Alina Sireneva <alina@tei.su>", "author": "alina sireneva <alina@tei.su>",
"license": "MIT", "license": "MIT",
"main": "src/index.ts", "main": "src/index.ts",
"type": "module", "type": "module",

View file

@ -316,9 +316,6 @@ importers:
'@types/better-sqlite3': '@types/better-sqlite3':
specifier: 7.6.4 specifier: 7.6.4
version: 7.6.4 version: 7.6.4
'@types/node':
specifier: 20.10.0
version: 20.10.0
packages/socks-proxy: packages/socks-proxy:
dependencies: dependencies: