@groupby/beacon-models
Advanced tools
Comparing version 0.0.1-alpha.7 to 1.0.0
@@ -8,3 +8,3 @@ import { Cart } from './partials/cart'; | ||
import { Visit } from './partials/visit'; | ||
export interface IAddToCart { | ||
export interface AddToCart { | ||
NAME: string; | ||
@@ -11,0 +11,0 @@ id: Id; |
{ | ||
"name": "@groupby/beacon-models", | ||
"version": "0.0.1-alpha.7", | ||
"description": "Types representing beacons GroupBy receives from its gb-tracker-client.", | ||
"version": "1.0.0", | ||
"description": "TypeScript interfaces and types for the beacons GroupBy systems receive.", | ||
"scripts": { | ||
@@ -6,0 +6,0 @@ "clean": "rm -r partials 2> /dev/null; rm *.d.ts 2> /dev/null; rm *.js 2> /dev/null", |
@@ -19,3 +19,3 @@ export { AutoMoreRefinements as AutoMoreRefinementsPartial } from './partials/autoMoreRefinements'; | ||
export * from './partials/responseId'; | ||
export * from './partials/search'; | ||
export { Search as SearchPartial } from './partials/search'; | ||
export * from './partials/searchNavigation'; | ||
@@ -22,0 +22,0 @@ export * from './partials/searchNavigationList'; |
@@ -9,3 +9,3 @@ import { ClientVersion } from './partials/clientVersion'; | ||
import { Visit as VisitPartial } from './partials/visit'; | ||
export interface ISearch { | ||
export interface Search { | ||
NAME: string; | ||
@@ -12,0 +12,0 @@ id: Id; |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
21853
80
1
1
31
1