@psnext/slingcli 2.4.20260520-5 → 2.4.20260521-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.
- package/node_modules/@aws-sdk/core/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-http/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +12 -12
- package/node_modules/@aws-sdk/credential-provider-login/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-node/package.json +10 -10
- package/node_modules/@aws-sdk/credential-provider-process/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
- package/node_modules/@aws-sdk/eventstream-handler-node/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-eventstream/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-websocket/package.json +6 -6
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/package.json +8 -8
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +4 -4
- package/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
- package/node_modules/@earendil-works/pi-ai/dist/models.generated.js +213 -207
- package/node_modules/@earendil-works/pi-ai/package.json +2 -2
- package/node_modules/@protobufjs/eventemitter/CHANGELOG.md +8 -0
- package/node_modules/@protobufjs/eventemitter/index.d.ts +10 -8
- package/node_modules/@protobufjs/eventemitter/index.js +17 -7
- package/node_modules/@protobufjs/eventemitter/package.json +2 -2
- package/node_modules/@protobufjs/eventemitter/tests/index.js +39 -3
- package/node_modules/@smithy/core/cbor.d.ts +1 -3
- package/node_modules/@smithy/core/cbor.js +0 -1
- package/node_modules/@smithy/core/checksum.d.ts +2 -2
- package/node_modules/@smithy/core/checksum.js +1 -1
- package/node_modules/@smithy/core/client.d.ts +1 -3
- package/node_modules/@smithy/core/client.js +0 -1
- package/node_modules/@smithy/core/config.d.ts +2 -2
- package/node_modules/@smithy/core/config.js +1 -1
- package/node_modules/@smithy/core/endpoints.d.ts +1 -3
- package/node_modules/@smithy/core/endpoints.js +0 -1
- package/node_modules/@smithy/core/event-streams.d.ts +1 -3
- package/node_modules/@smithy/core/event-streams.js +0 -1
- package/node_modules/@smithy/core/package.json +1 -1
- package/node_modules/@smithy/core/protocols.d.ts +1 -3
- package/node_modules/@smithy/core/protocols.js +0 -1
- package/node_modules/@smithy/core/retry.d.ts +2 -2
- package/node_modules/@smithy/core/retry.js +1 -1
- package/node_modules/@smithy/core/schema.d.ts +1 -3
- package/node_modules/@smithy/core/schema.js +0 -1
- package/node_modules/@smithy/core/serde.d.ts +1 -3
- package/node_modules/@smithy/core/serde.js +0 -1
- package/node_modules/@smithy/credential-provider-imds/package.json +2 -2
- package/node_modules/@smithy/fetch-http-handler/package.json +2 -2
- package/node_modules/@smithy/node-http-handler/package.json +2 -2
- package/node_modules/@smithy/signature-v4/package.json +2 -2
- package/node_modules/protobufjs/dist/light/protobuf.js +127 -69
- package/node_modules/protobufjs/dist/light/protobuf.js.map +1 -1
- package/node_modules/protobufjs/dist/light/protobuf.min.js +3 -3
- package/node_modules/protobufjs/dist/light/protobuf.min.js.map +1 -1
- package/node_modules/protobufjs/dist/minimal/protobuf.js +62 -25
- package/node_modules/protobufjs/dist/minimal/protobuf.js.map +1 -1
- package/node_modules/protobufjs/dist/minimal/protobuf.min.js +3 -3
- package/node_modules/protobufjs/dist/minimal/protobuf.min.js.map +1 -1
- package/node_modules/protobufjs/dist/protobuf.js +148 -76
- package/node_modules/protobufjs/dist/protobuf.js.map +1 -1
- package/node_modules/protobufjs/dist/protobuf.min.js +3 -3
- package/node_modules/protobufjs/dist/protobuf.min.js.map +1 -1
- package/node_modules/protobufjs/ext/descriptor/index.js +7 -2
- package/node_modules/protobufjs/index.d.ts +12 -3
- package/node_modules/protobufjs/package.json +2 -2
- package/node_modules/protobufjs/src/converter.js +8 -5
- package/node_modules/protobufjs/src/encoder.js +8 -5
- package/node_modules/protobufjs/src/enum.js +2 -2
- package/node_modules/protobufjs/src/field.js +1 -1
- package/node_modules/protobufjs/src/namespace.js +2 -0
- package/node_modules/protobufjs/src/object.js +6 -6
- package/node_modules/protobufjs/src/parse.js +19 -5
- package/node_modules/protobufjs/src/root.js +14 -8
- package/node_modules/protobufjs/src/type.js +8 -5
- package/node_modules/protobufjs/src/util/minimal.js +32 -7
- package/node_modules/protobufjs/src/util/patterns.js +0 -1
- package/node_modules/protobufjs/src/util.js +4 -3
- package/node_modules/protobufjs/src/wrappers.js +11 -7
- package/node_modules/protobufjs/src/writer.js +11 -9
- package/node_modules/semver/classes/range.js +7 -0
- package/node_modules/semver/package.json +1 -1
- package/node_modules/semver/ranges/subset.js +2 -2
- package/package.json +2 -2
- package/slingshot/index.js +234 -234
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* protobuf.js v7.6.
|
|
3
|
-
* compiled
|
|
2
|
+
* protobuf.js v7.6.1 (c) 2016, daniel wirtz
|
|
3
|
+
* compiled fri, 22 may 2026 02:52:08 utc
|
|
4
4
|
* licensed under the bsd-3-clause license
|
|
5
5
|
* see: https://github.com/dcodeio/protobuf.js for details
|
|
6
6
|
*/
|
|
@@ -249,15 +249,23 @@ function EventEmitter() {
|
|
|
249
249
|
* @type {Object.<string,*>}
|
|
250
250
|
* @private
|
|
251
251
|
*/
|
|
252
|
-
this._listeners =
|
|
252
|
+
this._listeners = Object.create(null);
|
|
253
253
|
}
|
|
254
254
|
|
|
255
|
+
/**
|
|
256
|
+
* Event listener as used by {@link util.EventEmitter}.
|
|
257
|
+
* @typedef EventEmitterListener
|
|
258
|
+
* @type {function}
|
|
259
|
+
* @param {...*} args Arguments
|
|
260
|
+
* @returns {undefined}
|
|
261
|
+
*/
|
|
262
|
+
|
|
255
263
|
/**
|
|
256
264
|
* Registers an event listener.
|
|
257
265
|
* @param {string} evt Event name
|
|
258
|
-
* @param {
|
|
266
|
+
* @param {EventEmitterListener} fn Listener
|
|
259
267
|
* @param {*} [ctx] Listener context
|
|
260
|
-
* @returns {
|
|
268
|
+
* @returns {this} `this`
|
|
261
269
|
*/
|
|
262
270
|
EventEmitter.prototype.on = function on(evt, fn, ctx) {
|
|
263
271
|
(this._listeners[evt] || (this._listeners[evt] = [])).push({
|
|
@@ -270,17 +278,19 @@ EventEmitter.prototype.on = function on(evt, fn, ctx) {
|
|
|
270
278
|
/**
|
|
271
279
|
* Removes an event listener or any matching listeners if arguments are omitted.
|
|
272
280
|
* @param {string} [evt] Event name. Removes all listeners if omitted.
|
|
273
|
-
* @param {
|
|
274
|
-
* @returns {
|
|
281
|
+
* @param {EventEmitterListener} [fn] Listener to remove. Removes all listeners of `evt` if omitted.
|
|
282
|
+
* @returns {this} `this`
|
|
275
283
|
*/
|
|
276
284
|
EventEmitter.prototype.off = function off(evt, fn) {
|
|
277
285
|
if (evt === undefined)
|
|
278
|
-
this._listeners =
|
|
286
|
+
this._listeners = Object.create(null);
|
|
279
287
|
else {
|
|
280
288
|
if (fn === undefined)
|
|
281
289
|
this._listeners[evt] = [];
|
|
282
290
|
else {
|
|
283
291
|
var listeners = this._listeners[evt];
|
|
292
|
+
if (!listeners)
|
|
293
|
+
return this;
|
|
284
294
|
for (var i = 0; i < listeners.length;)
|
|
285
295
|
if (listeners[i].fn === fn)
|
|
286
296
|
listeners.splice(i, 1);
|
|
@@ -295,7 +305,7 @@ EventEmitter.prototype.off = function off(evt, fn) {
|
|
|
295
305
|
* Emits an event by calling its listeners with the specified arguments.
|
|
296
306
|
* @param {string} evt Event name
|
|
297
307
|
* @param {...*} args Arguments
|
|
298
|
-
* @returns {
|
|
308
|
+
* @returns {this} `this`
|
|
299
309
|
*/
|
|
300
310
|
EventEmitter.prototype.emit = function emit(evt) {
|
|
301
311
|
var listeners = this._listeners[evt];
|
|
@@ -1794,6 +1804,18 @@ util.pool = require(6);
|
|
|
1794
1804
|
// utility to work with the low and high bits of a 64 bit value
|
|
1795
1805
|
util.LongBits = require(14);
|
|
1796
1806
|
|
|
1807
|
+
/**
|
|
1808
|
+
* Tests if the specified key can affect object prototypes.
|
|
1809
|
+
* @memberof util
|
|
1810
|
+
* @param {string} key Key to test
|
|
1811
|
+
* @returns {boolean} `true` if the key is unsafe
|
|
1812
|
+
*/
|
|
1813
|
+
function isUnsafeProperty(key) {
|
|
1814
|
+
return key === "__proto__" || key === "prototype" || key === "constructor";
|
|
1815
|
+
}
|
|
1816
|
+
|
|
1817
|
+
util.isUnsafeProperty = isUnsafeProperty;
|
|
1818
|
+
|
|
1797
1819
|
/**
|
|
1798
1820
|
* Whether running within node or not.
|
|
1799
1821
|
* @memberof util
|
|
@@ -2007,26 +2029,39 @@ util.longFromHash = function longFromHash(hash, unsigned) {
|
|
|
2007
2029
|
* Merges the properties of the source object into the destination object.
|
|
2008
2030
|
* @memberof util
|
|
2009
2031
|
* @param {Object.<string,*>} dst Destination object
|
|
2010
|
-
* @param {Object.<string
|
|
2011
|
-
* @param {boolean} [ifNotSet=false] Merges only if the key is not already set
|
|
2032
|
+
* @param {...(Object.<string,*>|boolean)} src Source objects, optionally followed by an `ifNotSet` flag
|
|
2012
2033
|
* @returns {Object.<string,*>} Destination object
|
|
2013
2034
|
*/
|
|
2014
|
-
function merge(dst
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2035
|
+
function merge(dst) { // used by converters
|
|
2036
|
+
var ifNotSet = typeof arguments[arguments.length - 1] === "boolean",
|
|
2037
|
+
limit = ifNotSet ? arguments.length - 1 : arguments.length;
|
|
2038
|
+
ifNotSet = ifNotSet && arguments[arguments.length - 1];
|
|
2039
|
+
for (var a = 1; a < limit; ++a) {
|
|
2040
|
+
var src = arguments[a];
|
|
2041
|
+
if (!src)
|
|
2042
|
+
continue;
|
|
2043
|
+
for (var keys = Object.keys(src), i = 0; i < keys.length; ++i)
|
|
2044
|
+
if (!isUnsafeProperty(keys[i]) && (dst[keys[i]] === undefined || !ifNotSet))
|
|
2018
2045
|
dst[keys[i]] = src[keys[i]];
|
|
2046
|
+
}
|
|
2019
2047
|
return dst;
|
|
2020
2048
|
}
|
|
2021
2049
|
|
|
2022
2050
|
util.merge = merge;
|
|
2023
2051
|
|
|
2052
|
+
/**
|
|
2053
|
+
* Schema declaration nesting limit.
|
|
2054
|
+
* @memberof util
|
|
2055
|
+
* @type {number}
|
|
2056
|
+
*/
|
|
2057
|
+
util.nestingLimit = 32; // protoc: MaxMessageDeclarationNestingDepth
|
|
2058
|
+
|
|
2024
2059
|
/**
|
|
2025
2060
|
* Recursion limit.
|
|
2026
2061
|
* @memberof util
|
|
2027
2062
|
* @type {number}
|
|
2028
2063
|
*/
|
|
2029
|
-
util.recursionLimit = 100;
|
|
2064
|
+
util.recursionLimit = 100; // protoc: CodedInputStream::default_recursion_limit_
|
|
2030
2065
|
|
|
2031
2066
|
/**
|
|
2032
2067
|
* Makes a property safe for assignment as an own property.
|
|
@@ -2465,7 +2500,7 @@ Writer.prototype.uint32 = function write_uint32(value) {
|
|
|
2465
2500
|
* @returns {Writer} `this`
|
|
2466
2501
|
*/
|
|
2467
2502
|
Writer.prototype.int32 = function write_int32(value) {
|
|
2468
|
-
return value < 0
|
|
2503
|
+
return (value |= 0) < 0
|
|
2469
2504
|
? this._push(writeVarint64, 10, LongBits.fromNumber(value)) // 10 bytes per spec
|
|
2470
2505
|
: this.uint32(value);
|
|
2471
2506
|
};
|
|
@@ -2480,16 +2515,18 @@ Writer.prototype.sint32 = function write_sint32(value) {
|
|
|
2480
2515
|
};
|
|
2481
2516
|
|
|
2482
2517
|
function writeVarint64(val, buf, pos) {
|
|
2483
|
-
|
|
2484
|
-
|
|
2485
|
-
|
|
2486
|
-
|
|
2518
|
+
var lo = val.lo,
|
|
2519
|
+
hi = val.hi;
|
|
2520
|
+
while (hi) {
|
|
2521
|
+
buf[pos++] = lo & 127 | 128;
|
|
2522
|
+
lo = (lo >>> 7 | hi << 25) >>> 0;
|
|
2523
|
+
hi >>>= 7;
|
|
2487
2524
|
}
|
|
2488
|
-
while (
|
|
2489
|
-
buf[pos++] =
|
|
2490
|
-
|
|
2525
|
+
while (lo > 127) {
|
|
2526
|
+
buf[pos++] = lo & 127 | 128;
|
|
2527
|
+
lo = lo >>> 7;
|
|
2491
2528
|
}
|
|
2492
|
-
buf[pos++] =
|
|
2529
|
+
buf[pos++] = lo;
|
|
2493
2530
|
}
|
|
2494
2531
|
|
|
2495
2532
|
/**
|