@xylabs/sdk-js 4.7.15 → 4.8.0

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.
@@ -0,0 +1,12 @@
1
+ [![logo][logo]](https://xylabs.com)
2
+
3
+ [![Build](https://img.shields.io/github/actions/workflow/status/xylabs/sdk-react/build.yml?label=sdk-react)](https://github.com/xylabs/sdk-react/actions)
4
+ [![Build](https://img.shields.io/github/actions/workflow/status/xylabs/sdk-js/build.yml?label=sdk-js)](https://github.com/xylabs/sdk-js/actions)
5
+ [![Build](https://img.shields.io/github/actions/workflow/status/xylabs/config/build-main.yml?label=config)](https://github.com/xylabs/config/actions)
6
+ [![Build](https://img.shields.io/github/actions/workflow/status/xylabs/sdk-meta-server-nodejs/build-main.yml?label=sdk-meta-server-nodejs)](https://github.com/xylabs/sdk-meta-server-nodejs/actions)
7
+
8
+ ## Credits
9
+
10
+ [Made with 🔥 and ❄️ by XY Labs](https://xylabs.com)
11
+
12
+ [logo]: https://cdn.xy.company/img/brand/XYPersistentCompany_Logo_Icon_Colored.svg
package/eslint.config.mjs CHANGED
@@ -8,7 +8,7 @@ import {
8
8
  } from '@xylabs/eslint-config-flat'
9
9
 
10
10
  export default [
11
- { ignores: ['.yarn', 'dist', 'docs', 'eslint.config.mjs'] },
11
+ { ignores: ['.yarn', 'dist', 'docs', 'eslint.config.mjs', '**/dist', '**/docs', 'packages/threads', 'packages/threads-test'] },
12
12
  unicornConfig,
13
13
  workspacesConfig,
14
14
  rulesConfig,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xylabs/sdk-js",
3
- "version": "4.7.15",
3
+ "version": "4.8.0",
4
4
  "description": "Base functionality used throughout XY Labs TypeScript/JavaScript libraries",
5
5
  "keywords": [
6
6
  "xylabs",
@@ -46,51 +46,51 @@
46
46
  "uuid": "^11"
47
47
  },
48
48
  "dependencies": {
49
- "@xylabs/api": "^4.7.15",
50
- "@xylabs/array": "^4.7.15",
51
- "@xylabs/assert": "^4.7.15",
52
- "@xylabs/axios": "^4.7.15",
53
- "@xylabs/crypto": "^4.7.15",
54
- "@xylabs/decimal-precision": "^4.7.15",
55
- "@xylabs/delay": "^4.7.15",
56
- "@xylabs/error": "^4.7.15",
57
- "@xylabs/eth-address": "^4.7.15",
58
- "@xylabs/exists": "^4.7.15",
59
- "@xylabs/forget": "^4.7.15",
60
- "@xylabs/function-name": "^4.7.15",
61
- "@xylabs/hex": "^4.7.15",
62
- "@xylabs/log": "^4.7.15",
63
- "@xylabs/logger": "^4.7.15",
64
- "@xylabs/object": "^4.7.15",
65
- "@xylabs/platform": "^4.7.15",
66
- "@xylabs/profile": "^4.7.15",
67
- "@xylabs/promise": "^4.7.15",
68
- "@xylabs/retry": "^4.7.15",
69
- "@xylabs/set": "^4.7.15",
70
- "@xylabs/static-implements": "^4.7.15",
71
- "@xylabs/timer": "^4.7.15",
72
- "@xylabs/url": "^4.7.15"
49
+ "@xylabs/api": "^4.8.0",
50
+ "@xylabs/array": "^4.8.0",
51
+ "@xylabs/assert": "^4.8.0",
52
+ "@xylabs/axios": "^4.8.0",
53
+ "@xylabs/crypto": "^4.8.0",
54
+ "@xylabs/decimal-precision": "^4.8.0",
55
+ "@xylabs/delay": "^4.8.0",
56
+ "@xylabs/error": "^4.8.0",
57
+ "@xylabs/eth-address": "^4.8.0",
58
+ "@xylabs/exists": "^4.8.0",
59
+ "@xylabs/forget": "^4.8.0",
60
+ "@xylabs/function-name": "^4.8.0",
61
+ "@xylabs/hex": "^4.8.0",
62
+ "@xylabs/log": "^4.8.0",
63
+ "@xylabs/logger": "^4.8.0",
64
+ "@xylabs/object": "^4.8.0",
65
+ "@xylabs/platform": "^4.8.0",
66
+ "@xylabs/profile": "^4.8.0",
67
+ "@xylabs/promise": "^4.8.0",
68
+ "@xylabs/retry": "^4.8.0",
69
+ "@xylabs/set": "^4.8.0",
70
+ "@xylabs/static-implements": "^4.8.0",
71
+ "@xylabs/timer": "^4.8.0",
72
+ "@xylabs/url": "^4.8.0"
73
73
  },
74
74
  "devDependencies": {
75
- "@types/node": "^22.13.14",
76
- "@typescript-eslint/eslint-plugin": "^8.28.0",
77
- "@typescript-eslint/parser": "^8.28.0",
78
- "@xylabs/config": "^6.1.12",
79
- "@xylabs/eslint-config-flat": "^6.1.12",
80
- "@xylabs/ts-scripts-yarn3": "^6.1.12",
81
- "@xylabs/tsconfig": "^6.1.12",
82
- "@xylabs/tsconfig-dom": "^6.1.12",
75
+ "@types/node": "^22.14.0",
76
+ "@typescript-eslint/eslint-plugin": "^8.29.1",
77
+ "@typescript-eslint/parser": "^8.29.1",
78
+ "@xylabs/config": "^6.2.1",
79
+ "@xylabs/eslint-config-flat": "^6.2.1",
80
+ "@xylabs/ts-scripts-yarn3": "^6.2.1",
81
+ "@xylabs/tsconfig": "^6.2.1",
82
+ "@xylabs/tsconfig-dom": "^6.2.1",
83
83
  "dotenv": "^16.4.7",
84
- "eslint": "^9.23.0",
85
- "eslint-import-resolver-typescript": "^4.2.7",
84
+ "eslint": "^9.24.0",
85
+ "eslint-import-resolver-typescript": "^4.3.2",
86
86
  "jsdom": "^26.0.0",
87
- "knip": "^5.46.2",
87
+ "knip": "^5.47.0",
88
88
  "reflect-metadata": "^0.2.2",
89
89
  "ts-node": "^10.9.2",
90
- "typedoc": "^0.28.1",
91
- "typescript": "^5.8.2",
92
- "vite": "^6.2.3",
93
- "vitest": "^3.0.9"
90
+ "typedoc": "^0.28.2",
91
+ "typescript": "^5.8.3",
92
+ "vite": "^6.2.5",
93
+ "vitest": "^3.1.1"
94
94
  },
95
95
  "packageManager": "yarn@4.8.0",
96
96
  "engines": {