@foxtware/mineral 0.1.21 → 0.1.22

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/.creds.yml.sample CHANGED
@@ -112,3 +112,10 @@ gorgias:
112
112
  google:
113
113
  SERVICE_ACCOUNT_JSON:
114
114
  ...
115
+
116
+ tagalys:
117
+ store:
118
+ BASE_URL: ____________________________ # Server URL
119
+ CLIENT_CODE: _________________________
120
+ API_KEY: _____________________________
121
+ STORE_ID: ____________________________
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@foxtware/mineral",
3
- "version": "0.1.21",
3
+ "version": "0.1.22",
4
4
  "bin": {
5
5
  "mineral": "bin/mineral.js"
6
6
  },
File without changes