alp-rollup-plugin-config 1.1.0 → 1.2.0

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/CHANGELOG.md CHANGED
@@ -3,6 +3,25 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [1.2.0](https://github.com/christophehurpeau/alp/compare/alp-rollup-plugin-config@1.1.1...alp-rollup-plugin-config@1.2.0) (2022-11-15)
7
+
8
+
9
+ ### Features
10
+
11
+ * allow rollup 3 ([877d8ba](https://github.com/christophehurpeau/alp/commit/877d8ba4afdf80276d8a340bf244cac7dbfd4f72))
12
+
13
+
14
+
15
+
16
+
17
+ ## [1.1.1](https://github.com/christophehurpeau/alp/compare/alp-rollup-plugin-config@1.1.0...alp-rollup-plugin-config@1.1.1) (2022-10-19)
18
+
19
+ **Note:** Version bump only for package alp-rollup-plugin-config
20
+
21
+
22
+
23
+
24
+
6
25
  # [1.1.0](https://github.com/christophehurpeau/alp/compare/alp-rollup-plugin-config@1.0.2...alp-rollup-plugin-config@1.1.0) (2022-10-16)
7
26
 
8
27
 
package/README.md CHANGED
@@ -8,6 +8,9 @@
8
8
 
9
9
  <p align="center">
10
10
  <a href="https://npmjs.org/package/alp-rollup-plugin-config"><img src="https://img.shields.io/npm/v/alp-rollup-plugin-config.svg?style=flat-square"></a>
11
+ <a href="https://npmjs.org/package/alp-rollup-plugin-config"><img src="https://img.shields.io/npm/dw/alp-rollup-plugin-config.svg?style=flat-square"></a>
12
+ <a href="https://npmjs.org/package/alp-rollup-plugin-config"><img src="https://img.shields.io/node/v/alp-rollup-plugin-config.svg?style=flat-square"></a>
13
+ <a href="https://npmjs.org/package/alp-rollup-plugin-config"><img src="https://img.shields.io/npm/types/alp-rollup-plugin-config.svg?style=flat-square"></a>
11
14
  </p>
12
15
 
13
16
  ## Install
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "alp-rollup-plugin-config",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "description": "transform yaml config using rollup copy plugin and yaml transform",
5
5
  "keywords": [],
6
6
  "author": "Christophe Hurpeau <christophe@hurpeau.com> (https://christophe.hurpeau.com)",
@@ -22,18 +22,14 @@
22
22
  "lint": "yarn run lint:eslint",
23
23
  "lint:eslint": "cd ../.. && yarn run eslint --report-unused-disable-directives --resolve-plugins-relative-to . --quiet packages/alp-rollup-plugin-config"
24
24
  },
25
- "prettier": {
26
- "trailingComma": "all",
27
- "singleQuote": true,
28
- "arrowParens": "always"
29
- },
25
+ "prettier": "@pob/root/prettier-config",
30
26
  "pob": {},
31
27
  "peerDependencies": {
32
- "rollup": "^2.64.0"
28
+ "rollup": "^2.64.0 || ^3.0.0"
33
29
  },
34
30
  "dependencies": {
35
31
  "@guanghechen/rollup-plugin-copy": "1.8.6",
36
32
  "js-yaml": "4.1.0"
37
33
  },
38
- "gitHead": "de936d28d0779f271849b412d8a40ade84f22012"
34
+ "gitHead": "cadf525b1204d5ab7496a306a6ee30ef314e7fc3"
39
35
  }