Skip to content

Commit

Permalink
feat(cachemap): add import alias and fix deps in core-worker
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaubrey committed Dec 18, 2024
1 parent ea53d37 commit e6adf1c
Show file tree
Hide file tree
Showing 11 changed files with 33 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,4 @@
"ws": ">=8.17.1"
}
}
}
}
3 changes: 3 additions & 0 deletions packages/controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@
"cts-types": "^0.0.7",
"del-cli": "^6.0.0"
},
"imports": {
"#*": "./src/*"
},
"keywords": [
"cache",
"cachemap"
Expand Down
9 changes: 5 additions & 4 deletions packages/core-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,21 +44,22 @@
"@types/lodash-es": "^4.17.12",
"@types/uuid": "^10.0.0",
"cacheability": "^4.0.27",
"core-js": "^3.39.0",
"eventemitter3": "^5.0.1",
"lodash-es": "^4.17.21",
"uuid": "^11.0.2"
},
"peerDependencies": {
"@babel/runtime": "<8",
"@cachemap/core": "<6",
"core-js": "<4",
"lodash-es": "<5"
"@cachemap/core": "workspace:*"
},
"devDependencies": {
"@cachemap/core": "workspace:*",
"cts-types": "^0.0.7",
"del-cli": "^6.0.0"
},
"imports": {
"#*": "./src/*"
},
"keywords": [
"cache",
"cachemap",
Expand Down
3 changes: 3 additions & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@
"cts-types": "^0.0.7",
"del-cli": "^6.0.0"
},
"imports": {
"#*": "./src/*"
},
"keywords": [
"cache",
"cachemap",
Expand Down
3 changes: 3 additions & 0 deletions packages/indexed-db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@
"cts-types": "^0.0.7",
"del-cli": "^6.0.0"
},
"imports": {
"#*": "./src/*"
},
"keywords": [
"cache",
"cachemap",
Expand Down
3 changes: 3 additions & 0 deletions packages/map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@
"cts-types": "^0.0.7",
"del-cli": "^6.0.0"
},
"imports": {
"#*": "./src/*"
},
"keywords": [
"cache",
"cachemap",
Expand Down
3 changes: 3 additions & 0 deletions packages/reaper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@
"cts-types": "^0.0.7",
"del-cli": "^6.0.0"
},
"imports": {
"#*": "./src/*"
},
"keywords": [
"cache",
"cachemap",
Expand Down
3 changes: 3 additions & 0 deletions packages/redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@
"cts-types": "^0.0.7",
"del-cli": "^6.0.0"
},
"imports": {
"#*": "./src/*"
},
"keywords": [
"cache",
"cachemap",
Expand Down
3 changes: 3 additions & 0 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@
"cts-types": "^0.0.7",
"del-cli": "^6.0.0"
},
"imports": {
"#*": "./src/*"
},
"keywords": [
"cache",
"cachemap"
Expand Down
3 changes: 3 additions & 0 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@
"cts-types": "^0.0.7",
"del-cli": "^6.0.0"
},
"imports": {
"#*": "./src/*"
},
"keywords": [
"cache",
"cachemap"
Expand Down
3 changes: 3 additions & 0 deletions packages/web-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@
"cts-types": "^0.0.7",
"del-cli": "^6.0.0"
},
"imports": {
"#*": "./src/*"
},
"keywords": [
"cache",
"cachemap",
Expand Down

0 comments on commit e6adf1c

Please sign in to comment.