@walkeros/cli 4.2.0-next-1780387694663 → 4.2.0-next-1780437889445
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.
- package/CHANGELOG.md +12 -5
- package/dist/cli.js +356 -368
- package/dist/index.d.ts +320 -1
- package/dist/index.js +79 -38
- package/dist/index.js.map +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @walkeros/cli
|
|
2
2
|
|
|
3
|
-
## 4.2.0-next-
|
|
3
|
+
## 4.2.0-next-1780437889445
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -27,16 +27,23 @@
|
|
|
27
27
|
Commander 15, better-sqlite3 12, @libsql/client 0.17, Google Cloud
|
|
28
28
|
functions-framework 5, mixpanel 0.22, and jsdom 29. No public API changes;
|
|
29
29
|
installs now pull the current versions of these SDKs.
|
|
30
|
+
- e2a60ae: The wrapped browser bundle can now install a telemetry observer
|
|
31
|
+
without a trace poll. When the telemetry options omit `traceUrl`, the bundle
|
|
32
|
+
emits at a fixed level with no polling, suited to short-lived, URL-opted-in
|
|
33
|
+
sessions. Bundles that pass `traceUrl` keep the existing poll behavior.
|
|
30
34
|
- Updated dependencies [908d6f0]
|
|
31
35
|
- Updated dependencies [654ba38]
|
|
32
36
|
- Updated dependencies [f4a9013]
|
|
37
|
+
- Updated dependencies [d65bbde]
|
|
33
38
|
- Updated dependencies [2d64ed2]
|
|
39
|
+
- Updated dependencies [776e5f9]
|
|
40
|
+
- Updated dependencies [126c0f1]
|
|
34
41
|
- Updated dependencies [654ba38]
|
|
35
42
|
- Updated dependencies [3eb2467]
|
|
36
|
-
- @walkeros/collector@4.2.0-next-
|
|
37
|
-
- @walkeros/core@4.2.0-next-
|
|
38
|
-
- @walkeros/server-core@4.2.0-next-
|
|
39
|
-
- @walkeros/server-destination-api@4.2.0-next-
|
|
43
|
+
- @walkeros/collector@4.2.0-next-1780437889445
|
|
44
|
+
- @walkeros/core@4.2.0-next-1780437889445
|
|
45
|
+
- @walkeros/server-core@4.2.0-next-1780437889445
|
|
46
|
+
- @walkeros/server-destination-api@4.2.0-next-1780437889445
|
|
40
47
|
|
|
41
48
|
## 4.1.2
|
|
42
49
|
|