@symbo.ls/fetch 2.11.313 → 2.11.317

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/cjs/index.js CHANGED
@@ -63,8 +63,6 @@ const fetchRemote = async (key, options = defaultOptions) => {
63
63
  };
64
64
  const fetchProject = async (key, options) => {
65
65
  const { editor } = options;
66
- console.log("proj");
67
- console.log(options);
68
66
  if (editor && editor.remote) {
69
67
  const data = await fetchRemote(key, editor);
70
68
  const evalData = IS_DEVELOPMENT || options.isDevelopment ? deepDestringify(data) : deepDestringify(data.releases[0]);
package/index.js CHANGED
@@ -45,9 +45,6 @@ export const fetchRemote = async (key, options = defaultOptions) => {
45
45
  export const fetchProject = async (key, options) => {
46
46
  const { editor } = options
47
47
 
48
- console.log('proj')
49
- console.log(options)
50
-
51
48
  if (editor && editor.remote) {
52
49
  const data = await fetchRemote(key, editor)
53
50
  const evalData = (IS_DEVELOPMENT || options.isDevelopment)
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@symbo.ls/fetch",
3
- "version": "2.11.313",
3
+ "version": "2.11.317",
4
4
  "license": "MIT",
5
- "gitHead": "f29a5ff15ace269eb77f40080dbfddf5b43978ba",
5
+ "gitHead": "893d1978b8fb04a4bf9790a75c93ddd4814c0d49",
6
6
  "type": "module",
7
7
  "module": "index.js",
8
8
  "main": "index.js",