0.6.7 • Published 11 months ago

@vtex/order-items v0.6.7

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Order Items (NPM Package)

Build Status License Library minified size Library minified + gzipped size

This package is an abstraction to decouple the Order Items logic from VTEX IO. Refer to the original repository for more information.

Installation

This library is published in the NPM registry and can be installed using any compatible package manager.

npm install @vtex/order-items --save

# For Yarn, use the command below.
yarn add @vtex/order-items

Installation from CDN

This module has an UMD bundle available through JSDelivr and Unpkg CDNs.

<!-- For UNPKG use the code below. -->
<script src="https://unpkg.com/@vtex/order-items"></script>

<!-- For JSDelivr use the code below. -->
<script src="https://cdn.jsdelivr.net/npm/@vtex/order-items"></script>

<script>
  // UMD module is exposed through the "orderItems" global variable.
  console.log(orderItems)
</script>

Releasing

Use releasy to create new tag to be released. After the tag is created, run npm publish

License

Released under MIT License.

0.6.7

11 months ago

0.6.6

2 years ago

0.6.4

2 years ago

0.6.3

3 years ago

0.5.2-0

3 years ago

0.6.2

3 years ago

0.6.1

3 years ago

0.5.2

3 years ago

0.6.0

3 years ago

0.5.1

3 years ago

0.4.1-0

3 years ago

0.5.0

3 years ago

0.4.0

3 years ago

0.3.1-0

3 years ago

0.1.0

3 years ago

0.1.1-3

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.1.1-0

3 years ago

0.1.1-1

3 years ago

0.0.1-3

3 years ago

0.0.1-1

3 years ago

0.0.1-7

3 years ago

0.0.1-6

3 years ago

0.0.1-5

3 years ago

0.0.1-8

3 years ago

0.0.1-0

3 years ago

0.0.0

3 years ago