@gjsify/constants 0.4.29 → 0.4.31

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.
@@ -1,3 +1,3 @@
1
1
  declare const flattened: Record<string, unknown>;
2
2
  export default flattened;
3
- export declare const E2BIG: any, EACCES: any, EADDRINUSE: any, EADDRNOTAVAIL: any, EAFNOSUPPORT: any, EAGAIN: any, EALREADY: any, EBADF: any, EBADMSG: any, EBUSY: any, ECANCELED: any, ECHILD: any, ECONNABORTED: any, ECONNREFUSED: any, ECONNRESET: any, EDEADLK: any, EDESTADDRREQ: any, EDOM: any, EDQUOT: any, EEXIST: any, EFAULT: any, EFBIG: any, EHOSTUNREACH: any, EIDRM: any, EILSEQ: any, EINPROGRESS: any, EINTR: any, EINVAL: any, EIO: any, EISCONN: any, EISDIR: any, ELOOP: any, EMFILE: any, EMLINK: any, EMSGSIZE: any, ENAMETOOLONG: any, ENETDOWN: any, ENETRESET: any, ENETUNREACH: any, ENFILE: any, ENOBUFS: any, ENODATA: any, ENODEV: any, ENOENT: any, ENOEXEC: any, ENOLCK: any, ENOLINK: any, ENOMEM: any, ENOMSG: any, ENOPROTOOPT: any, ENOSPC: any, ENOSR: any, ENOSTR: any, ENOSYS: any, ENOTCONN: any, ENOTDIR: any, ENOTEMPTY: any, ENOTSOCK: any, ENOTSUP: any, ENOTTY: any, ENXIO: any, EOPNOTSUPP: any, EOVERFLOW: any, EPERM: any, EPIPE: any, EPROTO: any, EPROTONOSUPPORT: any, EPROTOTYPE: any, ERANGE: any, EROFS: any, ESPIPE: any, ESRCH: any, ESTALE: any, ETIME: any, ETIMEDOUT: any, ETXTBSY: any, EWOULDBLOCK: any, EXDEV: any, SIGHUP: any, SIGINT: any, SIGQUIT: any, SIGILL: any, SIGTRAP: any, SIGABRT: any, SIGBUS: any, SIGFPE: any, SIGKILL: any, SIGUSR1: any, SIGUSR2: any, SIGSEGV: any, SIGPIPE: any, SIGALRM: any, SIGTERM: any, SIGCHLD: any, SIGCONT: any, SIGSTOP: any, SIGTSTP: any, SIGTTIN: any, SIGTTOU: any, SIGURG: any, SIGXCPU: any, SIGXFSZ: any, SIGVTALRM: any, SIGPROF: any, SIGWINCH: any, SIGIO: any, SIGPWR: any, SIGSYS: any;
3
+ export declare const E2BIG: number, EACCES: number, EADDRINUSE: number, EADDRNOTAVAIL: number, EAFNOSUPPORT: number, EAGAIN: number, EALREADY: number, EBADF: number, EBADMSG: number, EBUSY: number, ECANCELED: number, ECHILD: number, ECONNABORTED: number, ECONNREFUSED: number, ECONNRESET: number, EDEADLK: number, EDESTADDRREQ: number, EDOM: number, EDQUOT: number, EEXIST: number, EFAULT: number, EFBIG: number, EHOSTUNREACH: number, EIDRM: number, EILSEQ: number, EINPROGRESS: number, EINTR: number, EINVAL: number, EIO: number, EISCONN: number, EISDIR: number, ELOOP: number, EMFILE: number, EMLINK: number, EMSGSIZE: number, ENAMETOOLONG: number, ENETDOWN: number, ENETRESET: number, ENETUNREACH: number, ENFILE: number, ENOBUFS: number, ENODATA: number, ENODEV: number, ENOENT: number, ENOEXEC: number, ENOLCK: number, ENOLINK: number, ENOMEM: number, ENOMSG: number, ENOPROTOOPT: number, ENOSPC: number, ENOSR: number, ENOSTR: number, ENOSYS: number, ENOTCONN: number, ENOTDIR: number, ENOTEMPTY: number, ENOTSOCK: number, ENOTSUP: number, ENOTTY: number, ENXIO: number, EOPNOTSUPP: number, EOVERFLOW: number, EPERM: number, EPIPE: number, EPROTO: number, EPROTONOSUPPORT: number, EPROTOTYPE: number, ERANGE: number, EROFS: number, ESPIPE: number, ESRCH: number, ESTALE: number, ETIME: number, ETIMEDOUT: number, ETXTBSY: number, EWOULDBLOCK: number, EXDEV: number, SIGHUP: number, SIGINT: number, SIGQUIT: number, SIGILL: number, SIGTRAP: number, SIGABRT: number, SIGBUS: number, SIGFPE: number, SIGKILL: number, SIGUSR1: number, SIGUSR2: number, SIGSEGV: number, SIGPIPE: number, SIGALRM: number, SIGTERM: number, SIGCHLD: number, SIGCONT: number, SIGSTOP: number, SIGTSTP: number, SIGTTIN: number, SIGTTOU: number, SIGURG: number, SIGXCPU: number, SIGXFSZ: number, SIGVTALRM: number, SIGPROF: number, SIGWINCH: number, SIGIO: number, SIGPWR: number, SIGSYS: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gjsify/constants",
3
- "version": "0.4.29",
3
+ "version": "0.4.31",
4
4
  "description": "Node.js constants module for Gjs (deprecated, re-exports from os/fs/crypto)",
5
5
  "type": "module",
6
6
  "module": "lib/esm/index.js",
@@ -33,13 +33,13 @@
33
33
  "constants"
34
34
  ],
35
35
  "dependencies": {
36
- "@gjsify/crypto": "^0.4.29",
37
- "@gjsify/fs": "^0.4.29",
38
- "@gjsify/os": "^0.4.29"
36
+ "@gjsify/crypto": "^0.4.31",
37
+ "@gjsify/fs": "^0.4.31",
38
+ "@gjsify/os": "^0.4.31"
39
39
  },
40
40
  "devDependencies": {
41
- "@gjsify/cli": "^0.4.29",
42
- "@gjsify/unit": "^0.4.29",
41
+ "@gjsify/cli": "^0.4.31",
42
+ "@gjsify/unit": "^0.4.31",
43
43
  "@types/node": "^25.9.1",
44
44
  "typescript": "^6.0.3"
45
45
  }