@digigov/cli-build-tailwind 1.0.1 → 1.1.0-2a507fd6

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.json CHANGED
@@ -1,23 +1,6 @@
1
1
  {
2
2
  "name": "@digigov/cli-build-tailwind",
3
3
  "entries": [
4
- {
5
- "version": "1.0.1",
6
- "tag": "@digigov/cli-build-tailwind_v1.0.1",
7
- "date": "Tue, 19 Dec 2023 15:00:14 GMT",
8
- "comments": {
9
- "patch": [
10
- {
11
- "comment": "Upgrade fs-extra"
12
- }
13
- ],
14
- "dependency": [
15
- {
16
- "comment": "Updating dependency \"@digigov/cli\" from `1.0.0` to `1.0.1`"
17
- }
18
- ]
19
- }
20
- },
21
4
  {
22
5
  "version": "1.0.0",
23
6
  "tag": "@digigov/cli-build-tailwind_v1.0.0",
package/CHANGELOG.md CHANGED
@@ -1,13 +1,6 @@
1
1
  # Change Log - @digigov/cli-build-tailwind
2
2
 
3
- This log was last generated on Tue, 19 Dec 2023 15:00:14 GMT and should not be manually modified.
4
-
5
- ## 1.0.1
6
- Tue, 19 Dec 2023 15:00:14 GMT
7
-
8
- ### Patches
9
-
10
- - Upgrade fs-extra
3
+ This log was last generated on Fri, 15 Dec 2023 15:23:56 GMT and should not be manually modified.
11
4
 
12
5
  ## 1.0.0
13
6
  Fri, 15 Dec 2023 15:23:56 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digigov/cli-build-tailwind",
3
- "version": "1.0.1",
3
+ "version": "1.1.0-2a507fd6",
4
4
  "description": "Build tailwind plugin for Digigov CLI",
5
5
  "main": "./index.js",
6
6
  "author": "GRNET Devs <devs@lists.grnet.gr>",
@@ -14,7 +14,7 @@
14
14
  "postcss-load-config": "3.1.4"
15
15
  },
16
16
  "peerDependencies": {
17
- "@digigov/cli": "1.0.1"
17
+ "@digigov/cli": "1.1.0-2a507fd6"
18
18
  },
19
19
  "scripts": {}
20
20
  }