Skip to content

Commit

Permalink
[import] Separate dataset import logic into separate modules (#173)
Browse files Browse the repository at this point in the history
* [import] Separate dataset import logic into it's own module

* [import] Assign filename to assets based on URL

* [import] Fix strengthening of references

* [import] Move CLI-parts out of package

* [import-cli] Initial import command line tool

* [import] Use async visibility for all commits

* [import] Update readme

* [import-cli] Add readme

* [import-cli] Add progress indication

* [import] Emit progress events

* [core] Utilize @sanity/import when importing ndjson

* [import] Update version numbers to match latest
  • Loading branch information
rexxars authored Sep 14, 2017
1 parent e1e9507 commit b565fdc
Show file tree
Hide file tree
Showing 51 changed files with 2,145 additions and 462 deletions.
2 changes: 1 addition & 1 deletion packages/@sanity/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
],
"dependencies": {
"@sanity/check": "^0.111.5",
"@sanity/import": "^0.111.5",
"@sanity/mutator": "^0.111.5",
"@sanity/plugin-loader": "^0.111.5",
"@sanity/resolver": "^0.111.5",
Expand All @@ -35,7 +36,6 @@
"lodash": "^4.17.4",
"path-exists": "^3.0.0",
"pretty-ms": "^2.1.0",
"progrescii": "^0.1.1",
"promise-each-concurrency": "^1.1.1",
"pumpify": "^1.3.5",
"rimraf": "^2.6.1",
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit b565fdc

Please sign in to comment.