Use yarn add @ente-io/utils@'file:packages/utils'

The version field is still required, but we can additionally add a private for
both semantic signalling and preventing this from being published to npm.
This commit is contained in:
Manav Rathi 2024-02-15 11:18:33 +05:30
parent 3aa0f4d0b8
commit c87aca72ad
3 changed files with 6 additions and 2 deletions

View file

@ -11,6 +11,7 @@
},
"dependencies": {
"@date-io/date-fns": "^2.14.0",
"@ente-io/utils": "file:packages/utils",
"@mui/x-date-pickers": "^5.0.0-alpha.6",
"@sentry/nextjs": "^7.77.0",
"@stripe/stripe-js": "^1.13.2",
@ -29,7 +30,6 @@
"comlink": "^4.3.0",
"debounce": "^2.0.0",
"density-clustering": "^1.3.0",
"@ente-io/utils": "0.0.0",
"eventemitter3": "^4.0.7",
"exifr": "^7.1.3",
"fast-srp-hap": "^2.0.4",

View file

@ -1,4 +1,5 @@
{
"name": "@ente-io/utils",
"version": "0.0.0"
"version": "0.0.0",
"private": true
}

View file

@ -206,6 +206,9 @@
resolved "https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.3.0.tgz"
integrity sha512-AHPmaAx+RYfZz0eYu6Gviiagpmiyw98ySSlQvCUhVGDRtDFe4DBS0x1bSjdF3gqUDYOczB+yYvBTtEylYSdRhg==
"@ente-io/utils@file:packages/utils":
version "0.0.0"
"@eslint-community/eslint-utils@^4.2.0":
version "4.4.0"
resolved "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz"