@marketrix.ai/widget 3.2.91 → 3.2.92
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 +1 -1
- package/dist/index.mjs +1 -1
- package/dist/standalone.mjs +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -563,7 +563,7 @@ GitHub Actions workflows in `.github/workflows/`:
|
|
|
563
563
|
| `validate.yml` | Push to `dev` / PR | Type check, lint, build |
|
|
564
564
|
| `build.yml` | Tag push (`v*`) | Build Docker image, push to ACR, and publish to npm |
|
|
565
565
|
|
|
566
|
-
Image builds produce `marketrix.azurecr.io/widget:{version}`. Tag pushes also publish `@marketrix.ai/widget` to npm. Deployment to dev/prod is handled by the centralized `deploy.yml` workflow in `
|
|
566
|
+
Image builds produce `marketrix.azurecr.io/widget:{version}`. Tag pushes also publish `@marketrix.ai/widget` to npm. Deployment to dev/prod is handled by the centralized `deploy.yml` workflow in `infra`. Dev branch pushes do not build images.
|
|
567
567
|
|
|
568
568
|
## Build System
|
|
569
569
|
|
package/dist/index.mjs
CHANGED
|
@@ -12290,7 +12290,7 @@ function SiTicktick (props) {
|
|
|
12290
12290
|
return GenIcon({"attr":{"role":"img","viewBox":"0 0 24 24"},"child":[{"tag":"path","attr":{"d":"M12 0C5.383 0 0 5.383 0 12s5.383 12 12 12 12-5.383 12-12h-2.7c0 5.128-4.172 9.3-9.3 9.3-5.128 0-9.3-4.172-9.3-9.3 0-5.128 4.172-9.3 9.3-9.3V0Zm7.4 2.583-7.505 9.371L8.388 9.08l-2.002 2.436 4.741 3.888a1.573 1.573 0 0 0 2.231-.233l8.504-10.617L19.4 2.583Z"},"child":[]}]})(props);
|
|
12291
12291
|
}
|
|
12292
12292
|
|
|
12293
|
-
const version = "3.2.
|
|
12293
|
+
const version = "3.2.92";
|
|
12294
12294
|
const packageJson = {
|
|
12295
12295
|
version};
|
|
12296
12296
|
|
package/dist/standalone.mjs
CHANGED
|
@@ -24958,7 +24958,7 @@ function SiTicktick (props) {
|
|
|
24958
24958
|
return GenIcon({"attr":{"role":"img","viewBox":"0 0 24 24"},"child":[{"tag":"path","attr":{"d":"M12 0C5.383 0 0 5.383 0 12s5.383 12 12 12 12-5.383 12-12h-2.7c0 5.128-4.172 9.3-9.3 9.3-5.128 0-9.3-4.172-9.3-9.3 0-5.128 4.172-9.3 9.3-9.3V0Zm7.4 2.583-7.505 9.371L8.388 9.08l-2.002 2.436 4.741 3.888a1.573 1.573 0 0 0 2.231-.233l8.504-10.617L19.4 2.583Z"},"child":[]}]})(props);
|
|
24959
24959
|
}
|
|
24960
24960
|
|
|
24961
|
-
const version = "3.2.
|
|
24961
|
+
const version = "3.2.92";
|
|
24962
24962
|
const packageJson = {
|
|
24963
24963
|
version};
|
|
24964
24964
|
|