@xylabs/sdk-js 5.0.89 → 5.0.91

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 (1) hide show
  1. package/package.json +52 -48
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xylabs/sdk-js",
3
- "version": "5.0.89",
3
+ "version": "5.0.91",
4
4
  "description": "Base functionality used throughout XY Labs TypeScript/JavaScript libraries",
5
5
  "keywords": [
6
6
  "xylabs",
@@ -38,72 +38,76 @@
38
38
  "dist",
39
39
  "!**/*.bench.*",
40
40
  "!**/*.spec.*",
41
- "!**/*.test.*"
41
+ "!**/*.test.*",
42
+ "README.md"
42
43
  ],
43
44
  "workspaces": [
44
45
  "packages/**/*"
45
46
  ],
46
- "scripts": {
47
- "build-typedoc-site": "xy gen-docs @xylabs/sdk-js",
48
- "readme:gen": "node scripts/readme-gen.mjs",
49
- "test": "vitest run"
50
- },
51
47
  "dependencies": {
52
- "@xylabs/api": "~5.0.89",
53
- "@xylabs/array": "~5.0.89",
54
- "@xylabs/arraybuffer": "~5.0.89",
55
- "@xylabs/assert": "~5.0.89",
56
- "@xylabs/axios": "~5.0.89",
57
- "@xylabs/base": "~5.0.89",
58
- "@xylabs/bignumber": "~5.0.89",
59
- "@xylabs/buffer": "~5.0.89",
60
- "@xylabs/creatable": "~5.0.89",
61
- "@xylabs/decimal-precision": "~5.0.89",
62
- "@xylabs/delay": "~5.0.89",
63
- "@xylabs/enum": "~5.0.89",
64
- "@xylabs/error": "~5.0.89",
65
- "@xylabs/eth-address": "~5.0.89",
66
- "@xylabs/events": "~5.0.89",
67
- "@xylabs/exists": "~5.0.89",
68
- "@xylabs/forget": "~5.0.89",
69
- "@xylabs/function-name": "~5.0.89",
70
- "@xylabs/hex": "~5.0.89",
71
- "@xylabs/log": "~5.0.89",
72
- "@xylabs/logger": "~5.0.89",
73
- "@xylabs/object": "~5.0.89",
74
- "@xylabs/platform": "~5.0.89",
75
- "@xylabs/profile": "~5.0.89",
76
- "@xylabs/promise": "~5.0.89",
77
- "@xylabs/retry": "~5.0.89",
78
- "@xylabs/set": "~5.0.89",
79
- "@xylabs/static-implements": "~5.0.89",
80
- "@xylabs/storage": "~5.0.89",
81
- "@xylabs/telemetry": "~5.0.89",
82
- "@xylabs/telemetry-exporter": "~5.0.89",
83
- "@xylabs/timer": "~5.0.89",
84
- "@xylabs/typeof": "~5.0.89",
85
- "@xylabs/url": "~5.0.89",
86
- "@xylabs/zod": "^5.0.89"
48
+ "@xylabs/api": "~5.0.90",
49
+ "@xylabs/array": "~5.0.90",
50
+ "@xylabs/arraybuffer": "~5.0.90",
51
+ "@xylabs/assert": "~5.0.90",
52
+ "@xylabs/axios": "~5.0.90",
53
+ "@xylabs/base": "~5.0.90",
54
+ "@xylabs/bignumber": "~5.0.90",
55
+ "@xylabs/buffer": "~5.0.90",
56
+ "@xylabs/creatable": "~5.0.90",
57
+ "@xylabs/decimal-precision": "~5.0.90",
58
+ "@xylabs/delay": "~5.0.90",
59
+ "@xylabs/enum": "~5.0.90",
60
+ "@xylabs/error": "~5.0.90",
61
+ "@xylabs/eth-address": "~5.0.90",
62
+ "@xylabs/events": "~5.0.90",
63
+ "@xylabs/exists": "~5.0.90",
64
+ "@xylabs/forget": "~5.0.90",
65
+ "@xylabs/function-name": "~5.0.90",
66
+ "@xylabs/hex": "~5.0.90",
67
+ "@xylabs/log": "~5.0.90",
68
+ "@xylabs/logger": "~5.0.90",
69
+ "@xylabs/object": "~5.0.90",
70
+ "@xylabs/platform": "~5.0.90",
71
+ "@xylabs/profile": "~5.0.90",
72
+ "@xylabs/promise": "~5.0.90",
73
+ "@xylabs/retry": "~5.0.90",
74
+ "@xylabs/set": "~5.0.90",
75
+ "@xylabs/static-implements": "~5.0.90",
76
+ "@xylabs/storage": "~5.0.90",
77
+ "@xylabs/telemetry": "~5.0.90",
78
+ "@xylabs/telemetry-exporter": "~5.0.90",
79
+ "@xylabs/timer": "~5.0.90",
80
+ "@xylabs/typeof": "~5.0.90",
81
+ "@xylabs/url": "~5.0.90",
82
+ "@xylabs/zod": "^5.0.90"
87
83
  },
88
84
  "devDependencies": {
89
- "@xylabs/ts-scripts-yarn3": "~7.4.28",
90
- "@xylabs/tsconfig": "~7.4.28",
91
- "typescript": "~5.9.3",
85
+ "@types/node": "*",
86
+ "@xylabs/ts-scripts-common": "~7.6.2",
87
+ "@xylabs/ts-scripts-pnpm": "~7.6.2",
88
+ "@xylabs/tsconfig": "~7.6.2",
89
+ "typescript": "^5",
92
90
  "zod": "^4.3.6"
93
91
  },
94
92
  "peerDependencies": {
93
+ "@opentelemetry/api": "^1",
94
+ "axios": "^1",
95
95
  "zod": "^4"
96
96
  },
97
- "packageManager": "yarn@4.12.0",
98
97
  "engines": {
99
98
  "node": ">=18.17.1"
100
99
  },
101
100
  "engineStrict": true,
102
101
  "volta": {
103
102
  "node": "22.3.0",
104
- "yarn": "1.22.19"
103
+ "pnpm": "10.12.1"
105
104
  },
106
105
  "publishConfig": {
107
106
  "access": "public"
107
+ },
108
+ "scripts": {
109
+ "build-typedoc-site": "xy gen-docs @xylabs/sdk-js",
110
+ "readme:gen": "node scripts/readme-gen.mjs",
111
+ "test": "vitest run"
108
112
  }
109
- }
113
+ }