@xylabs/sdk-js 2.12.28 → 2.12.30

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 +11 -2
  2. package/package.json +25 -25
package/README.md CHANGED
@@ -41,8 +41,17 @@ yarn add @xylabs/sdk-js
41
41
 
42
42
  ## Scripts
43
43
 
44
- See [ts-scripts](https://github.com/xylabs/ts-scripts/blob/main/README.md)
45
- for list of shared scripts.
44
+ Using npm:
45
+
46
+ ```sh
47
+ npm xy --help
48
+ ```
49
+
50
+ Using yarn:
51
+
52
+ ```sh
53
+ yarn xy --help
54
+ ```
46
55
 
47
56
  ## Maintainers
48
57
 
package/package.json CHANGED
@@ -39,23 +39,23 @@
39
39
  "esm"
40
40
  ],
41
41
  "dependencies": {
42
- "@xylabs/api": "~2.12.28",
43
- "@xylabs/array": "~2.12.28",
44
- "@xylabs/assert": "~2.12.28",
45
- "@xylabs/bignumber": "~2.12.28",
46
- "@xylabs/buffer": "~2.12.28",
47
- "@xylabs/crypto": "~2.12.28",
48
- "@xylabs/decimal-precision": "~2.12.28",
49
- "@xylabs/delay": "~2.12.28",
50
- "@xylabs/eth-address": "~2.12.28",
51
- "@xylabs/exists": "~2.12.28",
52
- "@xylabs/forget": "~2.12.28",
53
- "@xylabs/log": "~2.12.28",
54
- "@xylabs/platform": "~2.12.28",
55
- "@xylabs/promise": "~2.12.28",
56
- "@xylabs/set": "~2.12.28",
57
- "@xylabs/static-implements": "~2.12.28",
58
- "@xylabs/url": "~2.12.28"
42
+ "@xylabs/api": "~2.12.30",
43
+ "@xylabs/array": "~2.12.30",
44
+ "@xylabs/assert": "~2.12.30",
45
+ "@xylabs/bignumber": "~2.12.30",
46
+ "@xylabs/buffer": "~2.12.30",
47
+ "@xylabs/crypto": "~2.12.30",
48
+ "@xylabs/decimal-precision": "~2.12.30",
49
+ "@xylabs/delay": "~2.12.30",
50
+ "@xylabs/eth-address": "~2.12.30",
51
+ "@xylabs/exists": "~2.12.30",
52
+ "@xylabs/forget": "~2.12.30",
53
+ "@xylabs/log": "~2.12.30",
54
+ "@xylabs/platform": "~2.12.30",
55
+ "@xylabs/promise": "~2.12.30",
56
+ "@xylabs/set": "~2.12.30",
57
+ "@xylabs/static-implements": "~2.12.30",
58
+ "@xylabs/url": "~2.12.30"
59
59
  },
60
60
  "devDependencies": {
61
61
  "@babel/core": "^7.23.2",
@@ -64,13 +64,13 @@
64
64
  "@types/jest": "^29.5.5",
65
65
  "@types/mocha": "^10.0.2",
66
66
  "@types/supertest": "^2.0.14",
67
- "@typescript-eslint/eslint-plugin": "^6.7.5",
68
- "@typescript-eslint/parser": "^6.7.5",
69
- "@xylabs/config": "^3.1.11",
70
- "@xylabs/eslint-config": "^3.1.11",
71
- "@xylabs/ts-scripts-yarn3": "^3.1.11",
72
- "@xylabs/tsconfig": "^3.1.11",
73
- "@xylabs/tsconfig-jest": "^3.1.11",
67
+ "@typescript-eslint/eslint-plugin": "^6.8.0",
68
+ "@typescript-eslint/parser": "^6.8.0",
69
+ "@xylabs/config": "^3.1.12",
70
+ "@xylabs/eslint-config": "^3.1.12",
71
+ "@xylabs/ts-scripts-yarn3": "^3.1.12",
72
+ "@xylabs/tsconfig": "^3.1.12",
73
+ "@xylabs/tsconfig-jest": "^3.1.12",
74
74
  "babel-jest": "^29.7.0",
75
75
  "depcheck": "^1.4.6",
76
76
  "eslint": "^8.51.0",
@@ -93,7 +93,7 @@
93
93
  "url": "https://github.com/xylabs/sdk-js.git"
94
94
  },
95
95
  "sideEffects": false,
96
- "version": "2.12.28",
96
+ "version": "2.12.30",
97
97
  "packageManager": "yarn@3.6.3",
98
98
  "engines": {
99
99
  "node": ">=18.17.1"