@teamwork/autocomplete-core
Advanced tools
Comparing version 1.0.0-alpha.2 to 1.0.0-alpha.3
@@ -1,2 +0,2 @@ | ||
import { EmitterInterface, TypedEventEmitter } from '@syncot/util'; | ||
import { EmitterInterface, TypedEventEmitter } from '@syncot/events'; | ||
/** | ||
@@ -3,0 +3,0 @@ * The type representing a position in a coordinate system. |
@@ -1,2 +0,2 @@ | ||
import { EmitterInterface, TypedEventEmitter } from '@syncot/util'; | ||
import { EmitterInterface, TypedEventEmitter } from '@syncot/events'; | ||
import { EditorAdapter, Position } from './adapter'; | ||
@@ -3,0 +3,0 @@ import { Item, PatternHandler } from './pattern'; |
@@ -1,2 +0,2 @@ | ||
import { TypedEventEmitter } from '@syncot/util'; | ||
import { TypedEventEmitter } from '@syncot/events'; | ||
/** | ||
@@ -3,0 +3,0 @@ * Creates an Autocomplete instace with the specified options. |
{ | ||
"name": "@teamwork/autocomplete-core", | ||
"version": "1.0.0-alpha.2", | ||
"version": "1.0.0-alpha.3", | ||
"description": "The core autocomplete components.", | ||
@@ -26,6 +26,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@syncot/util": "^0.1.0", | ||
"@syncot/events": "^0.1.0", | ||
"tslib": "^1.9.3" | ||
}, | ||
"gitHead": "4f0ae718f5589d7a5617f84a9af6e3f47264f594" | ||
"gitHead": "b6a58bdaa67d948998b33972dfa81a3e7409ca5b" | ||
} |
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
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
23929
+ Added@syncot/events@^0.1.0
+ Added@syncot/error@0.3.0(transitive)
+ Added@syncot/events@0.1.3(transitive)
+ Added@syncot/util@1.0.3(transitive)
+ Added@types/node@14.18.63(transitive)
+ Addedtslib@2.8.1(transitive)
- Removed@syncot/util@^0.1.0
- Removed@syncot/util@0.1.1(transitive)
- Removed@types/node@12.20.55(transitive)
- Removed@types/readable-stream@2.3.15(transitive)
- Removedinherits@2.0.4(transitive)
- Removedreadable-stream@3.6.2(transitive)
- Removedsafe-buffer@5.1.25.2.1(transitive)
- Removedstring_decoder@1.3.0(transitive)
- Removedutil-deprecate@1.0.2(transitive)