ridof 1.3.1 → 1.3.3

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
@@ -1,3 +1,3 @@
1
1
  ### Changelog
2
2
 
3
- **1.2.7**: update vulnerable deps
3
+ **1.2.7**: update vulnerable deps
package/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2021 <Federico Ghedina <fedeghe@gmail.com>>
3
+ Copyright (c) 2024 <Federico Ghedina <fedeghe@gmail.com>>
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy of this
6
6
  software and associated documentation files (the "Software"), to deal in the Software
package/README.md CHANGED
@@ -1,5 +1,4 @@
1
1
  [![Coverage Status](https://coveralls.io/repos/github/fedeghe/ridof/badge.svg?branch=master)](https://coveralls.io/github/fedeghe/ridof?branch=master)
2
- [![Build Status](https://travis-ci.org/fedeghe/ridof.svg?branch=master)](https://travis-ci.org/fedeghe/ridof)
3
2
 
4
3
  # Ridof
5
4
 
@@ -9,12 +8,6 @@ Simple isomorphic state manager
9
8
 
10
9
  @ yarn add ridof
11
10
 
12
- ## Run the tests coverage
13
-
14
-
15
- @ cd node_modules/ridof
16
- @ yarn && yarn build && yarn cover
17
-
18
11
  ## Use it
19
12
 
20
13
  Create a store
package/dist/index.js CHANGED
@@ -8,7 +8,7 @@
8
8
  d88 d88 88b ,88b 88b d88 d88
9
9
  d88' d88' `?88P'`88b`?8888P'd88'
10
10
 
11
- v. 1.3.1
11
+ v. 1.3.3
12
12
 
13
13
  Size: ~3KB
14
14
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ridof",
3
- "version": "1.3.1",
3
+ "version": "1.3.3",
4
4
  "description": "Simple isomorphic state manager",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {