@pioneer-platform/pioneer-balance 8.3.36 → 8.3.37

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 +15 -15
package/lib/index.js CHANGED
@@ -29,8 +29,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
29
29
  });
30
30
  };
31
31
  var __generator = (this && this.__generator) || function (thisArg, body) {
32
- var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
33
- return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
32
+ 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);
33
+ return g.next = verb(0), g["throw"] = verb(1), g["return"] = verb(2), typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
34
34
  function verb(n) { return function (v) { return step([n, v]); }; }
35
35
  function step(op) {
36
36
  if (f) throw new TypeError("Generator is already executing.");
package/package.json CHANGED
@@ -1,27 +1,27 @@
1
1
  {
2
2
  "name": "@pioneer-platform/pioneer-balance",
3
- "version": "8.3.36",
3
+ "version": "8.3.37",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/main.d.ts",
6
- "scripts": {
7
- "npm": "npm i",
8
- "test": "npm run build && node __tests__/test-module.js",
9
- "lint": "prettier --write '**/**/*.ts'",
10
- "dev": "npm run build && npm run test",
11
- "build": "tsc -p .",
12
- "build:watch": "npm run build && onchange 'src/**/*.ts' -- npm run build",
13
- "prepublish": "npm run build",
14
- "refresh": "rm -rf ./node_modules ./package-lock.json && npm install"
15
- },
16
6
  "dependencies": {
17
7
  "@pioneer-platform/pioneer-caip": "^9.2.34",
18
- "@pioneer-platform/pioneer-network": "^8.3.28",
8
+ "@pioneer-platform/pioneer-network": "^8.3.37",
19
9
  "@types/node": "^18.15.11",
20
10
  "events": "^3.3.0",
21
11
  "socket.io-client": "^4.5.4",
22
12
  "ts-node": "^8.10.2",
23
- "typescript": "^5.0.2",
13
+ "typescript": "^5.0.4",
24
14
  "wait-promise": "^0.4.1"
25
15
  },
26
- "gitHead": "a76012f6693a12181c4744e53e977a9eaeef0ed3"
27
- }
16
+ "gitHead": "a76012f6693a12181c4744e53e977a9eaeef0ed3",
17
+ "scripts": {
18
+ "npm": "pnpm i",
19
+ "test": "pnpm run build && node __tests__/test-module.js",
20
+ "lint": "prettier --write '**/**/*.ts'",
21
+ "dev": "pnpm run build && pnpm run test",
22
+ "build": "tsc -p .",
23
+ "build:watch": "pnpm run build && onchange 'src/**/*.ts' -- pnpm run build",
24
+ "prepublish": "pnpm run build",
25
+ "refresh": "rm -rf ./node_modules ./package-lock.json && pnpm install"
26
+ }
27
+ }