piral-elm 1.5.3-beta.6918 → 1.5.3-beta.6941

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 +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  [![Piral Logo](https://github.com/smapiot/piral/raw/main/docs/assets/logo.png)](https://piral.io)
2
2
 
3
- # [Piral Elm](https://piral.io) · [![GitHub License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/smapiot/piral/blob/main/LICENSE) [![npm version](https://img.shields.io/npm/v/piral-elm.svg?style=flat)](https://www.npmjs.com/package/piral-elm) [![tested with jest](https://img.shields.io/badge/tested_with-jest-99424f.svg)](https://jestjs.io) [![Gitter Chat](https://badges.gitter.im/gitterHQ/gitter.png)](https://gitter.im/piral-io/community)
3
+ # [Piral Elm](https://piral.io) · [![GitHub License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/smapiot/piral/blob/main/LICENSE) [![npm version](https://img.shields.io/npm/v/piral-elm.svg?style=flat)](https://www.npmjs.com/package/piral-elm) [![tested with jest](https://img.shields.io/badge/tested_with-jest-99424f.svg)](https://jestjs.io) [![Community Chat](https://dcbadge.vercel.app/api/server/kKJ2FZmK8t?style=flat)](https://discord.gg/kKJ2FZmK8t)
4
4
 
5
5
  This is a plugin that has no peer dependencies. What `piral-elm` brings to the table is a set of Pilet API extensions that can be used with `piral` or `piral-core`.
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "piral-elm",
3
- "version": "1.5.3-beta.6918",
3
+ "version": "1.5.3-beta.6941",
4
4
  "description": "Plugin for integrating Elm components in Piral.",
5
5
  "keywords": [
6
6
  "piral",
@@ -64,7 +64,7 @@
64
64
  "test": "echo \"Error: run tests from root\" && exit 1"
65
65
  },
66
66
  "devDependencies": {
67
- "piral-core": "1.5.3-beta.6918"
67
+ "piral-core": "1.5.3-beta.6941"
68
68
  },
69
- "gitHead": "b429fd493008c23cdae293dd1bc7140e6ac5cb53"
69
+ "gitHead": "3ec6cbf6364601eab8cf0ce6ef372a2c79a7f008"
70
70
  }