codesandboxer
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -1,3 +0,9 @@ | ||
# 0.2.0 | ||
# Changelog | ||
## 0.2.1 | ||
An internal call of `fetchRelativeFile` was not being passed the new 'config' object, and now is. | ||
## 0.2.0 | ||
Add a new argument to `fetchFiles`, and `fetchRelativeFile` that is a config object. | ||
@@ -12,8 +18,8 @@ | ||
# 0.1.1 | ||
## 0.1.1 | ||
Stop using * import due to struggles with transform-runtime | ||
# 0.1.0 | ||
## 0.1.0 | ||
Be extracted from react-codesandboxer |
@@ -120,3 +120,3 @@ 'use strict'; | ||
_context.next = 28; | ||
return fetchInternalDependencies(moreInternalImports, files, pkg, deps, gitInfo, importReplacements); | ||
return fetchInternalDependencies(moreInternalImports, files, pkg, deps, gitInfo, importReplacements, config); | ||
@@ -123,0 +123,0 @@ case 28: |
{ | ||
"name": "codesandboxer", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Fetch files from a git repository and upload them to codesandbox", | ||
@@ -12,2 +12,3 @@ "main": "dist/index.js", | ||
}, | ||
"repository": "https://github.com/Noviny/react-codesandboxer.git", | ||
"files": [ | ||
@@ -14,0 +15,0 @@ "dist" |
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
47449