@psnext/slingcli 2.4.20260516-1 → 2.4.20260520-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 (163) hide show
  1. package/README.md +8 -5
  2. package/bin/sling.js +73 -10
  3. package/node_modules/@aws-sdk/client-bedrock-runtime/package.json +5 -5
  4. package/node_modules/@aws-sdk/core/dist-cjs/index.js +10 -10
  5. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +10 -10
  6. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +1 -1
  7. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +9 -9
  8. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +1 -1
  9. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +0 -1
  10. package/node_modules/@aws-sdk/core/package.json +1 -1
  11. package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  12. package/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
  13. package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
  14. package/node_modules/@aws-sdk/credential-provider-login/package.json +3 -3
  15. package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  16. package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  17. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/LICENSE +201 -0
  18. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/README.md +62 -0
  19. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +156 -0
  20. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/constants.js +2 -0
  21. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +16 -0
  22. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +80 -0
  23. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/fromStatic.js +8 -0
  24. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +11 -0
  25. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +10 -0
  26. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/index.js +4 -0
  27. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/nodeProvider.js +5 -0
  28. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/validateTokenExpiry.js +7 -0
  29. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/validateTokenKey.js +7 -0
  30. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js +8 -0
  31. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/constants.d.ts +8 -0
  32. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/fromEnvSigningName.d.ts +18 -0
  33. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +12 -0
  34. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +9 -0
  35. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +8 -0
  36. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +7 -0
  37. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/index.d.ts +4 -0
  38. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/nodeProvider.d.ts +18 -0
  39. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/constants.d.ts +3 -0
  40. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromEnvSigningName.d.ts +11 -0
  41. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +14 -0
  42. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromStatic.d.ts +12 -0
  43. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +11 -0
  44. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +7 -0
  45. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/index.d.ts +4 -0
  46. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/nodeProvider.d.ts +5 -0
  47. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenExpiry.d.ts +2 -0
  48. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenKey.d.ts +5 -0
  49. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/writeSSOTokenToFile.d.ts +5 -0
  50. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/validateTokenExpiry.d.ts +5 -0
  51. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/validateTokenKey.d.ts +4 -0
  52. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/writeSSOTokenToFile.d.ts +5 -0
  53. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/package.json +69 -0
  54. package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  55. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  56. package/node_modules/@aws-sdk/middleware-websocket/package.json +2 -2
  57. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +1 -1
  58. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +1 -1
  59. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +1 -1
  60. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +1 -1
  61. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +1 -1
  62. package/node_modules/@aws-sdk/nested-clients/package.json +2 -2
  63. package/node_modules/@aws-sdk/token-providers/package.json +3 -3
  64. package/node_modules/@earendil-works/pi-ai/dist/image-models.generated.js +15 -0
  65. package/node_modules/@earendil-works/pi-ai/dist/models.generated.js +129 -24
  66. package/node_modules/@mariozechner/clipboard-darwin-arm64/README.md +3 -0
  67. package/node_modules/@mariozechner/clipboard-darwin-arm64/clipboard.darwin-arm64.node +0 -0
  68. package/node_modules/@mariozechner/{clipboard-linux-x64-gnu → clipboard-darwin-arm64}/package.json +5 -8
  69. package/node_modules/@mariozechner/clipboard-darwin-universal/README.md +3 -0
  70. package/node_modules/@mariozechner/clipboard-darwin-universal/clipboard.darwin-universal.node +0 -0
  71. package/node_modules/@mariozechner/clipboard-darwin-universal/package.json +19 -0
  72. package/node_modules/@types/node/README.md +1 -1
  73. package/node_modules/@types/node/async_hooks.d.ts +108 -0
  74. package/node_modules/@types/node/crypto.d.ts +14 -3
  75. package/node_modules/@types/node/fs/promises.d.ts +126 -0
  76. package/node_modules/@types/node/fs.d.ts +4 -2
  77. package/node_modules/@types/node/index.d.ts +2 -0
  78. package/node_modules/@types/node/inspector.generated.d.ts +5 -0
  79. package/node_modules/@types/node/module.d.ts +1 -0
  80. package/node_modules/@types/node/package.json +2 -2
  81. package/node_modules/@types/node/process.d.ts +25 -1
  82. package/node_modules/@types/node/quic.d.ts +2 -2
  83. package/node_modules/@types/node/repl.d.ts +15 -0
  84. package/node_modules/@types/node/stream/iter.d.ts +301 -0
  85. package/node_modules/@types/node/test.d.ts +38 -12
  86. package/node_modules/@types/node/ts5.6/index.d.ts +2 -0
  87. package/node_modules/@types/node/ts5.7/index.d.ts +2 -0
  88. package/node_modules/@types/node/vm.d.ts +5 -4
  89. package/node_modules/@types/node/zlib/iter.d.ts +131 -0
  90. package/node_modules/lru-cache/dist/commonjs/browser/index.d.ts +37 -17
  91. package/node_modules/lru-cache/dist/commonjs/browser/index.d.ts.map +1 -1
  92. package/node_modules/lru-cache/dist/commonjs/browser/index.js +81 -41
  93. package/node_modules/lru-cache/dist/commonjs/browser/index.js.map +1 -1
  94. package/node_modules/lru-cache/dist/commonjs/browser/index.min.js +1 -1
  95. package/node_modules/lru-cache/dist/commonjs/browser/index.min.js.map +3 -3
  96. package/node_modules/lru-cache/dist/commonjs/browser/perf.d.ts.map +1 -1
  97. package/node_modules/lru-cache/dist/commonjs/browser/perf.js +1 -2
  98. package/node_modules/lru-cache/dist/commonjs/browser/perf.js.map +1 -1
  99. package/node_modules/lru-cache/dist/commonjs/index.d.ts +37 -17
  100. package/node_modules/lru-cache/dist/commonjs/index.d.ts.map +1 -1
  101. package/node_modules/lru-cache/dist/commonjs/index.js +81 -41
  102. package/node_modules/lru-cache/dist/commonjs/index.js.map +1 -1
  103. package/node_modules/lru-cache/dist/commonjs/index.min.js +1 -1
  104. package/node_modules/lru-cache/dist/commonjs/index.min.js.map +3 -3
  105. package/node_modules/lru-cache/dist/commonjs/node/index.d.ts +37 -17
  106. package/node_modules/lru-cache/dist/commonjs/node/index.d.ts.map +1 -1
  107. package/node_modules/lru-cache/dist/commonjs/node/index.js +81 -41
  108. package/node_modules/lru-cache/dist/commonjs/node/index.js.map +1 -1
  109. package/node_modules/lru-cache/dist/commonjs/node/index.min.js +1 -1
  110. package/node_modules/lru-cache/dist/commonjs/node/index.min.js.map +3 -3
  111. package/node_modules/lru-cache/dist/commonjs/node/perf.d.ts.map +1 -1
  112. package/node_modules/lru-cache/dist/commonjs/node/perf.js +1 -2
  113. package/node_modules/lru-cache/dist/commonjs/node/perf.js.map +1 -1
  114. package/node_modules/lru-cache/dist/commonjs/perf.d.ts.map +1 -1
  115. package/node_modules/lru-cache/dist/commonjs/perf.js +1 -2
  116. package/node_modules/lru-cache/dist/commonjs/perf.js.map +1 -1
  117. package/node_modules/lru-cache/dist/esm/browser/index.d.ts +37 -17
  118. package/node_modules/lru-cache/dist/esm/browser/index.d.ts.map +1 -1
  119. package/node_modules/lru-cache/dist/esm/browser/index.js +81 -41
  120. package/node_modules/lru-cache/dist/esm/browser/index.js.map +1 -1
  121. package/node_modules/lru-cache/dist/esm/browser/index.min.js +1 -1
  122. package/node_modules/lru-cache/dist/esm/browser/index.min.js.map +3 -3
  123. package/node_modules/lru-cache/dist/esm/browser/perf.d.ts.map +1 -1
  124. package/node_modules/lru-cache/dist/esm/browser/perf.js +1 -2
  125. package/node_modules/lru-cache/dist/esm/browser/perf.js.map +1 -1
  126. package/node_modules/lru-cache/dist/esm/index.d.ts +37 -17
  127. package/node_modules/lru-cache/dist/esm/index.d.ts.map +1 -1
  128. package/node_modules/lru-cache/dist/esm/index.js +81 -41
  129. package/node_modules/lru-cache/dist/esm/index.js.map +1 -1
  130. package/node_modules/lru-cache/dist/esm/index.min.js +1 -1
  131. package/node_modules/lru-cache/dist/esm/index.min.js.map +3 -3
  132. package/node_modules/lru-cache/dist/esm/node/index.d.ts +37 -17
  133. package/node_modules/lru-cache/dist/esm/node/index.d.ts.map +1 -1
  134. package/node_modules/lru-cache/dist/esm/node/index.js +81 -41
  135. package/node_modules/lru-cache/dist/esm/node/index.js.map +1 -1
  136. package/node_modules/lru-cache/dist/esm/node/index.min.js +1 -1
  137. package/node_modules/lru-cache/dist/esm/node/index.min.js.map +3 -3
  138. package/node_modules/lru-cache/dist/esm/node/perf.d.ts.map +1 -1
  139. package/node_modules/lru-cache/dist/esm/node/perf.js +1 -2
  140. package/node_modules/lru-cache/dist/esm/node/perf.js.map +1 -1
  141. package/node_modules/lru-cache/dist/esm/perf.d.ts.map +1 -1
  142. package/node_modules/lru-cache/dist/esm/perf.js +1 -2
  143. package/node_modules/lru-cache/dist/esm/perf.js.map +1 -1
  144. package/node_modules/lru-cache/package.json +8 -8
  145. package/node_modules/protobufjs/README.md +1 -1
  146. package/node_modules/protobufjs/dist/light/protobuf.js +8 -6
  147. package/node_modules/protobufjs/dist/light/protobuf.js.map +1 -1
  148. package/node_modules/protobufjs/dist/light/protobuf.min.js +3 -3
  149. package/node_modules/protobufjs/dist/light/protobuf.min.js.map +1 -1
  150. package/node_modules/protobufjs/dist/minimal/protobuf.js +2 -2
  151. package/node_modules/protobufjs/dist/minimal/protobuf.min.js +2 -2
  152. package/node_modules/protobufjs/dist/protobuf.js +8 -6
  153. package/node_modules/protobufjs/dist/protobuf.js.map +1 -1
  154. package/node_modules/protobufjs/dist/protobuf.min.js +3 -3
  155. package/node_modules/protobufjs/dist/protobuf.min.js.map +1 -1
  156. package/node_modules/protobufjs/index.d.ts +2 -1
  157. package/node_modules/protobufjs/package.json +2 -2
  158. package/node_modules/protobufjs/src/converter.js +5 -3
  159. package/node_modules/protobufjs/src/type.js +1 -1
  160. package/package.json +2 -2
  161. package/slingshot/index.js +345 -339
  162. package/node_modules/@mariozechner/clipboard-linux-x64-gnu/README.md +0 -3
  163. package/node_modules/@mariozechner/clipboard-linux-x64-gnu/clipboard.linux-x64-gnu.node +0 -0
