ob1 0.72.3 → 0.73.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ob1",
3
- "version": "0.72.3",
3
+ "version": "0.73.1",
4
4
  "description": "A small library for working with 0- and 1-based offsets in a type-checked way.",
5
5
  "main": "src/ob1.js",
6
6
  "repository": {
@@ -6,7 +6,7 @@
6
6
  *
7
7
  *
8
8
  * @format
9
- * @emails oncall+metro_bundler
9
+ * @oncall react_native
10
10
  */
11
11
  "use strict";
12
12
 
@@ -6,7 +6,7 @@
6
6
  *
7
7
  * @flow strict-local
8
8
  * @format
9
- * @emails oncall+metro_bundler
9
+ * @oncall react_native
10
10
  */
11
11
 
12
12
  'use strict';
package/src/ob1.js CHANGED
@@ -6,6 +6,7 @@
6
6
  *
7
7
  *
8
8
  * @format
9
+ * @oncall react_native
9
10
  */
10
11
  "use strict";
11
12
  /* eslint-disable no-redeclare */
package/src/ob1.js.flow CHANGED
@@ -6,6 +6,7 @@
6
6
  *
7
7
  * @flow strict-local
8
8
  * @format
9
+ * @oncall react_native
9
10
  */
10
11
 
11
12
  'use strict';