Release 2.0.0
Showing
.gitignore
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
File moved
File moved
File moved
File moved
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
fesm2015/ngx-flowchart.mjs
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
{ | { | ||
"name": "ngx-flowchart", | "name": "ngx-flowchart", | ||
"version": "0.0.1", | "version": "2.0.0", | ||
"peerDependencies": { | "peerDependencies": { | ||
"@angular/common": "^12.2.13", | "@angular/common": "^14.2.12", | ||
"@angular/core": "^12.2.13", | "@angular/core": "^14.2.12", | ||
"jquery": "^3.6.0", | "jquery": "^3.6.2" | ||
"typescript": "~4.3.5" | }, | ||
"module": "fesm2015/ngx-flowchart.mjs", | |||
"es2020": "fesm2020/ngx-flowchart.mjs", | |||
"esm2020": "esm2020/ngx-flowchart.mjs", | |||
"fesm2020": "fesm2020/ngx-flowchart.mjs", | |||
"fesm2015": "fesm2015/ngx-flowchart.mjs", | |||
"typings": "index.d.ts", | |||
"exports": { | |||
"./package.json": { | |||
"default": "./package.json" | |||
}, | |||
".": { | |||
"types": "./index.d.ts", | |||
"esm2020": "./esm2020/ngx-flowchart.mjs", | |||
"es2020": "./fesm2020/ngx-flowchart.mjs", | |||
"es2015": "./fesm2015/ngx-flowchart.mjs", | |||
"node": "./fesm2015/ngx-flowchart.mjs", | |||
"default": "./fesm2020/ngx-flowchart.mjs" | |||
} | |||
}, | }, | ||
"main": "bundles/ngx-flowchart.umd.js", | |||
"module": "fesm2015/ngx-flowchart.js", | |||
"es2015": "fesm2015/ngx-flowchart.js", | |||
"esm2015": "esm2015/ngx-flowchart.js", | |||
"fesm2015": "fesm2015/ngx-flowchart.js", | |||
"typings": "ngx-flowchart.d.ts", | |||
"sideEffects": false, | "sideEffects": false, | ||
"dependencies": { | "dependencies": { | ||
"tslib": "^2.2.0" | "tslib": "^2.3.0" | ||
} | } | ||
} | } | ||
\ No newline at end of file |
Please
register
or
sign in
to comment