@pioneer-platform/mayachain-client 0.0.37 → 0.1.1

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.
package/CHANGELOG.md ADDED
@@ -0,0 +1,26 @@
1
+ # @pioneer-platform/mayachain-client
2
+
3
+ ## 0.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Automated patch version bump for all packages
8
+ - Updated dependencies
9
+ - @pioneer-platform/maya-network@8.4.1
10
+ - @pioneer-platform/loggerdog@8.4.1
11
+ - @pioneer-platform/pioneer-coins@9.4.1
12
+ - @pioneer-platform/pioneer-caip@9.3.1
13
+
14
+ ## 0.1.0
15
+
16
+ ### Minor Changes
17
+
18
+ - Release: minor version bump for all packages
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies
23
+ - @pioneer-platform/maya-network@8.4.0
24
+ - @pioneer-platform/loggerdog@8.4.0
25
+ - @pioneer-platform/pioneer-coins@9.4.0
26
+ - @pioneer-platform/pioneer-caip@9.3.0
package/package.json CHANGED
@@ -1,35 +1,35 @@
1
1
  {
2
2
  "name": "@pioneer-platform/mayachain-client",
3
- "version": "0.0.37",
3
+ "version": "0.1.1",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "dependencies": {
7
- "@pioneer-platform/loggerdog": "^8.3.1",
8
- "@pioneer-platform/maya-network": "^8.3.9",
9
- "@pioneer-platform/pioneer-caip": "^9.2.34",
10
- "@pioneer-platform/pioneer-coins": "^9.2.24",
11
- "axios": "^1.3.4",
7
+ "@pioneer-platform/loggerdog": "^8.4.1",
8
+ "@pioneer-platform/maya-network": "^8.4.1",
9
+ "@pioneer-platform/pioneer-caip": "^9.3.1",
10
+ "@pioneer-platform/pioneer-coins": "^9.4.1",
11
+ "axios": "^1.6.0",
12
12
  "dotenv": "^8.2.0",
13
13
  "rango-sdk": "^0.1.45",
14
14
  "uuidv4": "^6.2.13",
15
15
  "web3": "1.10.3"
16
16
  },
17
17
  "scripts": {
18
- "npm": "npm i",
19
- "test": "npm run build && node __tests__/test-module.js",
18
+ "npm": "pnpm i",
19
+ "test": "pnpm run build && node __tests__/test-module.js",
20
20
  "build": "tsc -p .",
21
- "prepublish": "npm run build",
22
- "refresh": "rm -rf ./node_modules ./package-lock.json && npm install"
21
+ "prepublish": "pnpm run build",
22
+ "refresh": "rm -rf ./node_modules ./package-lock.json && pnpm install"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@types/jest": "^25.2.3",
26
- "@types/node": "^13.13.21",
26
+ "@types/node": "^18.16.0",
27
27
  "@types/source-map-support": "^0.5.3",
28
28
  "jest": "^26.4.2",
29
29
  "onchange": "^7.0.2",
30
30
  "serve": "^11.3.2",
31
31
  "ts-jest": "^29.0.5",
32
- "typescript": "^5.0.2"
32
+ "typescript": "^5.0.4"
33
33
  },
34
- "gitHead": "e4a7114f00103ee48533c369dba4a02021ddcbe4"
35
- }
34
+ "gitHead": "a76012f6693a12181c4744e53e977a9eaeef0ed3"
35
+ }