Skip to content

Commit

Permalink
[import] Separate dataset import logic into separate modules (#171)
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
  • Loading branch information
rexxars committed Sep 14, 2017
1 parent d641fac commit 5bd7f3e
Show file tree
Hide file tree
Showing 51 changed files with 2,148 additions and 466 deletions.
9 changes: 4 additions & 5 deletions packages/@sanity/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "@sanity/core",
"version": "0.111.2",
"description": "Sanity core bundle, containing required packages for the development and build process",
"description":
"Sanity core bundle, containing required packages for the development and build process",
"main": "lib/index.js",
"author": "Sanity.io <hello@sanity.io>",
"license": "MIT",
Expand All @@ -10,11 +11,10 @@
"test": "mocha --recursive test/**/*.test.js",
"posttest": "eslint ."
},
"keywords": [
"sanity"
],
"keywords": ["sanity"],
"dependencies": {
"@sanity/check": "^0.108.0",
"@sanity/import": "^0.108.0",
"@sanity/mutator": "^0.108.0",
"@sanity/plugin-loader": "^0.111.2",
"@sanity/resolver": "^0.108.0",
Expand All @@ -35,7 +35,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.

0 comments on commit 5bd7f3e

Please sign in to comment.