@slimlib/store 1.3.4 → 1.3.5

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -140,7 +140,7 @@ Store factory created with `notifyAfterCreation` === `true`.
140
140
 
141
141
  Mixing proxied values and values from an underlying object can fail for cases where code needs checking for equality.
142
142
 
143
- For example searching for an array element from the underlying object in a proxified array will fail.
143
+ For example searching for an array element from the underlying object in a proxied array will fail.
144
144
 
145
145
  ## Similar projects
146
146
 
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.3.4",
2
+ "version": "1.3.5",
3
3
  "license": "MIT",
4
4
  "name": "@slimlib/store",
5
5
  "author": "Konstantin Shutkin",