@bizdoc/core 1.13.0-next.5 → 1.13.0-next.6

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.
@@ -517,6 +517,7 @@ export declare const STRINGS: {
517
517
  Votes: string;
518
518
  Tasks: string;
519
519
  System: string;
520
+ Everything: string;
520
521
  NothingHere: string;
521
522
  Matrix: string;
522
523
  Working: string;
@@ -553,7 +554,7 @@ export declare const STRINGS: {
553
554
  Skipped: string;
554
555
  Route: string;
555
556
  Trace: string;
556
- Log: string;
557
+ Everything: string;
557
558
  ProfilerSearchHelp: string;
558
559
  TraceSearchHelp: string;
559
560
  DiagramVersion: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bizdoc/core",
3
- "version": "1.13.0-next.5",
3
+ "version": "1.13.0-next.6",
4
4
  "author": "Moding Ltd.",
5
5
  "homepage": "https://github.com/moding-il/bizdoc.core",
6
6
  "license": "https://github.com/moding-il/bizdoc.core/blob/master/License.md",