@symbo.ls/fetch 2.4.1 → 2.4.2

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 +0 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -16,7 +16,6 @@ export const fetchProject = (el, s, { userName, projectId }) => {
16
16
  $id: projectId,
17
17
  $all: true
18
18
  }, async data => {
19
- console.log(data)
20
19
  const { key, name, state, icon, system } = data
21
20
 
22
21
  if (system) s.SYSTEM = { ...system }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@symbo.ls/fetch",
3
- "version": "2.4.1",
3
+ "version": "2.4.2",
4
4
  "main": "index.js",
5
5
  "dependencies": {
6
6
  "@symbo.ls/based": "latest"