@usepipr/runtime 0.3.3 → 0.3.6
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/README.md +2 -0
- package/dist/{commands-C1sVsbEj.mjs → commands-Btw_Ummi.mjs} +979 -364
- package/dist/commands-Btw_Ummi.mjs.map +1 -0
- package/dist/{commands-4n3t4t5P.d.mts → commands-C6wfO-y7.d.mts} +9 -7
- package/dist/commands-C6wfO-y7.d.mts.map +1 -0
- package/dist/index.d.mts +1 -2
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/internal/review-testing.d.mts +18 -0
- package/dist/internal/review-testing.d.mts.map +1 -0
- package/dist/internal/review-testing.mjs +2 -0
- package/dist/internal/testing.d.mts +2 -16
- package/dist/internal/testing.mjs +2 -2
- package/dist/pi/runtime-tools-extension.d.mts.map +1 -1
- package/dist/pi/runtime-tools-extension.mjs +2 -1
- package/dist/pi/runtime-tools-extension.mjs.map +1 -1
- package/dist/suggested-fix-publication-policy-B5Wwuudp.mjs +206 -0
- package/dist/suggested-fix-publication-policy-B5Wwuudp.mjs.map +1 -0
- package/package.json +8 -4
- package/dist/commands-4n3t4t5P.d.mts.map +0 -1
- package/dist/commands-C1sVsbEj.mjs.map +0 -1
- package/dist/internal/testing.d.mts.map +0 -1
package/README.md
CHANGED
|
@@ -15,6 +15,8 @@ GitHub Action. Repository configs should import from `@usepipr/sdk`.
|
|
|
15
15
|
during condensed Diff Manifest runs.
|
|
16
16
|
- `./internal/testing` is an unsupported test surface for Pipr's private e2e
|
|
17
17
|
harness.
|
|
18
|
+
- `./internal/review-testing` is an unsupported test surface for Pipr's private
|
|
19
|
+
eval package review scoring.
|
|
18
20
|
- The build emits ESM and declaration files to `dist`.
|
|
19
21
|
|
|
20
22
|
## Source Map
|