nightingale-react-native-console 11.5.2 → 11.7.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,6 +1,6 @@
1
1
  {
2
2
  "root": true,
3
- "extends": ["@pob/eslint-config/root", "@pob/eslint-config-node"],
3
+ "extends": ["@pob/eslint-config/root-commonjs"],
4
4
  "env": {
5
5
  "browser": true
6
6
  },
package/CHANGELOG.md CHANGED
@@ -3,6 +3,44 @@
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
+ ## [11.7.2](https://github.com/christophehurpeau/nightingale/compare/v11.7.1...v11.7.2) (2021-11-27)
7
+
8
+ **Note:** Version bump only for package nightingale-react-native-console
9
+
10
+
11
+
12
+
13
+
14
+ ## [11.7.1](https://github.com/christophehurpeau/nightingale/compare/v11.7.0...v11.7.1) (2021-06-29)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * update pob-babel to bring back webpack 4 support ([4887431](https://github.com/christophehurpeau/nightingale/commit/4887431b3b272496511f879af022638723b9056e))
20
+
21
+
22
+
23
+
24
+
25
+ # [11.7.0](https://github.com/christophehurpeau/nightingale/compare/v11.6.0...v11.7.0) (2021-03-29)
26
+
27
+ **Note:** Version bump only for package nightingale-react-native-console
28
+
29
+
30
+
31
+
32
+
33
+ # [11.6.0](https://github.com/christophehurpeau/nightingale/compare/v11.5.4...v11.6.0) (2021-03-21)
34
+
35
+
36
+ ### Features
37
+
38
+ * update dependencies and browserlist config ([81d2340](https://github.com/christophehurpeau/nightingale/commit/81d234069412c746ebc99faed778092790f332ca))
39
+
40
+
41
+
42
+
43
+
6
44
  ## [11.5.2](https://github.com/christophehurpeau/nightingale/compare/v11.5.1...v11.5.2) (2021-02-14)
7
45
 
8
46
  **Note:** Version bump only for package nightingale-react-native-console
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nightingale-react-native-console",
3
- "version": "11.5.2",
3
+ "version": "11.7.2",
4
4
  "description": "React Native and Expo handler for nightingale",
5
5
  "keywords": [
6
6
  "nightingale",
@@ -16,18 +16,19 @@
16
16
  "directory": "packages/nightingale-react-native-console"
17
17
  },
18
18
  "homepage": "https://github.com/christophehurpeau/nightingale",
19
+ "type": "commonjs",
19
20
  "browserslist": [
21
+ "defaults",
20
22
  "> 0.2%",
21
- "Firefox ESR",
22
23
  "not ie < 12",
23
- "not dead",
24
- "not op_mini all"
24
+ "not safari < 10",
25
+ "not ios_saf < 10"
25
26
  ],
26
- "main": "./dist/index-browser.es.js",
27
27
  "types": "./dist/index.d.ts",
28
28
  "module": "./dist/index-browser.es.js",
29
29
  "browser": "./dist/index-browser.es.js",
30
30
  "exports": {
31
+ "./package.json": "./package.json",
31
32
  ".": {
32
33
  "browser": {
33
34
  "browser:modern": {
@@ -53,7 +54,7 @@
53
54
  "build:definitions": "tsc -p tsconfig.build.json",
54
55
  "clean": "rm -Rf docs dist test/node6 coverage",
55
56
  "lint": "yarn run lint:eslint",
56
- "lint:eslint": "yarn --cwd ../.. run eslint --ext .js,.mjs,.ts --report-unused-disable-directives --quiet packages/nightingale-react-native-console",
57
+ "lint:eslint": "cd ../.. && yarn run eslint --report-unused-disable-directives --resolve-plugins-relative-to . --quiet packages/nightingale-react-native-console",
57
58
  "watch": "pob-watch"
58
59
  },
59
60
  "prettier": {
@@ -82,27 +83,17 @@
82
83
  ]
83
84
  },
84
85
  "dependencies": {
85
- "nightingale-ansi-formatter": "^11.5.2",
86
- "nightingale-console-output": "^11.5.2",
87
- "nightingale-types": "^11.5.2"
86
+ "nightingale-ansi-formatter": "^11.7.2",
87
+ "nightingale-console-output": "^11.7.2",
88
+ "nightingale-types": "^11.7.2"
88
89
  },
89
90
  "devDependencies": {
90
- "@babel/core": "7.12.16",
91
- "@babel/preset-env": "7.12.16",
92
- "@pob/eslint-config": "43.0.0",
93
- "@pob/eslint-config-node": "43.1.0",
94
- "@pob/eslint-config-typescript": "43.0.0",
95
- "@typescript-eslint/eslint-plugin": "4.15.0",
96
- "@typescript-eslint/parser": "4.15.0",
91
+ "@babel/core": "7.16.0",
92
+ "@babel/preset-env": "7.16.4",
97
93
  "babel-preset-modern-browsers": "15.0.2",
98
- "eslint": "7.20.0",
99
- "eslint-import-resolver-node": "0.3.4",
100
- "eslint-plugin-import": "2.22.1",
101
- "eslint-plugin-node": "11.1.0",
102
- "eslint-plugin-unicorn": "25.0.1",
103
- "pob-babel": "26.5.0",
104
- "rollup": "2.39.0",
105
- "typescript": "4.1.5"
94
+ "pob-babel": "28.5.0",
95
+ "rollup": "2.60.1",
96
+ "typescript": "4.5.2"
106
97
  },
107
- "gitHead": "58ce357b0da36ed6df584ab8af6d3d87cded628f"
98
+ "gitHead": "00b1ec6c7468b320e268a12eaac70d59a177787b"
108
99
  }
@@ -0,0 +1,3 @@
1
+ import createRollupConfig from 'pob-babel/createRollupConfig.js';
2
+
3
+ export default createRollupConfig({});