@reactive-cache/map 1.6.0 → 1.8.0

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 +4 -4
package/README.md CHANGED
@@ -331,4 +331,4 @@ ISC
331
331
 
332
332
  ## Repository
333
333
 
334
- [https://github.com/Jor-ban/reactive-cache](https://github.com/Jor-ban/reactive-cache)
334
+ [https://github.com/Jor-ban/reactive-map](https://github.com/Jor-ban/reactive-map)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reactive-cache/map",
3
- "version": "1.6.0",
3
+ "version": "1.8.0",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "test": "npx tsc && tsx watch src/test.ts && echo 'all tests are complete!'",
@@ -20,7 +20,7 @@
20
20
  "main": "dist/index.js",
21
21
  "repository": {
22
22
  "type": "git",
23
- "url": "git+https://github.com/Jor-ban/reactive-cache.git"
23
+ "url": "git+https://github.com/Jor-ban/reactive-map.git"
24
24
  },
25
25
  "keywords": [
26
26
  "angular",
@@ -33,7 +33,7 @@
33
33
  "author": "https://github.com/Jor-ban",
34
34
  "license": "ISC",
35
35
  "bugs": {
36
- "url": "https://github.com/Jor-ban/reactive-cache/issues"
36
+ "url": "https://github.com/Jor-ban/reactive-map/issues"
37
37
  },
38
- "homepage": "https://github.com/Jor-ban/reactive-cache#readme"
38
+ "homepage": "https://github.com/Jor-ban/reactive-map#readme"
39
39
  }