mutate-cow 4.1.0 → 4.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/index.js.flow CHANGED
@@ -1,4 +1,4 @@
1
- // @flow
1
+ // @flow strict
2
2
 
3
3
  declare function mutate<Rw, Ro>(
4
4
  source: Ro,
package/index.mjs.flow CHANGED
@@ -1,4 +1,4 @@
1
- // @flow
1
+ // @flow strict
2
2
 
3
3
  declare function mutate<Rw, Ro>(
4
4
  source: Ro,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mutate-cow",
3
- "version": "4.1.0",
3
+ "version": "4.1.1",
4
4
  "description": "Update immutable objects as if they were mutable with copy-on-write",
5
5
  "keywords": [
6
6
  "immutable",
package/test.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * @flow
2
+ * @flow strict
3
3
  * Copyright (c) 2019 Michael Wiencek
4
4
  *
5
5
  * This source code is licensed under the MIT license. A copy can be found