@textbus/core
Advanced tools
Comparing version 1.1.3 to 2.0.0-alpha.0
@@ -1,16 +0,4 @@ | ||
import 'reflect-metadata'; | ||
export * from 'reflect-metadata'; | ||
export * from '@tanbo/di'; | ||
export * from './lib/_utils/make-error'; | ||
export * from './lib/i18n/_api'; | ||
export * from './lib/core/_api'; | ||
export * from './lib/ui/_api'; | ||
export * from './lib/component-injectors'; | ||
export * from './lib/editor'; | ||
export * from './lib/editor-controller'; | ||
export * from './lib/editor-options'; | ||
export * from './lib/history'; | ||
export * from './lib/inject-tokens'; | ||
export * from './lib/output-translator'; | ||
export * from './lib/plugin'; | ||
export * from './lib/root-component'; | ||
export * from './_utils/make-error'; | ||
export * from './foundation/_api'; | ||
export * from './model/_api'; | ||
export * from './define-component'; |
@@ -1,17 +0,5 @@ | ||
import 'reflect-metadata'; | ||
export * from 'reflect-metadata'; | ||
export * from '@tanbo/di'; | ||
export * from './lib/_utils/make-error'; | ||
export * from './lib/i18n/_api'; | ||
export * from './lib/core/_api'; | ||
export * from './lib/ui/_api'; | ||
export * from './lib/component-injectors'; | ||
export * from './lib/editor'; | ||
export * from './lib/editor-controller'; | ||
export * from './lib/editor-options'; | ||
export * from './lib/history'; | ||
export * from './lib/inject-tokens'; | ||
export * from './lib/output-translator'; | ||
export * from './lib/plugin'; | ||
export * from './lib/root-component'; | ||
export * from './_utils/make-error'; | ||
export * from './foundation/_api'; | ||
export * from './model/_api'; | ||
export * from './define-component'; | ||
//# sourceMappingURL=public-api.js.map |
{ | ||
"name": "@textbus/core", | ||
"version": "1.1.3", | ||
"version": "2.0.0-alpha.0", | ||
"description": "TextBus is a rich text editor and framework that is highly customizable and extensible to achieve rich wysiwyg effects.", | ||
@@ -12,3 +12,3 @@ "main": "./bundles/public-api.js", | ||
"test-c": "cross-env env=test jest --coverage", | ||
"build:lib": "rimraf bundles && webpack --config webpack-sass.config.js && tsc -p tsconfig-build.json", | ||
"build:lib": "rimraf bundles && tsc -p tsconfig-build.json", | ||
"publish:lib": "npm run build:lib && npm publish --access=public" | ||
@@ -29,7 +29,4 @@ }, | ||
"dependencies": { | ||
"@tanbo/color": "^0.0.3", | ||
"@tanbo/css-themes": "^0.0.1", | ||
"@tanbo/di": "^1.0.4", | ||
"reflect-metadata": "^0.1.13", | ||
"rxjs": "^6.0.0" | ||
"@tanbo/stream": "^0.0.9" | ||
}, | ||
@@ -42,8 +39,8 @@ "author": { | ||
"type": "git", | ||
"url": "git+https://github.com/textbus/core.git" | ||
"url": "git+https://github.com/textbus/textbus.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/textbus/core.git/issues" | ||
"url": "https://github.com/textbus/textbus.git/issues" | ||
}, | ||
"gitHead": "591311886f24a4156ea0b0f1077303746df08182" | ||
"gitHead": "b70fb33fbc920a26042ddeb1289ce95c129b7c15" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
2
351137
77
5065
2
2
0
1
+ Added@tanbo/stream@^0.0.9
+ Added@tanbo/stream@0.0.9(transitive)
- Removed@tanbo/color@^0.0.3
- Removed@tanbo/css-themes@^0.0.1
- Removedreflect-metadata@^0.1.13
- Removedrxjs@^6.0.0
- Removed@tanbo/color@0.0.3(transitive)
- Removed@tanbo/css-themes@0.0.1(transitive)
- Removedrxjs@6.6.7(transitive)
- Removedtslib@1.14.1(transitive)