@searchspring/snap-platforms 0.71.0 → 0.72.0
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/README.md +4 -5
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
# Snap Platforms
|
|
2
2
|
|
|
3
|
-
<a href="https://www.npmjs.com/package/@searchspring/snap-platforms"><img alt="NPM Status" src="https://img.shields.io/npm/v/@searchspring/snap-platforms.svg?style=flat"></a>
|
|
4
3
|
|
|
5
|
-
Snap Platforms contains functionality that makes working with various
|
|
4
|
+
Snap Platforms contains functionality that makes working with various shopping platforms easier. Several platforms have standardized APIs that can be leveraged for things like adding products to the cart. The most commonly used platforms are currently supported with a standard `addToCart` function. This function can be used within Snap projects. Each platform may also support other functionality, checkout the documentation for each platform to find out more.
|
|
6
5
|
|
|
7
6
|
|
|
8
|
-
[
|
|
7
|
+
[Shopify](https://searchspring.github.io/snap/reference-platforms-shopify)
|
|
9
8
|
|
|
10
|
-
[
|
|
9
|
+
[BigCommerce](https://searchspring.github.io/snap/reference-platforms-bigcommerce)
|
|
11
10
|
|
|
12
|
-
[
|
|
11
|
+
[Magento2](https://searchspring.github.io/snap/reference-platforms-magento2)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@searchspring/snap-platforms",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.72.0",
|
|
4
4
|
"description": "Snap Platforms Library",
|
|
5
5
|
"author": "Searchspring",
|
|
6
6
|
"license": "MIT",
|
|
@@ -18,10 +18,10 @@
|
|
|
18
18
|
"test:watch": "jest --watch"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@searchspring/snap-toolbox": "0.
|
|
21
|
+
"@searchspring/snap-toolbox": "0.72.0"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@searchspring/snap-store-mobx": "0.
|
|
24
|
+
"@searchspring/snap-store-mobx": "0.72.0"
|
|
25
25
|
},
|
|
26
26
|
"sideEffects": false,
|
|
27
27
|
"files": [
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"require": "./dist/cjs/bigcommerce/src/index.js"
|
|
45
45
|
}
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "737d4bd308ebbb852fe3f09b2b90f4af87bbe264"
|
|
48
48
|
}
|