@bfwk/dp-editor
Advanced tools
Comparing version 0.10.0 to 0.10.1
@@ -6,4 +6,4 @@ import { Observable, Guid } from '@bfwk/utils'; | ||
import { DocumentModel } from '@bfwk/document-model'; | ||
import { DataProviderService } from '@bfwk/data-service'; | ||
import { DataProviderConfiguration, DPEditor } from './dp-editor'; | ||
import { DataProviderService } from '@bfwk/data-service'; | ||
declare type ComponentInstanceIdentifier = string; | ||
@@ -10,0 +10,0 @@ export declare class DPEditorManager { |
{ | ||
"name": "@bfwk/dp-editor", | ||
"version": "0.10.0", | ||
"version": "0.10.1", | ||
"description": "DataProvider Editor", | ||
@@ -11,3 +11,8 @@ "repository": { | ||
"type": "module", | ||
"main": "dist/index.js", | ||
"main": "dist/index.cjs", | ||
"browser": "dist/index.mjs", | ||
"exports": { | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.cjs" | ||
}, | ||
"typings": "dist/types/index.d.ts", | ||
@@ -37,10 +42,10 @@ "files": [ | ||
"dependencies": { | ||
"@bfwk/command": "0.10.0", | ||
"@bfwk/data-service": "0.10.0", | ||
"@bfwk/document-model": "0.10.0", | ||
"@bfwk/error-handler": "0.10.0", | ||
"@bfwk/instrumentation": "0.10.0", | ||
"@bfwk/property-editor": "0.10.0", | ||
"@bfwk/pub-sub": "0.10.0", | ||
"@bfwk/utils": "0.10.0", | ||
"@bfwk/command": "0.10.1", | ||
"@bfwk/data-service": "0.10.1", | ||
"@bfwk/document-model": "0.10.1", | ||
"@bfwk/error-handler": "0.10.1", | ||
"@bfwk/instrumentation": "0.10.1", | ||
"@bfwk/property-editor": "0.10.1", | ||
"@bfwk/pub-sub": "0.10.1", | ||
"@bfwk/utils": "0.10.1", | ||
"@lcem/declarative-type": "0.9.0", | ||
@@ -50,8 +55,8 @@ "@lcem/unified-view-model": "0.9.0" | ||
"devDependencies": { | ||
"jest": "^26.0.1", | ||
"jest": "^26.1.1", | ||
"magic-string": "^0.22.4", | ||
"source-map": "^0.7.3", | ||
"ts-jest": "^26.1.0", | ||
"ts-jest": "^26.1.1", | ||
"watch-cli": "^0.2.3" | ||
} | ||
} |
# DP Editor | ||
[![npm](https://img.shields.io/npm/v/@bfwk/dp-editor)](https://www.npmjs.com/package/@bfwk/dp-editor) | ||
@@ -3,0 +4,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
61567
1313
7
1
+ Added@bfwk/command@0.10.1(transitive)
+ Added@bfwk/data-service@0.10.1(transitive)
+ Added@bfwk/document-model@0.10.1(transitive)
+ Added@bfwk/error-handler@0.10.1(transitive)
+ Added@bfwk/expression-completion@0.10.1(transitive)
+ Added@bfwk/instrumentation@0.10.1(transitive)
+ Added@bfwk/property-editor@0.10.1(transitive)
+ Added@bfwk/pub-sub@0.10.1(transitive)
+ Added@bfwk/sf-selector@0.10.1(transitive)
+ Added@bfwk/store@0.10.1(transitive)
+ Added@bfwk/undo-redo@0.10.1(transitive)
+ Added@bfwk/utils@0.10.1(transitive)
- Removed@bfwk/command@0.10.0(transitive)
- Removed@bfwk/data-service@0.10.0(transitive)
- Removed@bfwk/document-model@0.10.0(transitive)
- Removed@bfwk/error-handler@0.10.0(transitive)
- Removed@bfwk/expression-completion@0.10.0(transitive)
- Removed@bfwk/instrumentation@0.10.0(transitive)
- Removed@bfwk/property-editor@0.10.0(transitive)
- Removed@bfwk/pub-sub@0.10.0(transitive)
- Removed@bfwk/sf-selector@0.10.0(transitive)
- Removed@bfwk/store@0.10.0(transitive)
- Removed@bfwk/undo-redo@0.10.0(transitive)
- Removed@bfwk/utils@0.10.0(transitive)
Updated@bfwk/command@0.10.1
Updated@bfwk/data-service@0.10.1
Updated@bfwk/document-model@0.10.1
Updated@bfwk/error-handler@0.10.1
Updated@bfwk/instrumentation@0.10.1
Updated@bfwk/property-editor@0.10.1
Updated@bfwk/pub-sub@0.10.1
Updated@bfwk/utils@0.10.1