@shopify/ui-extensions-server-kit 0.0.0-snapshot-20240820121935 → 0.0.0-snapshot-20250604200552
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/CHANGELOG.md +7 -1
- package/dist/ExtensionServerClient/ExtensionServerClient.cjs.js +1 -1
- package/dist/ExtensionServerClient/ExtensionServerClient.es.js +1 -1
- package/dist/context/ExtensionServerProvider.cjs.js +1 -1
- package/dist/context/ExtensionServerProvider.es.js +13 -12
- package/dist/index.cjs.js +1 -1
- package/dist/index.es.js +37 -36
- package/dist/state/actions/actions.cjs.js +1 -1
- package/dist/state/actions/actions.d.ts +2 -1
- package/dist/state/actions/actions.es.js +7 -0
- package/dist/state/actions/types.d.ts +5 -1
- package/dist/testing/extensions.cjs.js +1 -1
- package/dist/testing/extensions.es.js +2 -2
- package/dist/types.d.ts +8 -0
- package/node_modules/@shopify/ui-extensions-test-utils/dist/index.d.ts +3 -0
- package/node_modules/@shopify/ui-extensions-test-utils/dist/render.d.ts +2 -0
- package/node_modules/@shopify/ui-extensions-test-utils/dist/renderHook.d.ts +17 -0
- package/node_modules/@shopify/ui-extensions-test-utils/dist/withProviders.d.ts +9 -0
- package/node_modules/@shopify/ui-extensions-test-utils/dist/withProviders.js +1 -0
- package/node_modules/@shopify/ui-extensions-test-utils/package.json +2 -3
- package/package.json +2 -4
- package/project.json +0 -2
- package/src/ExtensionServerClient/ExtensionServerClient.ts +2 -1
- package/src/ExtensionServerClient/types.ts +2 -0
- package/src/context/ExtensionServerProvider.tsx +2 -0
- package/src/state/actions/actions.ts +8 -1
- package/src/state/actions/types.ts +12 -1
- package/src/state/reducers/extensionServerReducer.test.ts +16 -2
- package/src/testing/extensions.ts +2 -2
- package/src/types.ts +3 -0
- package/src/utilities/replaceUpdated.ts +1 -0
- package/src/utilities/set.ts +1 -0
- package/node_modules/@types/node/LICENSE +0 -21
- package/node_modules/@types/node/README.md +0 -15
- package/node_modules/@types/node/assert/strict.d.ts +0 -8
- package/node_modules/@types/node/assert.d.ts +0 -985
- package/node_modules/@types/node/async_hooks.d.ts +0 -522
- package/node_modules/@types/node/buffer.d.ts +0 -2321
- package/node_modules/@types/node/child_process.d.ts +0 -1544
- package/node_modules/@types/node/cluster.d.ts +0 -432
- package/node_modules/@types/node/console.d.ts +0 -412
- package/node_modules/@types/node/constants.d.ts +0 -19
- package/node_modules/@types/node/crypto.d.ts +0 -4451
- package/node_modules/@types/node/dgram.d.ts +0 -586
- package/node_modules/@types/node/diagnostics_channel.d.ts +0 -192
- package/node_modules/@types/node/dns/promises.d.ts +0 -381
- package/node_modules/@types/node/dns.d.ts +0 -809
- package/node_modules/@types/node/dom-events.d.ts +0 -122
- package/node_modules/@types/node/domain.d.ts +0 -170
- package/node_modules/@types/node/events.d.ts +0 -803
- package/node_modules/@types/node/fs/promises.d.ts +0 -1205
- package/node_modules/@types/node/fs.d.ts +0 -4211
- package/node_modules/@types/node/globals.d.ts +0 -377
- package/node_modules/@types/node/globals.global.d.ts +0 -1
- package/node_modules/@types/node/http.d.ts +0 -1801
- package/node_modules/@types/node/http2.d.ts +0 -2386
- package/node_modules/@types/node/https.d.ts +0 -544
- package/node_modules/@types/node/index.d.ts +0 -88
- package/node_modules/@types/node/inspector.d.ts +0 -2739
- package/node_modules/@types/node/module.d.ts +0 -298
- package/node_modules/@types/node/net.d.ts +0 -913
- package/node_modules/@types/node/os.d.ts +0 -473
- package/node_modules/@types/node/package.json +0 -235
- package/node_modules/@types/node/path.d.ts +0 -191
- package/node_modules/@types/node/perf_hooks.d.ts +0 -626
- package/node_modules/@types/node/process.d.ts +0 -1531
- package/node_modules/@types/node/punycode.d.ts +0 -117
- package/node_modules/@types/node/querystring.d.ts +0 -141
- package/node_modules/@types/node/readline/promises.d.ts +0 -143
- package/node_modules/@types/node/readline.d.ts +0 -666
- package/node_modules/@types/node/repl.d.ts +0 -430
- package/node_modules/@types/node/stream/consumers.d.ts +0 -12
- package/node_modules/@types/node/stream/promises.d.ts +0 -83
- package/node_modules/@types/node/stream/web.d.ts +0 -336
- package/node_modules/@types/node/stream.d.ts +0 -1731
- package/node_modules/@types/node/string_decoder.d.ts +0 -67
- package/node_modules/@types/node/test.d.ts +0 -1113
- package/node_modules/@types/node/timers/promises.d.ts +0 -93
- package/node_modules/@types/node/timers.d.ts +0 -126
- package/node_modules/@types/node/tls.d.ts +0 -1203
- package/node_modules/@types/node/trace_events.d.ts +0 -171
- package/node_modules/@types/node/ts4.8/assert/strict.d.ts +0 -8
- package/node_modules/@types/node/ts4.8/assert.d.ts +0 -985
- package/node_modules/@types/node/ts4.8/async_hooks.d.ts +0 -522
- package/node_modules/@types/node/ts4.8/buffer.d.ts +0 -2321
- package/node_modules/@types/node/ts4.8/child_process.d.ts +0 -1544
- package/node_modules/@types/node/ts4.8/cluster.d.ts +0 -432
- package/node_modules/@types/node/ts4.8/console.d.ts +0 -412
- package/node_modules/@types/node/ts4.8/constants.d.ts +0 -19
- package/node_modules/@types/node/ts4.8/crypto.d.ts +0 -4450
- package/node_modules/@types/node/ts4.8/dgram.d.ts +0 -586
- package/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +0 -192
- package/node_modules/@types/node/ts4.8/dns/promises.d.ts +0 -381
- package/node_modules/@types/node/ts4.8/dns.d.ts +0 -809
- package/node_modules/@types/node/ts4.8/dom-events.d.ts +0 -122
- package/node_modules/@types/node/ts4.8/domain.d.ts +0 -170
- package/node_modules/@types/node/ts4.8/events.d.ts +0 -754
- package/node_modules/@types/node/ts4.8/fs/promises.d.ts +0 -1205
- package/node_modules/@types/node/ts4.8/fs.d.ts +0 -4211
- package/node_modules/@types/node/ts4.8/globals.d.ts +0 -377
- package/node_modules/@types/node/ts4.8/globals.global.d.ts +0 -1
- package/node_modules/@types/node/ts4.8/http.d.ts +0 -1801
- package/node_modules/@types/node/ts4.8/http2.d.ts +0 -2386
- package/node_modules/@types/node/ts4.8/https.d.ts +0 -544
- package/node_modules/@types/node/ts4.8/index.d.ts +0 -88
- package/node_modules/@types/node/ts4.8/inspector.d.ts +0 -2739
- package/node_modules/@types/node/ts4.8/module.d.ts +0 -298
- package/node_modules/@types/node/ts4.8/net.d.ts +0 -913
- package/node_modules/@types/node/ts4.8/os.d.ts +0 -473
- package/node_modules/@types/node/ts4.8/path.d.ts +0 -191
- package/node_modules/@types/node/ts4.8/perf_hooks.d.ts +0 -626
- package/node_modules/@types/node/ts4.8/process.d.ts +0 -1531
- package/node_modules/@types/node/ts4.8/punycode.d.ts +0 -117
- package/node_modules/@types/node/ts4.8/querystring.d.ts +0 -141
- package/node_modules/@types/node/ts4.8/readline/promises.d.ts +0 -143
- package/node_modules/@types/node/ts4.8/readline.d.ts +0 -666
- package/node_modules/@types/node/ts4.8/repl.d.ts +0 -430
- package/node_modules/@types/node/ts4.8/stream/consumers.d.ts +0 -12
- package/node_modules/@types/node/ts4.8/stream/promises.d.ts +0 -83
- package/node_modules/@types/node/ts4.8/stream/web.d.ts +0 -336
- package/node_modules/@types/node/ts4.8/stream.d.ts +0 -1731
- package/node_modules/@types/node/ts4.8/string_decoder.d.ts +0 -67
- package/node_modules/@types/node/ts4.8/test.d.ts +0 -1113
- package/node_modules/@types/node/ts4.8/timers/promises.d.ts +0 -93
- package/node_modules/@types/node/ts4.8/timers.d.ts +0 -126
- package/node_modules/@types/node/ts4.8/tls.d.ts +0 -1203
- package/node_modules/@types/node/ts4.8/trace_events.d.ts +0 -171
- package/node_modules/@types/node/ts4.8/tty.d.ts +0 -206
- package/node_modules/@types/node/ts4.8/url.d.ts +0 -937
- package/node_modules/@types/node/ts4.8/util.d.ts +0 -2075
- package/node_modules/@types/node/ts4.8/v8.d.ts +0 -541
- package/node_modules/@types/node/ts4.8/vm.d.ts +0 -667
- package/node_modules/@types/node/ts4.8/wasi.d.ts +0 -158
- package/node_modules/@types/node/ts4.8/worker_threads.d.ts +0 -692
- package/node_modules/@types/node/ts4.8/zlib.d.ts +0 -517
- package/node_modules/@types/node/tty.d.ts +0 -206
- package/node_modules/@types/node/url.d.ts +0 -937
- package/node_modules/@types/node/util.d.ts +0 -2075
- package/node_modules/@types/node/v8.d.ts +0 -541
- package/node_modules/@types/node/vm.d.ts +0 -667
- package/node_modules/@types/node/wasi.d.ts +0 -158
- package/node_modules/@types/node/worker_threads.d.ts +0 -692
- package/node_modules/@types/node/zlib.d.ts +0 -517
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
# Installation
|
|
2
|
-
> `npm install --save @types/node`
|
|
3
|
-
|
|
4
|
-
# Summary
|
|
5
|
-
This package contains type definitions for node (https://nodejs.org/).
|
|
6
|
-
|
|
7
|
-
# Details
|
|
8
|
-
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node/v18.
|
|
9
|
-
|
|
10
|
-
### Additional Details
|
|
11
|
-
* Last updated: Thu, 07 Dec 2023 07:07:09 GMT
|
|
12
|
-
* Dependencies: [undici-types](https://npmjs.com/package/undici-types)
|
|
13
|
-
|
|
14
|
-
# Credits
|
|
15
|
-
These definitions were written by [Microsoft TypeScript](https://github.com/Microsoft), [Alberto Schiabel](https://github.com/jkomyno), [Alvis HT Tang](https://github.com/alvis), [Andrew Makarov](https://github.com/r3nya), [Benjamin Toueg](https://github.com/btoueg), [Chigozirim C.](https://github.com/smac89), [David Junger](https://github.com/touffy), [Deividas Bakanas](https://github.com/DeividasBakanas), [Eugene Y. Q. Shen](https://github.com/eyqs), [Hannes Magnusson](https://github.com/Hannes-Magnusson-CK), [Huw](https://github.com/hoo29), [Kelvin Jin](https://github.com/kjin), [Klaus Meinhardt](https://github.com/ajafff), [Lishude](https://github.com/islishude), [Mariusz Wiktorczyk](https://github.com/mwiktorczyk), [Mohsen Azimi](https://github.com/mohsen1), [Nicolas Even](https://github.com/n-e), [Nikita Galkin](https://github.com/galkin), [Parambir Singh](https://github.com/parambirs), [Sebastian Silbermann](https://github.com/eps1lon), [Simon Schick](https://github.com/SimonSchick), [Thomas den Hollander](https://github.com/ThomasdenH), [Wilco Bakker](https://github.com/WilcoBakker), [wwwy3y3](https://github.com/wwwy3y3), [Samuel Ainsworth](https://github.com/samuela), [Kyle Uehlein](https://github.com/kuehlein), [Thanik Bhongbhibhat](https://github.com/bhongy), [Marcin Kopacz](https://github.com/chyzwar), [Trivikram Kamat](https://github.com/trivikr), [Junxiao Shi](https://github.com/yoursunny), [Ilia Baryshnikov](https://github.com/qwelias), [ExE Boss](https://github.com/ExE-Boss), [Piotr Błażejewicz](https://github.com/peterblazejewicz), [Anna Henningsen](https://github.com/addaleax), [Victor Perin](https://github.com/victorperin), [Yongsheng Zhang](https://github.com/ZYSzys), [NodeJS Contributors](https://github.com/NodeJS), [Linus Unnebäck](https://github.com/LinusU), [wafuwafu13](https://github.com/wafuwafu13), [Matteo Collina](https://github.com/mcollina), and [Dmitry Semigradsky](https://github.com/Semigradsky).
|