@datarailsshared/datarailsshared 1.5.567 → 1.5.572

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datarailsshared/datarailsshared",
3
- "version": "1.5.567",
3
+ "version": "1.5.572",
4
4
  "description": "DataRails shared components",
5
5
  "keywords": [
6
6
  "angular",
package/public-api.d.ts CHANGED
@@ -110,7 +110,6 @@ export * from './lib/models/feedback';
110
110
  export * from './lib/models/toastr';
111
111
  export * from './lib/models/datePickerRange';
112
112
  export * from './lib/dr-code-editor/models/code-editor-hint';
113
- export * from './lib/dr-tags/dr-tag.types';
114
113
  export { ScenarioService } from './lib/dr-scenario/services/scenario.service';
115
114
  export { TagsConstructorService } from './lib/dr-tags-constructor/tags-constructor.service';
116
115
  export { DrAvatarService } from './lib/dr-avatar/services/dr-avatar.service';