@oriflame/config-typescript 4.0.33 → 4.0.37

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/CHANGELOG.md CHANGED
@@ -3,6 +3,42 @@
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
+ ### 4.0.37 - 2021-10-01
7
+
8
+ **Note:** Version bump only for package @oriflame/config-typescript
9
+
10
+
11
+
12
+
13
+
14
+ ### 4.0.36 - 2021-10-01
15
+
16
+ **Note:** Version bump only for package @oriflame/config-typescript
17
+
18
+
19
+
20
+
21
+
22
+ ### 4.0.35 - 2021-09-28
23
+
24
+ **Note:** Version bump only for package @oriflame/config-typescript
25
+
26
+
27
+
28
+
29
+
30
+ ### 4.0.34 - 2021-09-27
31
+
32
+ #### 📘 Docs
33
+
34
+ - Fixed typos in Readme files. (#802) ([092cd6a](https://github.com/Oriflame/lumos/commit/092cd6a35b7a946e11ec915970cb74c7fb3b1047)), closes _#802_
35
+
36
+ **Note:** Version bump only for package @oriflame/config-typescript
37
+
38
+
39
+
40
+
41
+
6
42
  ### 4.0.33 - 2021-09-27
7
43
 
8
44
  **Note:** Version bump only for package @oriflame/config-typescript
package/README.md CHANGED
@@ -22,7 +22,7 @@ Primarily used in union with the [Lumos](https://www.npmjs.com/package/@oriflame
22
22
  `configs/typescript.js`
23
23
 
24
24
  ```js
25
- modules.exports = {
25
+ module.exports = {
26
26
  allowSyntheticDefaultImports: true,
27
27
  };
28
28
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oriflame/config-typescript",
3
- "version": "4.0.33",
3
+ "version": "4.0.37",
4
4
  "description": "Reusable TypeScript configs.",
5
5
  "keywords": [
6
6
  "lumos",
@@ -23,8 +23,8 @@
23
23
  "dependencies": {
24
24
  "@beemo/core": "^1.1.8",
25
25
  "@beemo/driver-typescript": "^1.4.1",
26
- "@oriflame/lumos-common": "^4.0.33",
26
+ "@oriflame/lumos-common": "^4.0.37",
27
27
  "typescript": "^4.4.3"
28
28
  },
29
- "gitHead": "97809e871921250b08a1d580a35566da330a730f"
29
+ "gitHead": "58719c0b3be8ccb2a0adf8c5f63c73da7363e03c"
30
30
  }