@@ -1 +1 @@
1
- {"version":3,"file":"perf.d.ts","sourceRoot":"","sources":["../../../src/perf.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,MAAM,MAAM,IAAI,GAAG;IAAE,GAAG,EAAE,MAAM,MAAM,CAAA;CAAE,CAAA;AACxC,eAAO,MAAM,WAAW,EAAE,IASlB,CAAA"}
1
+ {"version":3,"file":"perf.d.ts","sourceRoot":"","sources":["../../../src/perf.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,MAAM,MAAM,IAAI,GAAG;IAAE,GAAG,EAAE,MAAM,MAAM,CAAA;CAAE,CAAA;AACxC,eAAO,MAAM,WAAW,EAAE,IAQG,CAAA"}
@@ -3,6 +3,5 @@ export const defaultPerf = (typeof performance === 'object' &&
3
3
  typeof performance.now === 'function') ?
4
4
  /* c8 ignore start - this gets covered, but c8 gets confused */
5
5
  performance
6
- : /* c8 ignore stop */
7
- Date;
6
+ : /* c8 ignore stop */ Date;
8
7
  //# sourceMappingURL=perf.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"perf.js","sourceRoot":"","sources":["../../../src/perf.ts"],"names":[],"mappings":"AAQA,MAAM,CAAC,MAAM,WAAW,GACtB,CACE,OAAO,WAAW,KAAK,QAAQ;IAC/B,WAAW;IACX,OAAO,WAAW,CAAC,GAAG,KAAK,UAAU,CACtC,CAAC,CAAC;IACD,+DAA+D;IAC/D,WAAW;IACb,CAAC,CAAC,oBAAoB;QACpB,IAAI,CAAA","sourcesContent":["/**\n * this provides the default Perf object source, either the\n * `performance` global, or the `Date` constructor.\n *\n * it can be passed in via configuration to override it\n * for a single LRU object.\n */\nexport type Perf = { now: () => number }\nexport const defaultPerf: Perf =\n (\n typeof performance === 'object' &&\n performance &&\n typeof performance.now === 'function'\n ) ?\n /* c8 ignore start - this gets covered, but c8 gets confused */\n performance\n : /* c8 ignore stop */\n Date\n"]}
1
+ {"version":3,"file":"perf.js","sourceRoot":"","sources":["../../../src/perf.ts"],"names":[],"mappings":"AAQA,MAAM,CAAC,MAAM,WAAW,GACtB,CACE,OAAO,WAAW,KAAK,QAAQ;IAC/B,WAAW;IACX,OAAO,WAAW,CAAC,GAAG,KAAK,UAAU,CACtC,CAAC,CAAC;IACD,+DAA+D;IAC/D,WAAW;IACb,CAAC,CAAC,oBAAoB,CAAC,IAAI,CAAA","sourcesContent":["/**\n * this provides the default Perf object source, either the\n * `performance` global, or the `Date` constructor.\n *\n * it can be passed in via configuration to override it\n * for a single LRU object.\n */\nexport type Perf = { now: () => number }\nexport const defaultPerf: Perf =\n (\n typeof performance === 'object' &&\n performance &&\n typeof performance.now === 'function'\n ) ?\n /* c8 ignore start - this gets covered, but c8 gets confused */\n performance\n : /* c8 ignore stop */ Date\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"perf.d.ts","sourceRoot":"","sources":["../../src/perf.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,MAAM,MAAM,IAAI,GAAG;IAAE,GAAG,EAAE,MAAM,MAAM,CAAA;CAAE,CAAA;AACxC,eAAO,MAAM,WAAW,EAAE,IASlB,CAAA"}
1
+ {"version":3,"file":"perf.d.ts","sourceRoot":"","sources":["../../src/perf.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,MAAM,MAAM,IAAI,GAAG;IAAE,GAAG,EAAE,MAAM,MAAM,CAAA;CAAE,CAAA;AACxC,eAAO,MAAM,WAAW,EAAE,IAQG,CAAA"}
@@ -3,6 +3,5 @@ export const defaultPerf = (typeof performance === 'object' &&
3
3
  typeof performance.now === 'function') ?
4
4
  /* c8 ignore start - this gets covered, but c8 gets confused */
5
5
  performance
6
- : /* c8 ignore stop */
7
- Date;
6
+ : /* c8 ignore stop */ Date;
8
7
  //# sourceMappingURL=perf.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"perf.js","sourceRoot":"","sources":["../../src/perf.ts"],"names":[],"mappings":"AAQA,MAAM,CAAC,MAAM,WAAW,GACtB,CACE,OAAO,WAAW,KAAK,QAAQ;IAC/B,WAAW;IACX,OAAO,WAAW,CAAC,GAAG,KAAK,UAAU,CACtC,CAAC,CAAC;IACD,+DAA+D;IAC/D,WAAW;IACb,CAAC,CAAC,oBAAoB;QACpB,IAAI,CAAA","sourcesContent":["/**\n * this provides the default Perf object source, either the\n * `performance` global, or the `Date` constructor.\n *\n * it can be passed in via configuration to override it\n * for a single LRU object.\n */\nexport type Perf = { now: () => number }\nexport const defaultPerf: Perf =\n (\n typeof performance === 'object' &&\n performance &&\n typeof performance.now === 'function'\n ) ?\n /* c8 ignore start - this gets covered, but c8 gets confused */\n performance\n : /* c8 ignore stop */\n Date\n"]}
1
+ {"version":3,"file":"perf.js","sourceRoot":"","sources":["../../src/perf.ts"],"names":[],"mappings":"AAQA,MAAM,CAAC,MAAM,WAAW,GACtB,CACE,OAAO,WAAW,KAAK,QAAQ;IAC/B,WAAW;IACX,OAAO,WAAW,CAAC,GAAG,KAAK,UAAU,CACtC,CAAC,CAAC;IACD,+DAA+D;IAC/D,WAAW;IACb,CAAC,CAAC,oBAAoB,CAAC,IAAI,CAAA","sourcesContent":["/**\n * this provides the default Perf object source, either the\n * `performance` global, or the `Date` constructor.\n *\n * it can be passed in via configuration to override it\n * for a single LRU object.\n */\nexport type Perf = { now: () => number }\nexport const defaultPerf: Perf =\n (\n typeof performance === 'object' &&\n performance &&\n typeof performance.now === 'function'\n ) ?\n /* c8 ignore start - this gets covered, but c8 gets confused */\n performance\n : /* c8 ignore stop */ Date\n"]}
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "lru-cache",
3
3
  "description": "A cache object that deletes the least-recently-used items.",
4
- "version": "11.3.6",
4
+ "version": "11.5.0",
5
5
  "author": "Isaac Z. Schlueter <i@izs.me>",
6
6
  "keywords": [
7
7
  "mru",
@@ -78,15 +78,15 @@
78
78
  },
79
79
  "devDependencies": {
80
80
  "benchmark": "^2.1.4",
81
- "esbuild": "^0.25.9",
81
+ "esbuild": "^0.28.0",
82
82
  "marked": "^4.2.12",
83
83
  "mkdirp": "^3.0.1",
84
- "oxlint": "^1.58.0",
85
- "oxlint-tsgolint": "^0.19.0",
86
- "prettier": "^3.8.1",
87
- "tap": "^21.7.2",
88
- "tshy": "^4.1.1",
89
- "typedoc": "^0.28.18"
84
+ "oxlint": "^1.65.0",
85
+ "oxlint-tsgolint": "^0.22.1",
86
+ "prettier": "^3.8.3",
87
+ "tap": "^21.7.4",
88
+ "tshy": "^4.1.2",
89
+ "typedoc": "^0.28.19"
90
90
  },
91
91
  "license": "BlueOak-1.0.0",
92
92
  "files": [
@@ -184,7 +184,7 @@ With that in mind and again for performance reasons, each message class provides
184
184
  ```js
185
185
  var object = AwesomeMessage.toObject(message, {
186
186
  enums: String, // enums as string names
187
- longs: String, // longs as strings (requires long.js)
187
+ longs: String, // longs as strings (or BigInt for bigint values)
188
188
  bytes: String, // bytes as base64 encoded strings
189
189
  defaults: true, // includes default values
190
190
  arrays: true, // populates empty arrays (repeated fields) even if defaults=false
@@ -1,6 +1,6 @@
1
1
  /*!
2
- * protobuf.js v7.5.9 (c) 2016, daniel wirtz
3
- * compiled sun, 17 may 2026 16:51:59 utc
2
+ * protobuf.js v7.6.0 (c) 2016, daniel wirtz
3
+ * compiled mon, 18 may 2026 18:11:08 utc
4
4
  * licensed under the bsd-3-clause license
5
5
  * see: https://github.com/dcodeio/protobuf.js for details
6
6
  */
@@ -1343,7 +1343,9 @@ function genValuePartial_toObject(gen, field, fieldIndex, prop) {
1343
1343
  case "sint64":
1344
1344
  case "fixed64":
1345
1345
  case "sfixed64": gen
1346
- ("if(typeof m%s===\"number\")", prop)
1346
+ ("if(typeof BigInt!==\"undefined\"&&o.longs===BigInt)")
1347
+ ("d%s=typeof m%s===\"number\"?BigInt(m%s):util.Long.fromBits(m%s.low>>>0,m%s.high>>>0,%j).toBigInt()", prop, prop, prop, prop, prop, isUnsigned)
1348
+ ("else if(typeof m%s===\"number\")", prop)
1347
1349
  ("d%s=o.longs===String?String(m%s):m%s", prop, prop, prop)
1348
1350
  ("else") // Long-like
1349
1351
  ("d%s=o.longs===String?util.Long.prototype.toString.call(m%s):o.longs===Number?new util.LongBits(m%s.low>>>0,m%s.high>>>0).toNumber(%s):m%s", prop, prop, prop, prop, isUnsigned ? "true": "", prop);
@@ -1411,9 +1413,9 @@ converter.toObject = function toObject(mtype) {
1411
1413
  else if (field.long) gen
1412
1414
  ("if(util.Long){")
1413
1415
  ("var n=new util.Long(%i,%i,%j)", field.typeDefault.low, field.typeDefault.high, field.typeDefault.unsigned)
1414
- ("d%s=o.longs===String?n.toString():o.longs===Number?n.toNumber():n", prop)
1416
+ ("d%s=o.longs===String?n.toString():o.longs===Number?n.toNumber():typeof BigInt!==\"undefined\"&&o.longs===BigInt?n.toBigInt():n", prop)
1415
1417
  ("}else")
1416
- ("d%s=o.longs===String?%j:%i", prop, field.typeDefault.toString(), field.typeDefault.toNumber());
1418
+ ("d%s=o.longs===String?%j:typeof BigInt!==\"undefined\"&&o.longs===BigInt?BigInt(%j):%i", prop, field.typeDefault.toString(), field.typeDefault.toString(), field.typeDefault.toNumber());
1417
1419
  else if (field.bytes) {
1418
1420
  var arrayDefault = Array.prototype.slice.call(field.typeDefault);
1419
1421
  gen
@@ -6003,7 +6005,7 @@ Type.prototype.fromObject = function fromObject(object, depth) {
6003
6005
  * Conversion options as used by {@link Type#toObject} and {@link Message.toObject}.
6004
6006
  * @interface IConversionOptions
6005
6007
  * @property {Function} [longs] Long conversion type.
6006
- * Valid values are `String` and `Number` (the global types).
6008
+ * Valid values are `BigInt`, `String` and `Number` (the global types).
6007
6009
  * Defaults to copy the present value, which is a possibly unsafe number without and a {@link Long} with a long library.
6008
6010
  * @property {Function} [enums] Enum value conversion type.
6009
6011
  * Only valid value is `String` (the global type).