piral-ext 1.10.2 → 1.10.3-beta.04d3bdb

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 +9 -9
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 Ext](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-ext.svg?style=flat)](https://www.npmjs.com/package/piral-ext) [![tested with jest](https://img.shields.io/badge/tested_with-jest-99424f.svg)](https://jestjs.io) [![Community Chat](https://img.shields.io/discord/1222632475449229352)](https://discord.gg/kKJ2FZmK8t)
3
+ # [Piral Ext](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-ext.svg?style=flat)](https://www.npmjs.com/package/piral-ext) [![tested with vitest](https://img.shields.io/badge/tested_with-vitest-99424f.svg)](https://vitest.dev/) [![Community Chat](https://img.shields.io/discord/1222632475449229352)](https://discord.gg/kKJ2FZmK8t)
4
4
 
5
5
  This is a package that consists of a set of standard plugins. The package only has a peer dependency to `piral-core`.
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "piral-ext",
3
- "version": "1.10.2",
3
+ "version": "1.10.3-beta.04d3bdb",
4
4
  "description": "Set of standard plugins with component definitions for extending piral-core.",
5
5
  "keywords": [
6
6
  "piral",
@@ -47,15 +47,15 @@
47
47
  "test": "echo \"Error: run tests from root\" && exit 1"
48
48
  },
49
49
  "dependencies": {
50
- "piral-dashboard": "^1.10.2",
51
- "piral-feeds": "^1.10.2",
52
- "piral-menu": "^1.10.2",
53
- "piral-modals": "^1.10.2",
54
- "piral-notifications": "^1.10.2",
55
- "piral-translate": "^1.10.2"
50
+ "piral-dashboard": "1.10.3-beta.04d3bdb",
51
+ "piral-feeds": "1.10.3-beta.04d3bdb",
52
+ "piral-menu": "1.10.3-beta.04d3bdb",
53
+ "piral-modals": "1.10.3-beta.04d3bdb",
54
+ "piral-notifications": "1.10.3-beta.04d3bdb",
55
+ "piral-translate": "1.10.3-beta.04d3bdb"
56
56
  },
57
57
  "devDependencies": {
58
- "piral-core": "^1.10.2"
58
+ "piral-core": "1.10.3-beta.04d3bdb"
59
59
  },
60
- "gitHead": "296a540a6f2af0f39d7e086d7f437ded81a0d256"
60
+ "gitHead": "04d3bdb90824e6b1da4e12eb20a6700cbfb84ec8"
61
61
  }