@gjsify/util 0.4.28 → 0.4.29

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.
@@ -8,7 +8,7 @@ export { types };
8
8
  export { getSystemErrorName, getSystemErrorMap };
9
9
  export { inspect, kCustomInspect };
10
10
  export { format, formatWithOptions, stripVTControlCharacters, styleText };
11
- export { promisify, callbackify, deprecate, debuglog, inherits, isDeepStrictEqual, toUSVString, aborted, };
11
+ export { promisify, callbackify, deprecate, debuglog, inherits, isDeepStrictEqual, toUSVString, aborted };
12
12
  export { isBoolean, isNull, isNullOrUndefined, isNumber, isString, isSymbol, isUndefined, isObject, isError, isFunction, isRegExp, isArray, isPrimitive, isDate, isBuffer, };
13
13
  export declare const TextDecoder: {
14
14
  new (label?: string, options?: TextDecoderOptions): TextDecoder;
@@ -36,9 +36,9 @@ export declare function isBigIntObject(value: unknown): boolean;
36
36
  export declare function isBoxedPrimitive(value: unknown): boolean;
37
37
  export declare function isArgumentsObject(value: unknown): value is IArguments;
38
38
  export declare function isModuleNamespaceObject(value: unknown): boolean;
39
- export declare function isProxy(value: unknown): boolean;
39
+ export declare function isProxy(_value: unknown): boolean;
40
40
  export declare function isCryptoKey(value: unknown): boolean;
41
- export declare function isKeyObject(value: unknown): boolean;
41
+ export declare function isKeyObject(_value: unknown): boolean;
42
42
  declare const types: {
43
43
  isAnyArrayBuffer: typeof isAnyArrayBuffer;
44
44
  isArrayBuffer: typeof isArrayBuffer;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gjsify/util",
3
- "version": "0.4.28",
3
+ "version": "0.4.29",
4
4
  "description": "Node.js util module for Gjs",
5
5
  "type": "module",
6
6
  "module": "lib/esm/index.js",
@@ -37,8 +37,8 @@
37
37
  "util"
38
38
  ],
39
39
  "devDependencies": {
40
- "@gjsify/cli": "^0.4.28",
41
- "@gjsify/unit": "^0.4.28",
40
+ "@gjsify/cli": "^0.4.29",
41
+ "@gjsify/unit": "^0.4.29",
42
42
  "@types/inherits": "^2.0.0",
43
43
  "@types/node": "^25.9.1",
44
44
  "typescript": "^6.0.3"