@alephdata/followthemoney
Advanced tools
Comparing version 1.11.20 to 1.11.21-alpha.1
@@ -14,4 +14,5 @@ "use strict"; | ||
__export(require("./type")); | ||
__export(require("./icons")); | ||
var defaultModel_json_1 = __importDefault(require("./defaultModel.json")); | ||
exports.defaultModel = defaultModel_json_1.default; | ||
//# sourceMappingURL=followthemoney.js.map |
@@ -0,0 +0,0 @@ import { Schema } from './schema'; |
@@ -6,3 +6,4 @@ export * from './entity'; | ||
export * from './type'; | ||
export * from './icons'; | ||
import { IModelDatum } from './model'; | ||
export declare const defaultModel: IModelDatum; |
export * from './followthemoney'; |
@@ -0,0 +0,0 @@ import { Schema, ISchemaDatum } from './schema'; |
@@ -0,0 +0,0 @@ import { Schema } from './schema'; |
@@ -0,0 +0,0 @@ import { IPropertyDatum, Property } from './property'; |
@@ -0,0 +0,0 @@ export interface IPropertyTypeDatum { |
{ | ||
"name": "@alephdata/followthemoney", | ||
"version": "1.11.20", | ||
"version": "1.11.21-alpha.1", | ||
"description": "JavaScript version of the followthemoney data model", | ||
@@ -23,6 +23,7 @@ "keywords": [], | ||
"lint": "tslint --project tsconfig.json -t codeFrame 'src/**/*.ts' 'test/**/*.ts'", | ||
"prebuild": "rimraf dist", | ||
"prebuild": "rimraf dist && npm run build:icons", | ||
"build:icons": "node scripts/buildIcons.js", | ||
"build": "tsc --module commonjs && rollup -c rollup.config.ts", | ||
"build:docs": "typedoc --out docs --target es6 --excludeExternals --theme minimal --mode file src", | ||
"start": "rollup -c rollup.config.ts -w", | ||
"start": "npm run build:icons && rollup -c rollup.config.ts -w", | ||
"test": "jest --coverage", | ||
@@ -89,3 +90,4 @@ "test:watch": "jest --coverage --watch", | ||
"typedoc": "^0.14.2", | ||
"typescript": "^3.3.1" | ||
"typescript": "^3.3.1", | ||
"svgo": "^1.2.2" | ||
}, | ||
@@ -92,0 +94,0 @@ "dependencies": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
578251
40
13754
27
2