@symbo.ls/fetch 2.11.396 → 2.11.398

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -8,7 +8,7 @@ const { window } = globals
8
8
  const IS_DEVELOPMENT =
9
9
  window && window.location
10
10
  ? window.location.host.includes('dev.')
11
- : process?.env.NODE_ENV === 'development'
11
+ : process.env.NODE_ENV === 'development'
12
12
 
13
13
  const SERVER_URL = IS_DEVELOPMENT
14
14
  ? 'http://localhost:13335/get'
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@symbo.ls/fetch",
3
- "version": "2.11.396",
3
+ "version": "2.11.398",
4
4
  "license": "MIT",
5
- "gitHead": "d92037fb95cea38c0407931d0f4d2dac334760d3",
5
+ "gitHead": "d3cb027daada2cda9943517e98ffc67e0170a763",
6
6
  "type": "module",
7
7
  "module": "index.js",
8
8
  "main": "index.js",