@digigov/cli-build 0.7.0 → 0.7.1

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,6 +1,21 @@
1
1
  {
2
2
  "name": "@digigov/cli-build",
3
3
  "entries": [
4
+ {
5
+ "version": "0.7.1",
6
+ "tag": "@digigov/cli-build_v0.7.1",
7
+ "date": "Wed, 16 Feb 2022 12:49:28 GMT",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "comment": "Update tsconfig paths for @digigov packages"
12
+ },
13
+ {
14
+ "comment": "Add paths for `@digigov/react-extensions` in tsconf"
15
+ }
16
+ ]
17
+ }
18
+ },
4
19
  {
5
20
  "version": "0.7.0",
6
21
  "tag": "@digigov/cli-build_v0.7.0",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,14 @@
1
1
  # Change Log - @digigov/cli-build
2
2
 
3
- This log was last generated on Mon, 14 Feb 2022 09:56:29 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 16 Feb 2022 12:49:28 GMT and should not be manually modified.
4
+
5
+ ## 0.7.1
6
+ Wed, 16 Feb 2022 12:49:28 GMT
7
+
8
+ ### Patches
9
+
10
+ - Update tsconfig paths for @digigov packages
11
+ - Add paths for `@digigov/react-extensions` in tsconf
4
12
 
5
13
  ## 0.7.0
6
14
  Mon, 14 Feb 2022 09:56:29 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digigov/cli-build",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "description": "Build plugin for Digigov CLI",
5
5
  "main": "./index.js",
6
6
  "author": "GRNET Devs <devs@lists.grnet.gr>",
@@ -39,6 +39,15 @@
39
39
  "@digigov/form": [
40
40
  "./form/src"
41
41
  ],
42
+ "@digigov/form-dilosi-integration/*": [
43
+ "./form-dilosi-integration/src/*"
44
+ ],
45
+ "@digigov/form-dilosi-integration/": [
46
+ "./form-dilosi-integration/src"
47
+ ],
48
+ "@digigov/form-dilosi-integration": [
49
+ "./form-dilosi-integration/src"
50
+ ],
42
51
  "@digigov/nextjs/*": [
43
52
  "./nextjs/src/*"
44
53
  ],
@@ -56,6 +65,15 @@
56
65
  ],
57
66
  "@digigov/react-core": [
58
67
  "../libs-ui/react-core/src"
68
+ ],
69
+ "@digigov/react-extensions/*": [
70
+ "../libs-ui/react-extensions/src/*"
71
+ ],
72
+ "@digigov/react-extensions/": [
73
+ "../libs-ui/react-extensions/src"
74
+ ],
75
+ "@digigov/react-extensions": [
76
+ "../libs-ui/react-extensions/src"
59
77
  ]
60
78
  }
61
79
  },
@@ -64,6 +82,8 @@
64
82
  "../../libs/auth/src/*.tsx",
65
83
  "../../libs/form/src/**/*.(tsx|ts)",
66
84
  "../../libs/form/src/*.(tsx|ts)",
85
+ "../../libs/form-dilosi-integration/src/**/*.(tsx|ts)",
86
+ "../../libs/form-dilosi-integration/src/*.(tsx|ts)",
67
87
  "../../libs/ui-dilosi-integration/src/**/*.(tsx|ts)",
68
88
  "../../libs/ui-dilosi-integration/src/*.(tsx|ts)",
69
89
  "../../libs/ui/src/**/*.(tsx|ts)",