nightingale-app-react-native 12.0.0 → 12.1.2

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/.eslintrc.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "root": true,
3
- "extends": ["@pob/eslint-config/root-commonjs"],
3
+ "extends": ["@pob/eslint-config/root-module"],
4
4
  "ignorePatterns": ["*.d.ts", "/dist"]
5
5
  }
package/CHANGELOG.md CHANGED
@@ -3,6 +3,41 @@
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
+ ## [12.1.2](https://github.com/christophehurpeau/nightingale/compare/v12.1.1...v12.1.2) (2022-01-02)
7
+
8
+ **Note:** Version bump only for package nightingale-app-react-native
9
+
10
+
11
+
12
+
13
+
14
+ ## [12.1.1](https://github.com/christophehurpeau/nightingale/compare/v12.1.0...v12.1.1) (2022-01-01)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * properly configure package type ([2e0cbf5](https://github.com/christophehurpeau/nightingale/commit/2e0cbf555bd3b9fa3c3851025452937f64408aa8))
20
+
21
+
22
+
23
+
24
+
25
+ # [12.1.0](https://github.com/christophehurpeau/nightingale/compare/v12.0.1...v12.1.0) (2021-12-15)
26
+
27
+ **Note:** Version bump only for package nightingale-app-react-native
28
+
29
+
30
+
31
+
32
+
33
+ ## [12.0.1](https://github.com/christophehurpeau/nightingale/compare/v12.0.0...v12.0.1) (2021-12-12)
34
+
35
+ **Note:** Version bump only for package nightingale-app-react-native
36
+
37
+
38
+
39
+
40
+
6
41
  # [12.0.0](https://github.com/christophehurpeau/nightingale/compare/v11.9.0...v12.0.0) (2021-12-11)
7
42
 
8
43
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nightingale-app-react-native",
3
- "version": "12.0.0",
3
+ "version": "12.1.2",
4
4
  "description": "React Native and Expo logger for application",
5
5
  "keywords": [
6
6
  "nightingale",
@@ -16,7 +16,7 @@
16
16
  "directory": "packages/nightingale-app-react-native"
17
17
  },
18
18
  "homepage": "https://github.com/christophehurpeau/nightingale",
19
- "type": "commonjs",
19
+ "type": "module",
20
20
  "browserslist": [
21
21
  "defaults",
22
22
  "> 0.2%",
@@ -85,17 +85,17 @@
85
85
  }
86
86
  },
87
87
  "dependencies": {
88
- "nightingale": "^12.0.0",
89
- "nightingale-browser-console": "^12.0.0",
90
- "nightingale-react-native-console": "^12.0.0"
88
+ "nightingale": "12.1.2",
89
+ "nightingale-browser-console": "12.1.2",
90
+ "nightingale-react-native-console": "12.1.2"
91
91
  },
92
92
  "devDependencies": {
93
- "@babel/core": "7.16.0",
94
- "@babel/preset-env": "7.16.4",
95
- "@types/react-native": "0.66.8",
93
+ "@babel/core": "7.16.7",
94
+ "@babel/preset-env": "7.16.7",
95
+ "@types/react-native": "0.66.11",
96
96
  "babel-preset-modern-browsers": "15.0.2",
97
- "pob-babel": "29.3.0",
98
- "typescript": "4.5.3"
97
+ "pob-babel": "29.6.1",
98
+ "typescript": "4.5.4"
99
99
  },
100
- "gitHead": "682f57fa30eaca9732681d16008abb2680b24174"
100
+ "gitHead": "f2a782d74a3659d048817c520758cb7054671415"
101
101
  }