piral-ext 0.15.0-alpha.3589 → 0.15.0-alpha.3711

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 (1) hide show
  1. package/package.json +10 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "piral-ext",
3
- "version": "0.15.0-alpha.3589",
3
+ "version": "0.15.0-alpha.3711",
4
4
  "description": "Set of standard plugins with component definitions for extending piral-core.",
5
5
  "keywords": [
6
6
  "piral",
@@ -33,6 +33,7 @@
33
33
  "url": "https://github.com/smapiot/piral/issues"
34
34
  },
35
35
  "scripts": {
36
+ "cleanup": "rimraf esm lib",
36
37
  "build": "yarn build:commonjs && yarn build:esnext",
37
38
  "build:commonjs": "tsc --project tsconfig.json --outDir lib --module commonjs",
38
39
  "build:esnext": "tsc --project tsconfig.json --outDir esm --module esnext",
@@ -40,18 +41,18 @@
40
41
  "test": "echo \"Error: run tests from root\" && exit 1"
41
42
  },
42
43
  "devDependencies": {
43
- "piral-core": "0.15.0-alpha.3589"
44
+ "piral-core": "0.15.0-alpha.3711"
44
45
  },
45
46
  "peerDependencies": {
46
47
  "piral-core": "0.14.x"
47
48
  },
48
49
  "dependencies": {
49
- "piral-dashboard": "0.15.0-alpha.3589",
50
- "piral-feeds": "0.15.0-alpha.3589",
51
- "piral-menu": "0.15.0-alpha.3589",
52
- "piral-modals": "0.15.0-alpha.3589",
53
- "piral-notifications": "0.15.0-alpha.3589",
54
- "piral-translate": "0.15.0-alpha.3589"
50
+ "piral-dashboard": "0.15.0-alpha.3711",
51
+ "piral-feeds": "0.15.0-alpha.3711",
52
+ "piral-menu": "0.15.0-alpha.3711",
53
+ "piral-modals": "0.15.0-alpha.3711",
54
+ "piral-notifications": "0.15.0-alpha.3711",
55
+ "piral-translate": "0.15.0-alpha.3711"
55
56
  },
56
- "gitHead": "3de80e7857d8f95c5f7c6944dfad56d4a5e21f8d"
57
+ "gitHead": "2ef676e46e2fb402edeceeb3b4f1a1aa04c99970"
57
58
  }