@xyo-network/sdk-js 3.12.0 → 3.12.2

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/knip.config.ts +1 -18
  2. package/package.json +11 -11
package/knip.config.ts CHANGED
@@ -1,26 +1,14 @@
1
1
  import type { KnipConfig } from 'knip'
2
2
 
3
- type WorkspaceConfig = Exclude<KnipConfig['workspaces'], undefined>[keyof KnipConfig['workspaces']]
4
-
5
- const defaultWorkspaceConfig: WorkspaceConfig = {
3
+ const config: KnipConfig = {
6
4
  entry: ['src/index.ts', 'src/index-*.ts'],
7
5
  project: ['src/**/*.ts'],
8
6
  ignore: ['xy.config.ts'],
9
7
  ignoreDependencies: [
10
- '@xylabs/tsconfig*',
11
8
  '@xylabs/ts-scripts-yarn3',
12
9
  ],
13
- typescript: {
14
- config: [
15
- 'tsconfig.json',
16
- ],
17
- },
18
- }
19
-
20
- const config: KnipConfig = {
21
10
  workspaces: {
22
11
  '.': {
23
- ...defaultWorkspaceConfig,
24
12
  ignoreDependencies: [
25
13
  'eslint',
26
14
  '@typescript-eslint/eslint-plugin',
@@ -29,11 +17,6 @@ const config: KnipConfig = {
29
17
  '@typescript-eslint/parser',
30
18
  ],
31
19
  },
32
- 'packages/*': { ...defaultWorkspaceConfig },
33
- 'packages/*/packages/*': { ...defaultWorkspaceConfig },
34
- 'packages/*/packages/*/packages/*': { ...defaultWorkspaceConfig },
35
- 'packages/*/packages/*/packages/*/packages/*': { ...defaultWorkspaceConfig },
36
- 'packages/*/packages/*/packages/*/packages/*/packages/*': { ...defaultWorkspaceConfig },
37
20
  },
38
21
  }
39
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/sdk-js",
3
- "version": "3.12.0",
3
+ "version": "3.12.2",
4
4
  "description": "Primary SDK for using XYO Protocol 2.0",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -52,12 +52,12 @@
52
52
  "quick-lru": "^4"
53
53
  },
54
54
  "dependencies": {
55
- "@xyo-network/core-payload-plugins": "^3.12.0",
56
- "@xyo-network/manifest": "^3.12.0",
57
- "@xyo-network/modules": "^3.12.0",
58
- "@xyo-network/protocol": "^3.12.0",
59
- "@xyo-network/sdk-utils": "^3.12.0",
60
- "@xyo-network/shared": "^3.12.0"
55
+ "@xyo-network/core-payload-plugins": "^3.12.2",
56
+ "@xyo-network/manifest": "^3.12.2",
57
+ "@xyo-network/modules": "^3.12.2",
58
+ "@xyo-network/protocol": "^3.12.2",
59
+ "@xyo-network/sdk-utils": "^3.12.2",
60
+ "@xyo-network/shared": "^3.12.2"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@firebase/app": "^0.11.4",
@@ -68,15 +68,15 @@
68
68
  "@typescript-eslint/parser": "^8.29.1",
69
69
  "@vitest/coverage-v8": "^3.1.1",
70
70
  "@xylabs/eslint-config-flat": "^6.2.1",
71
- "@xylabs/forget": "^4.8.0",
71
+ "@xylabs/forget": "^4.8.1",
72
72
  "@xylabs/ts-scripts-yarn3": "^6.2.1",
73
73
  "@xylabs/tsconfig": "^6.2.1",
74
- "@xylabs/vitest-extended": "^4.8.0",
74
+ "@xylabs/vitest-extended": "^4.8.1",
75
75
  "dotenv": "^16.4.7",
76
76
  "eslint": "^9.24.0",
77
77
  "eslint-import-resolver-typescript": "^4.3.2",
78
78
  "jsdom": "^26.0.0",
79
- "knip": "^5.47.0",
79
+ "knip": "^5.49.0",
80
80
  "reflect-metadata": "^0.2.2",
81
81
  "rimraf": "^6.0.1",
82
82
  "supertest": "^7.1.0",
@@ -86,7 +86,7 @@
86
86
  "typescript": "^5.8.3",
87
87
  "vitest": "^3.1.1"
88
88
  },
89
- "packageManager": "yarn@4.8.1",
89
+ "packageManager": "yarn@4.9.0",
90
90
  "volta": {
91
91
  "node": "22.3.0",
92
92
  "yarn": "1.22.22"