Skip to content

Commit bd7c873

Browse files
committed
build(deps): bump @flex-development/tutils from 6.0.0-alpha.7 to 6.0.0-alpha.9
Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
1 parent fbdfdb0 commit bd7c873

3 files changed

Lines changed: 8 additions & 28 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"typecheck:watch": "vitest typecheck"
6969
},
7070
"dependencies": {
71-
"@flex-development/tutils": "6.0.0-alpha.7",
71+
"@flex-development/tutils": "6.0.0-alpha.9",
7272
"node-inspect-extracted": "2.0.0"
7373
},
7474
"devDependencies": {
@@ -154,7 +154,7 @@
154154
},
155155
"resolutions": {
156156
"@ardatan/sync-fetch": "larsgw/sync-fetch#head=worker_threads",
157-
"@flex-development/tutils": "6.0.0-alpha.7",
157+
"@flex-development/tutils": "6.0.0-alpha.9",
158158
"esbuild": "0.16.16",
159159
"vite": "4.0.4",
160160
"vitest@npm:0.26.3": "patch:vitest@npm%3A0.26.3#patches/vitest+0.26.3.dev.patch"

typings/node/loader.d.ts

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,11 @@
1-
import type { Nullable } from '@flex-development/tutils'
1+
import type { Nullable, TypedArray } from '@flex-development/tutils'
22

33
declare global {
44
/**
55
* Module formats.
66
*/
77
type Format = 'builtin' | 'commonjs' | 'json' | 'module' | 'wasm'
88

9-
/**
10-
* Array-like view of an underlying [binary data buffer][1].
11-
*
12-
* [1]: https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer
13-
*
14-
* @see https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/TypedArray
15-
*/
16-
type TypedArray =
17-
| BigInt64Array
18-
| BigUint64Array
19-
| Float32Array
20-
| Float64Array
21-
| Int8Array
22-
| Int16Array
23-
| Int32Array
24-
| Uint8Array
25-
| Uint8ClampedArray
26-
| Uint16Array
27-
| Uint32Array
28-
299
/**
3010
* {@link LoadHook} context.
3111
*/

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -998,7 +998,7 @@ __metadata:
998998
"@faker-js/faker": "npm:7.6.0"
999999
"@flex-development/mkbuild": "npm:1.0.0-alpha.9"
10001000
"@flex-development/pkg-types": "npm:2.0.0"
1001-
"@flex-development/tutils": "npm:6.0.0-alpha.7"
1001+
"@flex-development/tutils": "npm:6.0.0-alpha.9"
10021002
"@graphql-eslint/eslint-plugin": "npm:3.14.3"
10031003
"@types/chai": "npm:4.3.4"
10041004
"@types/chai-string": "npm:1.4.2"
@@ -1130,12 +1130,12 @@ __metadata:
11301130
languageName: node
11311131
linkType: hard
11321132

1133-
"@flex-development/tutils@npm:6.0.0-alpha.7":
1134-
version: 6.0.0-alpha.7
1135-
resolution: "@flex-development/tutils@npm:6.0.0-alpha.7::__archiveUrl=https%3A%2F%2Fnpm.pkg.github.com%2Fdownload%2F%40flex-development%2Ftutils%2F6.0.0-alpha.7%2F786916dcfd30bf076b5ac74cb31ca4031f74e1f0"
1133+
"@flex-development/tutils@npm:6.0.0-alpha.9":
1134+
version: 6.0.0-alpha.9
1135+
resolution: "@flex-development/tutils@npm:6.0.0-alpha.9::__archiveUrl=https%3A%2F%2Fnpm.pkg.github.com%2Fdownload%2F%40flex-development%2Ftutils%2F6.0.0-alpha.9%2F596608be55ad251320e2ee22335f688e41fa49e3"
11361136
peerDependencies:
11371137
typescript: ">=4.7"
1138-
checksum: 626d2df21cd31cfe0445c94e0946b7ca77a3c95ca93c92b20c512820bad32e7fe34c4c59f870eddcdc449decc0c364614df4fc1c3f4fef1b76592d5ec53c59d3
1138+
checksum: 0e206ba29c79f484bf0be338a66ceeeaf525c8ed49974b5784ba139b47fb433a888d3cc698b24abd0a049c36162af15ea638b008baa1d3e04883b111a33a727b
11391139
languageName: node
11401140
linkType: hard
11411141

0 commit comments

Comments
 (0)