flowrix 1.0.1-beta.34 → 1.0.1-beta.35

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/dist/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "flowrix",
3
3
  "configKey": "flowrix",
4
- "version": "1.0.1-beta.34",
4
+ "version": "1.0.1-beta.35",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "3.6.1"
@@ -8,7 +8,6 @@ function getEnv(key) {
8
8
  return process.env[key];
9
9
  }
10
10
  async function request(method, config = {}, endpoint, options = {}) {
11
- return config;
12
11
  const FLOWRIX_API_KEY = getEnv("FLOWRIX_API_KEY") || config.public?.FLOWRIX_API_KEY;
13
12
  const FLOWRIX_API_SECRET = getEnv("FLOWRIX_API_SECRET") || config.public?.FLOWRIX_API_SECRET;
14
13
  const FLOWRIX_API_ORIGIN = getEnv("FLOWRIX_API_ORIGIN") || config.public?.FLOWRIX_API_ORIGIN;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flowrix",
3
- "version": "1.0.1-beta.34",
3
+ "version": "1.0.1-beta.35",
4
4
  "description": "lug-and-play Nuxt eCommerce cart powered by FLOWRiX. Subscription required.",
5
5
  "license": "MIT",
6
6
  "type": "module",