@shopify/ui-extensions
Advanced tools
Comparing version 0.0.0-unstable-20241218170719 to 0.0.0-unstable-20241218184903
@@ -5,4 +5,3 @@ 'use strict'; | ||
var extension = require('./point-of-sale/event/extension.js'); | ||
var extension$1 = require('./point-of-sale/extension.js'); | ||
var extension = require('./point-of-sale/extension.js'); | ||
var Badge = require('./point-of-sale/render/components/Badge/Badge.js'); | ||
@@ -46,5 +45,4 @@ var Banner = require('./point-of-sale/render/components/Banner/Banner.js'); | ||
exports.eventExtension = extension.eventExtension; | ||
exports.extend = extension$1.extend; | ||
exports.extension = extension$1.extension; | ||
exports.extend = extension.extend; | ||
exports.extension = extension.extension; | ||
exports.Badge = Badge.Badge; | ||
@@ -51,0 +49,0 @@ exports.Banner = Banner.Banner; |
export * from './point-of-sale/api'; | ||
export * from './point-of-sale/components'; | ||
export * from './point-of-sale/targets'; | ||
export * from './point-of-sale/event/targets'; | ||
export * from './point-of-sale/event/extension'; | ||
export * from './point-of-sale/extension'; | ||
@@ -7,0 +5,0 @@ export * from './point-of-sale/shared'; |
@@ -1,4 +0,3 @@ | ||
export type { BaseInput } from './event/input/BaseInput'; | ||
export type { PurchaseCompleteInput } from './event/input/PurchaseCompleteInput'; | ||
export type { BaseInput } from './run/input/BaseInput'; | ||
export type { Device } from './types/device'; | ||
//# sourceMappingURL=input.d.ts.map |
@@ -1,2 +0,2 @@ | ||
export type { BaseIntent } from './event/intent/BaseIntent'; | ||
export type { BaseIntent } from './run/intent/BaseIntent'; | ||
//# sourceMappingURL=intent.d.ts.map |
{ | ||
"name": "@shopify/ui-extensions", | ||
"version": "0.0.0-unstable-20241218170719", | ||
"version": "0.0.0-unstable-20241218184903", | ||
"scripts": { | ||
@@ -5,0 +5,0 @@ "docs:admin": "bash ./docs/surfaces/admin/build-docs.sh", |
export * from './point-of-sale/api'; | ||
export * from './point-of-sale/components'; | ||
export * from './point-of-sale/targets'; | ||
export * from './point-of-sale/event/targets'; | ||
export * from './point-of-sale/event/extension'; | ||
export * from './point-of-sale/extension'; | ||
@@ -7,0 +5,0 @@ export * from './point-of-sale/shared'; |
@@ -1,4 +0,3 @@ | ||
export type {BaseInput} from './event/input/BaseInput'; | ||
export type {PurchaseCompleteInput} from './event/input/PurchaseCompleteInput'; | ||
export type {BaseInput} from './run/input/BaseInput'; | ||
export type {Device} from './types/device'; |
@@ -1,1 +0,1 @@ | ||
export type {BaseIntent} from './event/intent/BaseIntent'; | ||
export type {BaseIntent} from './run/intent/BaseIntent'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2381822
1818
49518