@tma.js/init-data-node 2.0.1 → 2.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +11 -11
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  [docs-badge]: https://img.shields.io/badge/documentation-blue?logo=gitbook&logoColor=white
6
6
 
7
- [code-link]: https://github.com/Telegram-Mini-Apps/telegram-apps/tree/master/tma.js/init-data-node
7
+ [code-link]: https://github.com/Telegram-Mini-Apps/tma.js/tree/master/tma.js/init-data-node
8
8
 
9
9
  [docs-link]: https://docs.telegram-mini-apps.com/packages/tma-js-init-data-node
10
10
 
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@tma.js/init-data-node",
3
- "version": "2.0.1",
3
+ "version": "2.0.3",
4
4
  "description": "TypeScript Node library to operate with Telegram init data.",
5
5
  "author": "Vladislav Kibenko <wolfram.deus@gmail.com>",
6
- "homepage": "https://github.com/Telegram-Mini-Apps/telegram-apps#readme",
6
+ "homepage": "https://github.com/Telegram-Mini-Apps/tma.js#readme",
7
7
  "repository": {
8
8
  "type": "git",
9
- "url": "git@github.com:Telegram-Mini-Apps/telegram-apps.git",
10
- "directory": "tma.js/init-data-node"
9
+ "url": "git@github.com:Telegram-Mini-Apps/tma.js.git",
10
+ "directory": "packages/init-data-node"
11
11
  },
12
12
  "bugs": {
13
- "url": "https://github.com/Telegram-Mini-Apps/telegram-apps/issues"
13
+ "url": "https://github.com/Telegram-Mini-Apps/tma.js/issues"
14
14
  },
15
15
  "keywords": [
16
16
  "telegram-mini-apps",
@@ -43,8 +43,8 @@
43
43
  },
44
44
  "devDependencies": {
45
45
  "@types/node": "^22.9.0",
46
- "tsconfig": "0.0.2",
47
- "test-utils": "0.0.1"
46
+ "test-utils": "0.0.1",
47
+ "tsconfig": "0.0.2"
48
48
  },
49
49
  "publishConfig": {
50
50
  "access": "public"
@@ -53,13 +53,13 @@
53
53
  "better-promises": "^1.0.0",
54
54
  "error-kid": "^1.0.2",
55
55
  "fp-ts": "^2.16.11",
56
- "@tma.js/types": "^1.0.0",
57
- "@tma.js/transformers": "^1.0.1",
58
- "@tma.js/toolkit": "^1.0.1"
56
+ "@tma.js/toolkit": "^1.0.2",
57
+ "@tma.js/transformers": "^1.1.1",
58
+ "@tma.js/types": "^1.0.2"
59
59
  },
60
60
  "scripts": {
61
61
  "test": "vitest --run",
62
- "lint": "cd ../.. && eslint tma.js/init-data-node/src --ignore-pattern **/*.test.ts",
62
+ "lint": "eslint src",
63
63
  "lint:fix": "pnpm run lint --fix",
64
64
  "typecheck": "tsc --noEmit",
65
65
  "build:node": "vite build --ssr src/entries/node.ts",