@shawnstack/quickforge 1.2.9 → 1.3.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.
Files changed (58) hide show
  1. package/README.md +6 -6
  2. package/node_modules/@aws-sdk/client-bedrock-runtime/package.json +7 -7
  3. package/node_modules/@aws-sdk/core/package.json +2 -2
  4. package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  5. package/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
  6. package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
  7. package/node_modules/@aws-sdk/credential-provider-login/package.json +3 -3
  8. package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  9. package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  10. package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  11. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  12. package/node_modules/@aws-sdk/middleware-user-agent/package.json +2 -2
  13. package/node_modules/@aws-sdk/middleware-websocket/package.json +2 -2
  14. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +1 -1
  15. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +1 -1
  16. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +1 -1
  17. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +1 -1
  18. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +1 -1
  19. package/node_modules/@aws-sdk/nested-clients/package.json +4 -4
  20. package/node_modules/@aws-sdk/token-providers/package.json +3 -3
  21. package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  22. package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
  23. package/node_modules/@types/node/README.md +1 -1
  24. package/node_modules/@types/node/package.json +3 -3
  25. package/node_modules/@types/node/sqlite.d.ts +54 -7
  26. package/node_modules/@types/node/test.d.ts +46 -4
  27. package/node_modules/@types/node/url.d.ts +4 -2
  28. package/node_modules/fast-xml-parser/CHANGELOG.md +7 -0
  29. package/node_modules/fast-xml-parser/README.md +0 -3
  30. package/node_modules/fast-xml-parser/lib/fxbuilder.min.js +1 -1
  31. package/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +1 -1
  32. package/node_modules/fast-xml-parser/lib/fxp.cjs +1 -1
  33. package/node_modules/fast-xml-parser/lib/fxp.d.cts +1 -0
  34. package/node_modules/fast-xml-parser/lib/fxp.min.js +1 -1
  35. package/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -1
  36. package/node_modules/fast-xml-parser/lib/fxparser.min.js +1 -1
  37. package/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -1
  38. package/node_modules/fast-xml-parser/package.json +2 -4
  39. package/node_modules/fast-xml-parser/src/fxp.d.ts +1 -0
  40. package/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +1 -1
  41. package/node_modules/fast-xml-parser/src/xmlparser/node2json.js +4 -0
  42. package/node_modules/undici-types/connector.d.ts +2 -0
  43. package/node_modules/undici-types/dispatcher.d.ts +7 -5
  44. package/node_modules/undici-types/errors.d.ts +17 -1
  45. package/node_modules/undici-types/index.d.ts +4 -1
  46. package/node_modules/undici-types/interceptors.d.ts +7 -0
  47. package/node_modules/undici-types/package.json +1 -1
  48. package/node_modules/undici-types/socks5-proxy-agent.d.ts +25 -0
  49. package/package.json +1 -1
  50. package/server/system-prompt.mjs +5 -0
  51. package/skills/ai-context-package/SKILL.md +0 -104
  52. package/skills/ai-context-package/skill.json +0 -9
  53. package/skills/code-review/SKILL.md +0 -23
  54. package/skills/code-review/skill.json +0 -9
  55. package/skills/frontend-react/SKILL.md +0 -22
  56. package/skills/frontend-react/skill.json +0 -9
  57. package/skills/quickforge-project/SKILL.md +0 -22
  58. package/skills/quickforge-project/skill.json +0 -9
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # 速构 QuickForge
2
2
 
3
3
  <p align="center">
4
- <img alt="Version" src="https://img.shields.io/badge/version-1.2.9-blue" />
4
+ <img alt="Version" src="https://img.shields.io/badge/version-1.3.0-blue" />
5
5
  <img alt="License" src="https://img.shields.io/badge/license-MIT-green" />
6
6
  <img alt="Node" src="https://img.shields.io/badge/node-%3E%3D20-brightgreen" />
