@jsenv/runtime-compat 1.4.27 → 1.4.28

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jsenv/runtime-compat",
3
- "version": "1.4.27",
3
+ "version": "1.4.28",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -65,6 +65,7 @@ export const featuresCompatMap = {
65
65
  samsung: "15",
66
66
  firefox: "108",
67
67
  safari: "16.4",
68
+ ios_safari: "16.4",
68
69
  },
69
70
  import_type_json: {
70
71
  chrome: "123",
@@ -91,6 +92,7 @@ export const featuresCompatMap = {
91
92
  safari: "4",
92
93
  ios_safari: "5",
93
94
  android: "4.4",
95
+ samsung: "4",
94
96
  },
95
97
  // https://developer.mozilla.org/en-US/docs/Web/API/Worker/Worker#browser_compatibility
96
98
  worker_type_module: {
@@ -108,6 +110,7 @@ export const featuresCompatMap = {
108
110
  opera: "27",
109
111
  ios_safari: "11.3",
110
112
  android: "12.12",
113
+ samsung: "4",
111
114
  },
112
115
  service_worker_type_module: {
113
116
  chrome: "80",
@@ -160,6 +163,7 @@ export const featuresCompatMap = {
160
163
  ios_safari: "9",
161
164
  android: "4",
162
165
  node: "4",
166
+ samsung: "4",
163
167
  },
164
168
  arrow_function: {
165
169
  chrome: "47",