@pioneer-platform/pioneer-router 8.4.104 → 8.4.105

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/lib/index.js +2 -2
  2. package/package.json +13 -11
package/lib/index.js CHANGED
@@ -48,8 +48,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
48
48
  });
49
49
  };
50
50
  var __generator = (this && this.__generator) || function (thisArg, body) {
51
- var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
52
- return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
51
+ var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype);
52
+ return g.next = verb(0), g["throw"] = verb(1), g["return"] = verb(2), typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
53
53
  function verb(n) { return function (v) { return step([n, v]); }; }
54
54
  function step(op) {
55
55
  if (f) throw new TypeError("Generator is already executing.");
package/package.json CHANGED
@@ -1,27 +1,29 @@
1
1
  {
2
2
  "name": "@pioneer-platform/pioneer-router",
3
- "version": "8.4.104",
3
+ "version": "8.4.105",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "scripts": {
7
- "npm": "npm i",
8
- "npm-update": "npm update",
9
- "test": "npm run build && node __tests__/test-module.js",
10
- "test-cli-export": "npm run build && node __tests__/reference-test-cli-export.js",
7
+ "npm": "pnpm i",
8
+ "npm-update": "pnpm update",
9
+ "test": "pnpm run build && node __tests__/test-module.js",
10
+ "test-cli-export": "pnpm run build && node __tests__/reference-test-cli-export.js",
11
11
  "lint": "prettier --write '**/**/*.ts'",
12
12
  "start": "nodemon --watch 'src/**/*.ts' --exec ts-node __tests__node",
13
13
  "build": "tsc -p .",
14
- "prepublish": "npm run build",
15
- "refresh": "rm -rf ./node_modules ./package-lock.json && npm install",
14
+ "prepublish": "pnpm run build",
15
+ "refresh": "rm -rf ./node_modules ./package-lock.json && pnpm install",
16
16
  "test-jest": "jest --coverage",
17
17
  "test:watch": "jest --coverage --watchAll",
18
- "build:watch": "onchange 'src/**/*.ts' -- npm run build",
18
+ "build:watch": "onchange 'src/**/*.ts' -- pnpm run build",
19
19
  "view:coverage": "serve coverage/lcov-report",
20
20
  "clean": "rm -rf coverage src/**/*.js src/**/*.map lib node_modules"
21
21
  },
22
22
  "dependencies": {
23
+ "@coinmasters/types": "^4.10.2",
23
24
  "@pioneer-platform/chainflip-client": "^0.0.10",
24
25
  "@pioneer-platform/changelly-client": "^8.3.20",
26
+ "@pioneer-platform/loggerdog": "^8.3.1",
25
27
  "@pioneer-platform/mayachain-client": "^0.0.37",
26
28
  "@pioneer-platform/osmosis-client": "^0.0.16",
27
29
  "@pioneer-platform/pioneer-caip": "^9.2.34",
@@ -36,14 +38,14 @@
36
38
  },
37
39
  "devDependencies": {
38
40
  "@types/jest": "^25.2.3",
39
- "@types/node": "^13.13.39",
41
+ "@types/node": "^18.16.0",
40
42
  "@types/source-map-support": "^0.5.3",
41
43
  "jest": "^26.6.3",
42
44
  "onchange": "^7.1.0",
43
45
  "serve": "^11.3.2",
44
46
  "source-map-support": "^0.5.19",
45
47
  "ts-jest": "^29.0.5",
46
- "typescript": "^5.0.2"
48
+ "typescript": "^5.0.4"
47
49
  },
48
50
  "gitHead": "a76012f6693a12181c4744e53e977a9eaeef0ed3"
49
- }
51
+ }