react-alp-connection-state 8.1.0 → 8.1.1

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,13 @@
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
+ ## [8.1.1](https://github.com/christophehurpeau/alp/compare/react-alp-connection-state@8.1.0...react-alp-connection-state@8.1.1) (2024-01-06)
7
+
8
+ Note: no notable changes
9
+
10
+
11
+
12
+
6
13
  ## [8.1.0](https://github.com/christophehurpeau/alp/compare/react-alp-connection-state@8.0.0...react-alp-connection-state@8.1.0) (2023-12-25)
7
14
 
8
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-alp-connection-state",
3
- "version": "8.1.0",
3
+ "version": "8.1.1",
4
4
  "description": "connection state",
5
5
  "keywords": [],
6
6
  "author": "Christophe Hurpeau <christophe@hurpeau.com> (https://christophe.hurpeau.com)",
@@ -15,15 +15,7 @@
15
15
  "engines": {
16
16
  "node": ">=18.12.0"
17
17
  },
18
- "browserslist": {
19
- "production": [
20
- "defaults",
21
- "> 0.2%",
22
- "not ie < 12",
23
- "not safari < 10",
24
- "not ios_saf < 10"
25
- ]
26
- },
18
+ "sideEffects": false,
27
19
  "main": "./dist/index-node18.mjs",
28
20
  "types": "./dist/definitions/index.d.ts",
29
21
  "module": "./dist/index-browser.es.js",
@@ -42,7 +34,6 @@
42
34
  }
43
35
  }
44
36
  },
45
- "sideEffects": false,
46
37
  "files": [
47
38
  "src",
48
39
  "dist"
@@ -56,7 +47,15 @@
56
47
  "lint:eslint": "yarn ../.. run eslint --report-unused-disable-directives --resolve-plugins-relative-to . --quiet packages/react-alp-connection-state",
57
48
  "watch": "yarn clean:build && rollup --config rollup.config.mjs --watch"
58
49
  },
59
- "prettier": "@pob/root/prettier-config",
50
+ "browserslist": {
51
+ "production": [
52
+ "defaults",
53
+ "> 0.2%",
54
+ "not ie < 12",
55
+ "not safari < 10",
56
+ "not ios_saf < 10"
57
+ ]
58
+ },
60
59
  "pob": {
61
60
  "babelEnvs": [
62
61
  {
@@ -80,6 +79,7 @@
80
79
  ],
81
80
  "jsx": true
82
81
  },
82
+ "prettier": "@pob/root/prettier-config",
83
83
  "peerDependencies": {
84
84
  "react": "^18.1.0",
85
85
  "react-native": "*"
@@ -90,14 +90,14 @@
90
90
  }
91
91
  },
92
92
  "dependencies": {
93
- "@babel/runtime": "^7.23.6"
93
+ "@babel/runtime": "^7.23.7"
94
94
  },
95
95
  "devDependencies": {
96
- "@babel/core": "7.23.6",
97
- "@babel/preset-env": "7.23.6",
96
+ "@babel/core": "7.23.7",
97
+ "@babel/preset-env": "7.23.7",
98
98
  "@babel/preset-react": "7.23.3",
99
- "@types/react-native": "0.72.5",
100
- "pob-babel": "38.0.0",
99
+ "@types/react-native": "0.72.8",
100
+ "pob-babel": "38.0.2",
101
101
  "react": "18.2.0",
102
102
  "typescript": "5.3.3"
103
103
  }
@@ -2,6 +2,7 @@
2
2
  "root": true,
3
3
  "parser": "@typescript-eslint/parser",
4
4
  "parserOptions": {
5
+ "EXPERIMENTAL_useProjectService": true,
5
6
  "project": "packages/react-alp-connection-state/tsconfig.json"
6
7
  },
7
8
  "plugins": ["@typescript-eslint"],