@shawnstack/quickforge 1.2.10 → 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 (59) hide show
  1. package/README.md +6 -6
  2. package/bin/quickforge.mjs +1 -1
  3. package/node_modules/@aws-sdk/client-bedrock-runtime/package.json +7 -7
  4. package/node_modules/@aws-sdk/core/package.json +2 -2
  5. package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  6. package/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
  7. package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
  8. package/node_modules/@aws-sdk/credential-provider-login/package.json +3 -3
  9. package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  10. package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  11. package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  12. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  13. package/node_modules/@aws-sdk/middleware-user-agent/package.json +2 -2
  14. package/node_modules/@aws-sdk/middleware-websocket/package.json +2 -2
  15. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +1 -1
  16. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +1 -1
  17. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +1 -1
  18. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +1 -1
  19. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +1 -1
  20. package/node_modules/@aws-sdk/nested-clients/package.json +4 -4
  21. package/node_modules/@aws-sdk/token-providers/package.json +3 -3
  22. package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  23. package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
  24. package/node_modules/@types/node/README.md +1 -1
  25. package/node_modules/@types/node/package.json +3 -3
  26. package/node_modules/@types/node/sqlite.d.ts +54 -7
  27. package/node_modules/@types/node/test.d.ts +46 -4
  28. package/node_modules/@types/node/url.d.ts +4 -2
  29. package/node_modules/fast-xml-parser/CHANGELOG.md +7 -0
  30. package/node_modules/fast-xml-parser/README.md +0 -3
  31. package/node_modules/fast-xml-parser/lib/fxbuilder.min.js +1 -1
  32. package/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +1 -1
  33. package/node_modules/fast-xml-parser/lib/fxp.cjs +1 -1
  34. package/node_modules/fast-xml-parser/lib/fxp.d.cts +1 -0
  35. package/node_modules/fast-xml-parser/lib/fxp.min.js +1 -1
  36. package/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -1
  37. package/node_modules/fast-xml-parser/lib/fxparser.min.js +1 -1
  38. package/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -1
  39. package/node_modules/fast-xml-parser/package.json +2 -4
  40. package/node_modules/fast-xml-parser/src/fxp.d.ts +1 -0
  41. package/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +1 -1
  42. package/node_modules/fast-xml-parser/src/xmlparser/node2json.js +4 -0
  43. package/node_modules/undici-types/connector.d.ts +2 -0
  44. package/node_modules/undici-types/dispatcher.d.ts +7 -5
  45. package/node_modules/undici-types/errors.d.ts +17 -1
  46. package/node_modules/undici-types/index.d.ts +4 -1
  47. package/node_modules/undici-types/interceptors.d.ts +7 -0
  48. package/node_modules/undici-types/package.json +1 -1
  49. package/node_modules/undici-types/socks5-proxy-agent.d.ts +25 -0
  50. package/package.json +1 -1
  51. package/server/system-prompt.mjs +5 -0
  52. package/skills/ai-context-package/SKILL.md +0 -104
  53. package/skills/ai-context-package/skill.json +0 -9
  54. package/skills/code-review/SKILL.md +0 -23
  55. package/skills/code-review/skill.json +0 -9
  56. package/skills/frontend-react/SKILL.md +0 -22
  57. package/skills/frontend-react/skill.json +0 -9
  58. package/skills/quickforge-project/SKILL.md +0 -22
  59. 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.10-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.10
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.10` is:
41
+ The offline release package for `v1.3.0` is:
42
42
 
43
43
  ```text
44
- package-offline/shawnstack-quickforge-1.2.10.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.10.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.10` 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
 
@@ -163,7 +163,7 @@ function installLatestVersion(packageName) {
163
163
  const target = `${packageName}@latest`
164
164
  const child = spawn(getNpmCommand(), ['install', '-g', target], {
165
165
  stdio: 'inherit',
166
- shell: false,
166
+ shell: process.platform === 'win32',
167
167
  windowsHide: false,
168
168
  })
169
169
 
@@ -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.