7
7
  <img alt="React" src="https://img.shields.io/badge/react-19-61DAFB?logo=react" />
@@ -27,7 +27,7 @@ Built with React 19, Vite 8, Tailwind CSS 4, and shadcn-style UI primitives. Use
27
27
  ### npm
28
28
 
29
29
  ```bash
30
- npm install -g @shawnstack/quickforge@1.2.9
30
+ npm install -g @shawnstack/quickforge@1.3.0
31
31
  qf
32
32
 
33
33
  # CLI utilities
@@ -38,20 +38,20 @@ qf update
38
38
 
39
39
  ### Offline tarball
40
40
 
41
- The offline release package for `v1.2.9` is:
41
+ The offline release package for `v1.3.0` is:
42
42
 
43
43
  ```text
44
- package-offline/shawnstack-quickforge-1.2.9.tgz
44
+ package-offline/shawnstack-quickforge-1.3.0.tgz
45
45
  ```
46
46
 
47
47
  Install it on a machine with Node.js 20+ and npm:
48
48
 
49
49
  ```bash
50
- npm install -g ./package-offline/shawnstack-quickforge-1.2.9.tgz
50
+ npm install -g ./package-offline/shawnstack-quickforge-1.3.0.tgz
51
51
  qf
52
52
  ```
53
53
 
54
- The package was generated from tag `v1.2.9` and includes bundled runtime dependencies for offline installation.
54
+ The package was generated from tag `v1.3.0` and includes bundled runtime dependencies for offline installation.
55
55
 
56
56
  ## Quick Start
57
57
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-bedrock-runtime",
3
3
  "description": "AWS SDK for JavaScript Bedrock Runtime Client for Node.js, Browser and React Native",
4
- "version": "3.1046.0",
4
+ "version": "3.1047.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-bedrock-runtime",
@@ -29,21 +29,21 @@
29
29
  "dependencies": {
30
30
  "@aws-crypto/sha256-browser": "5.2.0",
31
31
  "@aws-crypto/sha256-js": "5.2.0",
32
- "@aws-sdk/core": "^3.974.9",
33
- "@aws-sdk/credential-provider-node": "^3.972.40",
32
+ "@aws-sdk/core": "^3.974.10",
33
+ "@aws-sdk/credential-provider-node": "^3.972.41",
34
34
  "@aws-sdk/eventstream-handler-node": "^3.972.15",
35
35
  "@aws-sdk/middleware-eventstream": "^3.972.11",
36
36
  "@aws-sdk/middleware-host-header": "^3.972.11",
37
37
  "@aws-sdk/middleware-logger": "^3.972.10",
38
38
  "@aws-sdk/middleware-recursion-detection": "^3.972.12",
39
- "@aws-sdk/middleware-user-agent": "^3.972.39",
40
- "@aws-sdk/middleware-websocket": "^3.972.17",
39
+ "@aws-sdk/middleware-user-agent": "^3.972.40",
40
+ "@aws-sdk/middleware-websocket": "^3.972.18",
41
41
  "@aws-sdk/region-config-resolver": "^3.972.14",
42
- "@aws-sdk/token-providers": "3.1046.0",
42
+ "@aws-sdk/token-providers": "3.1047.0",
43
43
  "@aws-sdk/types": "^3.973.8",
44
44
  "@aws-sdk/util-endpoints": "^3.996.9",
45
45
  "@aws-sdk/util-user-agent-browser": "^3.972.11",
46
- "@aws-sdk/util-user-agent-node": "^3.973.25",
46
+ "@aws-sdk/util-user-agent-node": "^3.973.26",
47
47
  "@smithy/core": "^3.24.1",
48
48
  "@smithy/fetch-http-handler": "^5.4.1",
49
49
  "@smithy/node-http-handler": "^4.7.1",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/core",
3
- "version": "3.974.9",
3
+ "version": "3.974.10",
4
4
  "description": "Core functions & classes shared by multiple AWS SDK clients.",
5
5
  "scripts": {
6
6
  "build": "yarn lint && concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
@@ -94,7 +94,7 @@
94
94
  "license": "Apache-2.0",
95
95
  "dependencies": {
96
96
  "@aws-sdk/types": "^3.973.8",
97
- "@aws-sdk/xml-builder": "^3.972.23",
97
+ "@aws-sdk/xml-builder": "^3.972.24",
98
98
  "@smithy/core": "^3.24.1",
99
99
  "@smithy/signature-v4": "^5.4.1",
100
100
  "@smithy/types": "^4.14.1",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-env",
3
- "version": "3.972.35",
3
+ "version": "3.972.36",
4
4
  "description": "AWS credential provider that sources credentials from known environment variables",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "license": "Apache-2.0",
28
28
  "dependencies": {
29
- "@aws-sdk/core": "^3.974.9",
29
+ "@aws-sdk/core": "^3.974.10",
30
30
  "@aws-sdk/types": "^3.973.8",
31
31
  "@smithy/core": "^3.24.1",
32
32
  "@smithy/types": "^4.14.1",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-http",
3
- "version": "3.972.37",
3
+ "version": "3.972.38",
4
4
  "description": "AWS credential provider for containers and HTTP sources",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -36,7 +36,7 @@
36
36
  },
37
37
  "license": "Apache-2.0",
38
38
  "dependencies": {
39
- "@aws-sdk/core": "^3.974.9",
39
+ "@aws-sdk/core": "^3.974.10",
40
40
  "@aws-sdk/types": "^3.973.8",
41
41
  "@smithy/core": "^3.24.1",
42
42
  "@smithy/fetch-http-handler": "^5.4.1",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-ini",
3
- "version": "3.972.39",
3
+ "version": "3.972.40",
4
4
  "description": "AWS credential provider that sources credentials from ~/.aws/credentials and ~/.aws/config",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -28,14 +28,14 @@
28
28
  },
29
29
  "license": "Apache-2.0",
30
30
  "dependencies": {
31
- "@aws-sdk/core": "^3.974.9",
32
- "@aws-sdk/credential-provider-env": "^3.972.35",
33
- "@aws-sdk/credential-provider-http": "^3.972.37",
34
- "@aws-sdk/credential-provider-login": "^3.972.39",
35
- "@aws-sdk/credential-provider-process": "^3.972.35",
36
- "@aws-sdk/credential-provider-sso": "^3.972.39",
37
- "@aws-sdk/credential-provider-web-identity": "^3.972.39",
38
- "@aws-sdk/nested-clients": "^3.997.7",
31
+ "@aws-sdk/core": "^3.974.10",
32
+ "@aws-sdk/credential-provider-env": "^3.972.36",
33
+ "@aws-sdk/credential-provider-http": "^3.972.38",
34
+ "@aws-sdk/credential-provider-login": "^3.972.40",
35
+ "@aws-sdk/credential-provider-process": "^3.972.36",
36
+ "@aws-sdk/credential-provider-sso": "^3.972.40",
37
+ "@aws-sdk/credential-provider-web-identity": "^3.972.40",
38
+ "@aws-sdk/nested-clients": "^3.997.8",
39
39
  "@aws-sdk/types": "^3.973.8",
40
40
  "@smithy/core": "^3.24.1",
41
41
  "@smithy/credential-provider-imds": "^4.3.1",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-login",
3
- "version": "3.972.39",
3
+ "version": "3.972.40",
4
4
  "description": "AWS credential provider that sources credentials from aws login cached tokens",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -28,8 +28,8 @@
28
28
  },
29
29
  "license": "Apache-2.0",
30
30
  "dependencies": {
31
- "@aws-sdk/core": "^3.974.9",
32
- "@aws-sdk/nested-clients": "^3.997.7",
31
+ "@aws-sdk/core": "^3.974.10",
32
+ "@aws-sdk/nested-clients": "^3.997.8",
33
33
  "@aws-sdk/types": "^3.973.8",
34
34
  "@smithy/core": "^3.24.1",
35
35
  "@smithy/types": "^4.14.1",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-node",
3
- "version": "3.972.40",
3
+ "version": "3.972.41",
4
4
  "description": "AWS credential provider that sources credentials from a Node.JS environment. ",
5
5
  "engines": {
6
6
  "node": ">=20.0.0"
@@ -31,12 +31,12 @@
31
31
  },
32
32
  "license": "Apache-2.0",
33
33
  "dependencies": {
34
- "@aws-sdk/credential-provider-env": "^3.972.35",
35
- "@aws-sdk/credential-provider-http": "^3.972.37",
36
- "@aws-sdk/credential-provider-ini": "^3.972.39",
37
- "@aws-sdk/credential-provider-process": "^3.972.35",
38
- "@aws-sdk/credential-provider-sso": "^3.972.39",
39
- "@aws-sdk/credential-provider-web-identity": "^3.972.39",
34
+ "@aws-sdk/credential-provider-env": "^3.972.36",
35
+ "@aws-sdk/credential-provider-http": "^3.972.38",
36
+ "@aws-sdk/credential-provider-ini": "^3.972.40",
37
+ "@aws-sdk/credential-provider-process": "^3.972.36",
38
+ "@aws-sdk/credential-provider-sso": "^3.972.40",
39
+ "@aws-sdk/credential-provider-web-identity": "^3.972.40",
40
40
  "@aws-sdk/types": "^3.973.8",
41
41
  "@smithy/core": "^3.24.1",
42
42
  "@smithy/credential-provider-imds": "^4.3.1",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-process",
3
- "version": "3.972.35",
3
+ "version": "3.972.36",
4
4
  "description": "AWS credential provider that sources credential_process from ~/.aws/credentials and ~/.aws/config",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "license": "Apache-2.0",
28
28
  "dependencies": {
29
- "@aws-sdk/core": "^3.974.9",
29
+ "@aws-sdk/core": "^3.974.10",
30
30
  "@aws-sdk/types": "^3.973.8",
31
31
  "@smithy/core": "^3.24.1",
32
32
  "@smithy/types": "^4.14.1",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-sso",
3
- "version": "3.972.39",
3
+ "version": "3.972.40",
4
4
  "description": "AWS credential provider that exchanges a resolved SSO login token file for temporary AWS credentials",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -26,9 +26,9 @@
26
26
  },
27
27
  "license": "Apache-2.0",
28
28
  "dependencies": {
29
- "@aws-sdk/core": "^3.974.9",
30
- "@aws-sdk/nested-clients": "^3.997.7",
31
- "@aws-sdk/token-providers": "3.1046.0",
29
+ "@aws-sdk/core": "^3.974.10",
30
+ "@aws-sdk/nested-clients": "^3.997.8",
31
+ "@aws-sdk/token-providers": "3.1047.0",
32
32
  "@aws-sdk/types": "^3.973.8",
33
33
  "@smithy/core": "^3.24.1",
34
34
  "@smithy/types": "^4.14.1",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-web-identity",
3
- "version": "3.972.39",
3
+ "version": "3.972.40",
4
4
  "description": "AWS credential provider that calls STS assumeRole for temporary AWS credentials",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -34,8 +34,8 @@
34
34
  },
35
35
  "license": "Apache-2.0",
36
36
  "dependencies": {
37
- "@aws-sdk/core": "^3.974.9",
38
- "@aws-sdk/nested-clients": "^3.997.7",
37
+ "@aws-sdk/core": "^3.974.10",
38
+ "@aws-sdk/nested-clients": "^3.997.8",
39
39
  "@aws-sdk/types": "^3.973.8",
40
40
  "@smithy/core": "^3.24.1",
41
41
  "@smithy/types": "^4.14.1",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-user-agent",
3
- "version": "3.972.39",
3
+ "version": "3.972.40",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-user-agent",
@@ -25,7 +25,7 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@aws-sdk/core": "^3.974.9",
28
+ "@aws-sdk/core": "^3.974.10",
29
29
  "@aws-sdk/types": "^3.973.8",
30
30
  "@aws-sdk/util-endpoints": "^3.996.9",
31
31
  "@smithy/core": "^3.24.1",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-websocket",
3
- "version": "3.972.17",
3
+ "version": "3.972.18",
4
4
  "main": "./dist-cjs/index.js",
5
5
  "module": "./dist-es/index.js",
6
6
  "types": "./dist-types/index.d.ts",
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/core": "^3.974.9",
27
+ "@aws-sdk/core": "^3.974.10",
28
28
  "@aws-sdk/types": "^3.973.8",
29
29
  "@smithy/core": "^3.24.1",
30
30
  "@smithy/fetch-http-handler": "^5.4.1",
@@ -87,7 +87,7 @@ const commonParams = {
87
87
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
88
88
  };
89
89
 
90
- var version = "3.997.6";
90
+ var version = "3.997.7";
91
91
  var packageInfo = {
92
92
  version: version};
93
93
 
@@ -83,7 +83,7 @@ const commonParams = {
83
83
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
84
84
  };
85
85
 
86
- var version = "3.997.6";
86
+ var version = "3.997.7";
87
87
  var packageInfo = {
88
88
  version: version};
89
89
 
@@ -83,7 +83,7 @@ const commonParams = {
83
83
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
84
84
  };
85
85
 
86
- var version = "3.997.6";
86
+ var version = "3.997.7";
87
87
  var packageInfo = {
88
88
  version: version};
89
89
 
@@ -83,7 +83,7 @@ const commonParams = {
83
83
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
84
84
  };
85
85
 
86
- var version = "3.997.6";
86
+ var version = "3.997.7";
87
87
  var packageInfo = {
88
88
  version: version};
89
89
 
@@ -326,7 +326,7 @@ const commonParams = {
326
326
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
327
327
  };
328
328
 
329
- var version = "3.997.6";
329
+ var version = "3.997.7";
330
330
  var packageInfo = {
331
331
  version: version};
332
332
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/nested-clients",
3
- "version": "3.997.7",
3
+ "version": "3.997.8",
4
4
  "description": "Nested clients for AWS SDK packages.",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -29,17 +29,17 @@
29
29
  "dependencies": {
30
30
  "@aws-crypto/sha256-browser": "5.2.0",
31
31
  "@aws-crypto/sha256-js": "5.2.0",
32
- "@aws-sdk/core": "^3.974.9",
32
+ "@aws-sdk/core": "^3.974.10",
33
33
  "@aws-sdk/middleware-host-header": "^3.972.11",
34
34
  "@aws-sdk/middleware-logger": "^3.972.10",
35
35
  "@aws-sdk/middleware-recursion-detection": "^3.972.12",
36
- "@aws-sdk/middleware-user-agent": "^3.972.39",
36
+ "@aws-sdk/middleware-user-agent": "^3.972.40",
37
37
  "@aws-sdk/region-config-resolver": "^3.972.14",
38
38
  "@aws-sdk/signature-v4-multi-region": "^3.996.26",
39
39
  "@aws-sdk/types": "^3.973.8",
40
40
  "@aws-sdk/util-endpoints": "^3.996.9",
41
41
  "@aws-sdk/util-user-agent-browser": "^3.972.11",
42
- "@aws-sdk/util-user-agent-node": "^3.973.25",
42
+ "@aws-sdk/util-user-agent-node": "^3.973.26",
43
43
  "@smithy/core": "^3.24.1",
44
44
  "@smithy/fetch-http-handler": "^5.4.1",
45
45
  "@smithy/node-http-handler": "^4.7.1",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/token-providers",
3
- "version": "3.1046.0",
3
+ "version": "3.1047.0",
4
4
  "description": "A collection of token providers",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -29,8 +29,8 @@
29
29
  },
30
30
  "license": "Apache-2.0",
31
31
  "dependencies": {
32
- "@aws-sdk/core": "^3.974.9",
33
- "@aws-sdk/nested-clients": "^3.997.7",
32
+ "@aws-sdk/core": "^3.974.10",
33
+ "@aws-sdk/nested-clients": "^3.997.8",
34
34
  "@aws-sdk/types": "^3.973.8",
35
35
  "@smithy/core": "^3.24.1",
36
36
  "@smithy/types": "^4.14.1",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-user-agent-node",
3
- "version": "3.973.25",
3
+ "version": "3.973.26",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
6
6
  "build:cjs": "node ../../scripts/compilation/inline util-user-agent-node",
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/middleware-user-agent": "^3.972.39",
27
+ "@aws-sdk/middleware-user-agent": "^3.972.40",
28
28
  "@aws-sdk/types": "^3.973.8",
29
29
  "@smithy/core": "^3.24.1",
30
30
  "@smithy/types": "^4.14.1",
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@aws-sdk/xml-builder",
3
- "version": "3.972.23",
3
+ "version": "3.972.24",
4
4
  "description": "XML utilities for the AWS SDK",
5
5
  "dependencies": {
6
6
  "@nodable/entities": "2.1.0",
7
7
  "@smithy/types": "^4.14.1",
8
- "fast-xml-parser": "5.7.2",
8
+ "fast-xml-parser": "5.7.3",
9
9
  "tslib": "^2.6.2"
10
10
  },
11
11
  "scripts": {
@@ -8,7 +8,7 @@ This package contains type definitions for node (https://nodejs.org/).
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Mon, 11 May 2026 20:06:09 GMT
11
+ * Last updated: Thu, 14 May 2026 16:39:50 GMT
12
12
  * Dependencies: [undici-types](https://npmjs.com/package/undici-types)
13
13
 
14
14
  # Credits
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "25.7.0",
3
+ "version": "25.8.0",
4
4
  "description": "TypeScript definitions for node",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
6
6
  "license": "MIT",
@@ -147,9 +147,9 @@
147
147
  },
148
148
  "scripts": {},
149
149
  "dependencies": {
150
- "undici-types": "~7.21.0"
150
+ "undici-types": ">=7.24.0 <7.24.7"
151
151
  },
152
152
  "peerDependencies": {},
153
- "typesPublisherContentHash": "eddf50137d03f63ae7f6e4766ed9b825cc70a85ef2f7d5c89290fba06040ceed",
153
+ "typesPublisherContentHash": "e3b0c76dfc9cc84424890451a36d8ae1dbc86b0b0e49cc458f2a886fda8e4649",
154
154
  "typeScriptVersion": "5.3"
155
155
  }
@@ -87,6 +87,29 @@ declare module "node:sqlite" {
87
87
  * @default true
88
88
  */
89
89
  defensive?: boolean | undefined;
90
+ /**
91
+ * Configuration for various SQLite limits. These limits
92
+ * can be used to prevent excessive resource consumption when handling
93
+ * potentially malicious input. See [Run-Time Limits](https://www.sqlite.org/c3ref/c_limit_attached.html) and [Limit Constants](https://www.sqlite.org/c3ref/limit.html)
94
+ * in the SQLite documentation for details. Default values are determined by
95
+ * SQLite's compile-time defaults and may vary depending on how SQLite was
96
+ * built. The following properties are supported:
97
+ * @since v25.8.0
98
+ */
99
+ limits?: NodeJS.PartialOptions<DatabaseLimits> | undefined;
100
+ }
101
+ interface DatabaseLimits {
102
+ length: number;
103
+ sqlLength: number;
104
+ column: number;
105
+ exprDepth: number;
106
+ compoundSelect: number;
107
+ vdbeOp: number;
108
+ functionArg: number;
109
+ attach: number;
110
+ likePatternLength: number;
111
+ variableNumber: number;
112
+ triggerDepth: number;
90
113
  }
91
114
  interface CreateSessionOptions {
92
115
  /**
@@ -311,18 +334,17 @@ declare module "node:sqlite" {
311
334
  * @since v22.13.0
312
335
  * @param name The name of the SQLite function to create.
313
336
  * @param options Optional configuration settings for the function.
314
- * @param func The JavaScript function to call when the SQLite
315
- * function is invoked. The return value of this function should be a valid
316
- * SQLite data type: see
317
- * [Type conversion between JavaScript and SQLite](https://nodejs.org/docs/latest-v25.x/api/sqlite.html#type-conversion-between-javascript-and-sqlite).
318
- * The result defaults to `NULL` if the return value is `undefined`.
337
+ * @param fn The JavaScript function to call when the SQLite function is
338
+ * invoked. The return value of this function should be a valid SQLite data type:
339
+ * see [Type conversion between JavaScript and SQLite](https://nodejs.org/docs/latest-v25.x/api/sqlite.html#type-conversion-between-javascript-and-sqlite). The result defaults to
340
+ * `NULL` if the return value is `undefined`.
319
341
  */
320
342
  function(
321
343
  name: string,
322
344
  options: FunctionOptions,
323
- func: (...args: SQLOutputValue[]) => SQLInputValue,
345
+ fn: (...args: SQLOutputValue[]) => SQLInputValue,
324
346
  ): void;
325
- function(name: string, func: (...args: SQLOutputValue[]) => SQLInputValue): void;
347
+ function(name: string, fn: (...args: SQLOutputValue[]) => SQLInputValue): void;
326
348
  /**
327
349
  * Sets an authorizer callback that SQLite will invoke whenever it attempts to
328
350
  * access data or modify the database schema through prepared statements.
@@ -392,6 +414,31 @@ declare module "node:sqlite" {
392
414
  * @since v24.0.0
393
415
  */
394
416
  readonly isTransaction: boolean;
417
+ /**
418
+ * An object for getting and setting SQLite database limits at runtime.
419
+ * Each property corresponds to an SQLite limit and can be read or written.
420
+ *
421
+ * ```js
422
+ * const db = new DatabaseSync(':memory:');
423
+ *
424
+ * // Read current limit
425
+ * console.log(db.limits.length);
426
+ *
427
+ * // Set a new limit
428
+ * db.limits.sqlLength = 100000;
429
+ *
430
+ * // Reset a limit to its compile-time maximum
431
+ * db.limits.sqlLength = Infinity;
432
+ * ```
433
+ *
434
+ * Available properties: `length`, `sqlLength`, `column`, `exprDepth`,
435
+ * `compoundSelect`, `vdbeOp`, `functionArg`, `attach`, `likePatternLength`,
436
+ * `variableNumber`, `triggerDepth`.
437
+ *
438
+ * Setting a property to `Infinity` resets the limit to its compile-time maximum value.
439
+ * @since v25.8.0
440
+ */
441
+ readonly limits: DatabaseLimits;
395
442
  /**
396
443
  * Opens the database specified in the `path` argument of the `DatabaseSync`constructor. This method should only be used when the database is not opened via
397
444
  * the constructor. An exception is thrown if the database is already open.
@@ -1,5 +1,5 @@
1
1
  declare module "node:test" {
2
- import { AssertMethodNames } from "node:assert";
2
+ import { AssertMethodNames, AssertPredicate } from "node:assert";
3
3
  import { Readable, ReadableEventMap } from "node:stream";
4
4
  import { TestEvent } from "node:test/reporters";
5
5
  import { URL } from "node:url";
@@ -111,7 +111,12 @@ declare module "node:test" {
111
111
  function only(name?: string, fn?: SuiteFn): Promise<void>;
112
112
  function only(options?: TestOptions, fn?: SuiteFn): Promise<void>;
113
113
  function only(fn?: SuiteFn): Promise<void>;
114
- // added in v25.5.0, undocumented
114
+ /**
115
+ * This flips the pass/fail reporting for a specific test or suite: a flagged test
116
+ * case must throw in order to pass, and a flagged test case that does not throw
117
+ * fails.
118
+ * @since v25.5.0
119
+ */
115
120
  function expectFailure(name?: string, options?: TestOptions, fn?: SuiteFn): Promise<void>;
116
121
  function expectFailure(name?: string, fn?: SuiteFn): Promise<void>;
117
122
  function expectFailure(options?: TestOptions, fn?: SuiteFn): Promise<void>;
@@ -992,6 +997,34 @@ declare module "node:test" {
992
997
  * @since v21.7.0, v20.12.0
993
998
  */
994
999
  readonly attempt: number;
1000
+ /**
1001
+ * The unique identifier of the worker running the current test file. This value is
1002
+ * derived from the `NODE_TEST_WORKER_ID` environment variable. When running tests
1003
+ * with `--test-isolation=process` (the default), each test file runs in a separate
1004
+ * child process and is assigned a worker ID from 1 to N, where N is the number of
1005
+ * concurrent workers. When running with `--test-isolation=none`, all tests run in
1006
+ * the same process and the worker ID is always 1. This value is `undefined` when
1007
+ * not running in a test context.
1008
+ *
1009
+ * This property is useful for splitting resources (like database connections or
1010
+ * server ports) across concurrent test files:
1011
+ *
1012
+ * ```js
1013
+ * import { test } from 'node:test';
1014
+ * import { process } from 'node:process';
1015
+ *
1016
+ * test('database operations', async (t) => {
1017
+ * // Worker ID is available via context
1018
+ * console.log(`Running in worker ${t.workerId}`);
1019
+ *
1020
+ * // Or via environment variable (available at import time)
1021
+ * const workerId = process.env.NODE_TEST_WORKER_ID;
1022
+ * // Use workerId to allocate separate resources per worker
1023
+ * });
1024
+ * ```
1025
+ * @since v25.8.0
1026
+ */
1027
+ readonly workerId: number | undefined;
995
1028
  /**
996
1029
  * This function is used to set the number of assertions and subtests that are expected to run
997
1030
  * within the test. If the number of assertions and subtests that run does not match the
@@ -1272,6 +1305,17 @@ declare module "node:test" {
1272
1305
  * @default false
1273
1306
  */
1274
1307
  concurrency?: number | boolean | undefined;
1308
+ /**
1309
+ * If truthy, the test is expected to fail. If a non-empty string is provided, that string is displayed
1310
+ * in the test results as the reason why the test is expected to fail. If a
1311
+ * `RegExp`, `Function`, `Object`, or `Error` is provided directly (without wrapping in `{ match: … }`), the test passes
1312
+ * only if the thrown error matches, following the behavior of
1313
+ * `assert.throws`. To provide both a reason and validation, pass an object
1314
+ * with `label` (string) and `match` (RegExp, Function, Object, or Error).
1315
+ * @since v25.5.0
1316
+ * @default false
1317
+ */
1318
+ expectFailure?: boolean | string | AssertPredicate | undefined;
1275
1319
  /**
1276
1320
  * If truthy, and the test context is configured to run `only` tests, then this test will be
1277
1321
  * run. Otherwise, the test is skipped.
@@ -1310,8 +1354,6 @@ declare module "node:test" {
1310
1354
  * @since v22.2.0
1311
1355
  */
1312
1356
  plan?: number | undefined;
1313
- // added in v25.5.0, undocumented
1314
- expectFailure?: boolean | undefined;
1315
1357
  }
1316
1358
  /**
1317
1359
  * This function creates a hook that runs before executing a suite.