# v1.1.0 release notes
# Introduction
Starting with version 1.1.0
, integration becomes only available to our enterprise customers. Because at Vue Storefront, we have a private registry for enterprise packages, the organization name for this integration changes from @vue-storefront
to @vsf-enterprise
.
Check out the Enterprise (opens new window) page to learn more about the Vue Storefront Enterprise offering and how to connect to it.
Due to this change, the last open-source version (1.0.3
) becomes deprecated.
# Migration guide
To upgrade to version 1.1.0
, update the following imports:
- from
@vue-storefront/bigcommerce
to@vsf-enterprise/bigcommerce
- import { ... } from '@vue-storefront/bigcommerce';
+ import { ... } from '@vsf-enterprise/bigcommerce';
- from
@vue-storefront/bigcommerce-api
to@vsf-enterprise/bigcommerce-api
- import { ... } from '@vue-storefront/bigcommerce-api';
+ import { ... } from '@vsf-enterprise/bigcommerce-api';