@saasmakers/shared 0.1.7 → 0.1.8

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/dist/index.d.cts CHANGED
@@ -7,12 +7,6 @@ interface Emoji {
7
7
  keywords: Record<Locale, [string, ...string[]]>
8
8
  }
9
9
 
10
- interface LocaleTestToRemove {
11
- en: string
12
- fr: string
13
- ja: string
14
- }
15
-
16
10
  declare const emojis: {
17
11
  category: string;
18
12
  emojis: Emoji[];
@@ -30,4 +24,4 @@ type IsEqual<A, B>
30
24
  : false
31
25
 
32
26
  export { emojis, environments, logLevels };
33
- export type { Assert, Emoji, Environment, IsEqual, LocaleTestToRemove, LogLevel };
27
+ export type { Assert, Emoji, Environment, IsEqual, LogLevel };
package/dist/index.d.mts CHANGED
@@ -7,12 +7,6 @@ interface Emoji {
7
7
  keywords: Record<Locale, [string, ...string[]]>
8
8
  }
9
9
 
10
- interface LocaleTestToRemove {
11
- en: string
12
- fr: string
13
- ja: string
14
- }
15
-
16
10
  declare const emojis: {
17
11
  category: string;
18
12
  emojis: Emoji[];
@@ -30,4 +24,4 @@ type IsEqual<A, B>
30
24
  : false
31
25
 
32
26
  export { emojis, environments, logLevels };
33
- export type { Assert, Emoji, Environment, IsEqual, LocaleTestToRemove, LogLevel };
27
+ export type { Assert, Emoji, Environment, IsEqual, LogLevel };
package/dist/index.d.ts CHANGED
@@ -7,12 +7,6 @@ interface Emoji {
7
7
  keywords: Record<Locale, [string, ...string[]]>
8
8
  }
9
9
 
10
- interface LocaleTestToRemove {
11
- en: string
12
- fr: string
13
- ja: string
14
- }
15
-
16
10
  declare const emojis: {
17
11
  category: string;
18
12
  emojis: Emoji[];
@@ -30,4 +24,4 @@ type IsEqual<A, B>
30
24
  : false
31
25
 
32
26
  export { emojis, environments, logLevels };
33
- export type { Assert, Emoji, Environment, IsEqual, LocaleTestToRemove, LogLevel };
27
+ export type { Assert, Emoji, Environment, IsEqual, LogLevel };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@saasmakers/shared",
3
3
  "type": "module",
4
- "version": "0.1.7",
4
+ "version": "0.1.8",
5
5
  "private": false,
6
6
  "description": "Shared data and types for SaaS Makers projects",
7
7
  "license": "MIT",