@shopify/ui-extensions-server-kit 0.0.0-snapshot-20250605110404 → 0.0.0-snapshot-20250605142038
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
CHANGED
package/dist/types.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -166,7 +166,7 @@ describe('extensionServerReducer()', () => {
|
|
|
166
166
|
extensions: [extension],
|
|
167
167
|
}
|
|
168
168
|
|
|
169
|
-
const action = createLogAction({level: 'info',
|
|
169
|
+
const action = createLogAction({level: 'info', message: 'test', extensionName: extension.name})
|
|
170
170
|
const state = extensionServerReducer(previousState, action)
|
|
171
171
|
|
|
172
172
|
expect(state).toStrictEqual(previousState)
|
package/src/types.ts
CHANGED