@xylabs/pixel 1.3.1 → 1.3.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 +6 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -54,7 +54,12 @@ See the [LICENSE](LICENSE) file for license details
54
54
 
55
55
  Made with 🔥and ❄️ by [XY Labs](https://xylabs.com)
56
56
 
57
- [logo]: hhttps://cdn.xy.company/img/brand/XYPersistentCompany_Logo_Icon_Colored.svg
57
+ [logo]: https://cdn.xy.company/img/brand/XYPersistentCompany_Logo_Icon_Colored.svg
58
+
59
+ [main-build]: https://github.com/xylabs/sdk-js/actions/workflows/build-main.yml/badge.svg
60
+ [main-build-link]: https://github.com/xylabs/sdk-js/actions/workflows/build-main.yml
61
+ [beta-build]: https://github.com/xylabs/sdk-js/actions/workflows/build-beta.yml/badge.svg
62
+ [beta-build-link]: https://github.com/xylabs/sdk-js/actions/workflows/build-beta.yml
58
63
 
59
64
  [npm-badge]: https://img.shields.io/npm/v/@xylabs/pixel.svg
60
65
  [npm-link]: https://www.npmjs.com/package/@xylabs/pixel
package/package.json CHANGED
@@ -81,5 +81,5 @@
81
81
  },
82
82
  "sideEffects": false,
83
83
  "typings": "dist/index.d.ts",
84
- "version": "1.3.1"
84
+ "version": "1.3.2"
85
85
  }