refactor: ♻️ update package exports and remove root global export
This commit is contained in:
parent
3c4c2c517d
commit
8b30cf2992
|
@ -2,8 +2,9 @@
|
|||
"name": "@cohabit/resources-manager",
|
||||
"version": "0.1.2",
|
||||
"exports": {
|
||||
".": "./mod.ts",
|
||||
"./models": "./src/models/mod.ts"
|
||||
"./models": "./src/models/mod.ts",
|
||||
"./db": "./src/db/mod.ts",
|
||||
"./types": "./types.ts"
|
||||
},
|
||||
"tasks": {
|
||||
"start": "deno run --unstable-kv ./mod.ts"
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
"specifiers": {
|
||||
"jsr:@std/json@^0.223.0": "jsr:@std/json@0.223.0",
|
||||
"jsr:@std/streams@^0.223.0": "jsr:@std/streams@0.223.0",
|
||||
"npm:iterator-polyfill": "npm:iterator-polyfill@1.0.9",
|
||||
"npm:superjson@1.13.3": "npm:superjson@1.13.3"
|
||||
},
|
||||
"jsr": {
|
||||
|
@ -28,6 +29,10 @@
|
|||
"integrity": "sha512-ZhMwEosbFJkA0YhFnNDgTM4ZxDRsS6HqTo7qsZM08fehyRYIYa0yHu5R6mgo1n/8MgaPBXiPimPD77baVFYg+A==",
|
||||
"dependencies": {}
|
||||
},
|
||||
"iterator-polyfill@1.0.9": {
|
||||
"integrity": "sha512-YKBrosdKd9nqEaJwpYZjlnax8WtLwCbTo7gnUXrQ3ARA92vD2W8hdOWCRzvotHByDRCvPrFvEFF4M3V53lwAHQ==",
|
||||
"dependencies": {}
|
||||
},
|
||||
"superjson@1.13.3": {
|
||||
"integrity": "sha512-mJiVjfd2vokfDxsQPOwJ/PtanO87LhpYY88ubI5dUB1Ab58Txbyje3+jpm+/83R/fevaq/107NNhtYBLuoTrFg==",
|
||||
"dependencies": {
|
||||
|
|
Loading…
Reference in a new issue