@squiz/db-lib 1.2.1-alpha.96 → 1.2.1-alpha.98

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.2.1-alpha.98](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.1-alpha.90...v1.2.1-alpha.98) (2022-08-17)
7
+
8
+ **Note:** Version bump only for package @squiz/db-lib
9
+
10
+
11
+
12
+
13
+
14
+ ## [1.2.1-alpha.97](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.1-alpha.90...v1.2.1-alpha.97) (2022-08-17)
15
+
16
+ **Note:** Version bump only for package @squiz/db-lib
17
+
18
+
19
+
20
+
21
+
6
22
  ## [1.2.1-alpha.96](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.1-alpha.90...v1.2.1-alpha.96) (2022-08-12)
7
23
 
8
24
  **Note:** Version bump only for package @squiz/db-lib
@@ -0,0 +1 @@
1
+ export declare function assertIsNotAnEmptyString(val: any): asserts val is string;
@@ -0,0 +1 @@
1
+ export {};
package/lib/index.d.ts CHANGED
@@ -8,5 +8,6 @@ export * from './assertions/assertIsString';
8
8
  export * from './assertions/assertIsDefined';
9
9
  export * from './assertions/assertIsMapOfStringString';
10
10
  export * from './assertions/assertIsObject';
11
+ export * from './assertions/assertIsNotAnEmptyString';
11
12
  export * from './assertions/assertAssignWithDefaultUndefinedValue';
12
13
  export * from './assertions/assertAssign';