isolate-package 1.5.0 → 1.5.2

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 +12 -0
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -71,6 +71,12 @@ There is nothing Firebase-specific to this solution and there should be other
71
71
  use-cases for it, but that is why this documentation contains some instructions
72
72
  related to Firebase.
73
73
 
74
+ > !! There is now
75
+ > [a fork of firebase-tools](https://github.com/0x80/firebase-tools-with-isolate),
76
+ > where isolate-package is integrated. It is preferred because it simplifies the
77
+ > setup and allows the isolation to run only as part of the deploy process,
78
+ > preserving live code updates when running the local Firebase emulators.
79
+
74
80
  ## Install
75
81
 
76
82
  Run `pnpm install isolate-package --dev` or the equivalent for `yarn` or `npm`.
@@ -198,6 +204,12 @@ inside them that should be flat.
198
204
 
199
205
  ## Working with Firebase
200
206
 
207
+ > !! There is now
208
+ > [a fork of firebase-tools](https://github.com/0x80/firebase-tools-with-isolate),
209
+ > where isolate-package is integrated. It is preferred because it simplifies the
210
+ > setup and allows the isolation to run only as part of the deploy process,
211
+ > preserving live code updates when running the local Firebase emulators.
212
+
201
213
  ### A Quick Start
202
214
 
203
215
  If you are not confident that your monorepo setup is solid, please check out my
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isolate-package",
3
- "version": "1.5.0",
3
+ "version": "1.5.2",
4
4
  "description": "Isolate a monorepo package with its shared dependencies to form a self-contained directory, compatible with Firebase deploy",
5
5
  "author": "Thijs Koerselman",
6
6
  "license": "MIT",
@@ -34,6 +34,7 @@
34
34
  "@pnpm/exec": "^2.0.0",
35
35
  "@pnpm/exportable-manifest": "^5.0.9",
36
36
  "@pnpm/lockfile-file": "^8.1.4",
37
+ "@pnpm/logger": "^5.0.0",
37
38
  "@pnpm/prune-lockfile": "^5.0.7",
38
39
  "@pnpm/read-project-manifest": "^5.0.8",
39
40
  "@pnpm/types": "^9.4.0",