electron-forge-maker-nsis 22.14.12 → 22.14.13

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/package.json +20 -19
  2. package/CHANGELOG.md +0 -147
package/package.json CHANGED
@@ -1,20 +1,21 @@
1
1
  {
2
- "name": "electron-forge-maker-nsis",
3
- "version": "22.14.12",
4
- "main": "main.js",
5
- "author": "Vladimir Krivosheev",
6
- "license": "MIT",
7
- "repository": {
8
- "type": "git",
9
- "url": "git+https://github.com/electron-userland/electron-builder.git",
10
- "directory": "packages/electron-forge-maker-nsis"
11
- },
12
- "bugs": "https://github.com/electron-userland/electron-builder/issues",
13
- "homepage": "https://github.com/electron-userland/electron-builder",
14
- "files": [
15
- "*.js"
16
- ],
17
- "dependencies": {
18
- "app-builder-lib": "22.14.12"
19
- }
20
- }
2
+ "name": "electron-forge-maker-nsis",
3
+ "version": "22.14.13",
4
+ "main": "main.js",
5
+ "author": "Vladimir Krivosheev",
6
+ "license": "MIT",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/electron-userland/electron-builder.git",
10
+ "directory": "packages/electron-forge-maker-nsis"
11
+ },
12
+ "bugs": "https://github.com/electron-userland/electron-builder/issues",
13
+ "homepage": "https://github.com/electron-userland/electron-builder",
14
+ "files": [
15
+ "*.js"
16
+ ],
17
+ "dependencies": {
18
+ "app-builder-lib": "22.14.13"
19
+ },
20
+ "readme": "# electron-forge-maker-nsis\n\n[electron-builder](https://github.com/electron-userland/electron-builder) [nsis](https://electron.build/configuration/nsis) target for electron-forge.\n\nRecommended to build electron-forge project using electron-builder directly.\n[Publishing](https://www.electron.build/configuration/publish),\n[Auto Update](https://electron.build/auto-update)\nand [Code Signing](https://electron.build/code-signing) supported only in this case\n(including all other useful [packaging options](https://electron.build/configuration/configuration) like [files](https://electron.build/configuration/configuration#Config-files)). "
21
+ }
package/CHANGELOG.md DELETED
@@ -1,147 +0,0 @@
1
- # electron-forge-maker-nsis
2
-
3
- ## 22.14.12
4
-
5
- ### Patch Changes
6
-
7
- - Updated dependencies []:
8
- - app-builder-lib@22.14.12
9
-
10
- ## 22.14.11
11
-
12
- ### Patch Changes
13
-
14
- - Updated dependencies [[`e3d06afa`](https://github.com/electron-userland/electron-builder/commit/e3d06afae1236d44e4b6e670b453b260b1f74d84)]:
15
- - app-builder-lib@22.14.11
16
-
17
- ## 22.14.10
18
-
19
- ### Patch Changes
20
-
21
- - Updated dependencies [[`df7a4255`](https://github.com/electron-userland/electron-builder/commit/df7a4255d219aea7a1236fd5693f7c13460099ad)]:
22
- - app-builder-lib@22.14.10
23
-
24
- ## 22.14.9
25
-
26
- ### Patch Changes
27
-
28
- - Updated dependencies [[`661a6522`](https://github.com/electron-userland/electron-builder/commit/661a6522520e9ea59549cb7e18986fcfb58e873a)]:
29
- - app-builder-lib@22.14.9
30
-
31
- ## 22.14.8
32
-
33
- ### Patch Changes
34
-
35
- - Updated dependencies [[`d20bcf0c`](https://github.com/electron-userland/electron-builder/commit/d20bcf0cea4e4cb49aab08f820131a2d6b083a2c)]:
36
- - app-builder-lib@22.14.8
37
-
38
- ## 22.14.7
39
-
40
- ### Patch Changes
41
-
42
- - Updated dependencies []:
43
- - app-builder-lib@22.14.7
44
-
45
- ## 22.14.6
46
-
47
- ### Patch Changes
48
-
49
- - Updated dependencies [[`5468c188`](https://github.com/electron-userland/electron-builder/commit/5468c188f30f65352ca651e1f5fa9f8915c48c6b), [`f41d5f39`](https://github.com/electron-userland/electron-builder/commit/f41d5f397ade8f6199d56bb4275b05a0a0e65bca), [`66ca625f`](https://github.com/electron-userland/electron-builder/commit/66ca625f892329fd7bedf52fddc6659ec83b7cd3)]:
50
- - app-builder-lib@22.14.6
51
-
52
- ## 22.14.5
53
-
54
- ### Patch Changes
55
-
56
- - Updated dependencies [[`54ee4e72`](https://github.com/electron-userland/electron-builder/commit/54ee4e72c5db859b9a00104179786567a0e977ff)]:
57
- - app-builder-lib@22.14.5
58
-
59
- ## 22.14.4
60
-
61
- ### Patch Changes
62
-
63
- - Updated dependencies [[`fce1a1fa`](https://github.com/electron-userland/electron-builder/commit/fce1a1fab66e3f5cd741a4cecc4af8377aea9dd8), [`10b47273`](https://github.com/electron-userland/electron-builder/commit/10b47273c32c32df17dfb910feb4a7704c83da91), [`b7e4c382`](https://github.com/electron-userland/electron-builder/commit/b7e4c382984bac874f63b83e0db91d875566a550), [`e29a6b8b`](https://github.com/electron-userland/electron-builder/commit/e29a6b8b36695a2ed9d2f9a57e4c1c74587d1b16), [`8ebfc962`](https://github.com/electron-userland/electron-builder/commit/8ebfc96276bffe0bc1ad394c5ae6843976e01709)]:
64
- - app-builder-lib@22.14.4
65
-
66
- ## 22.14.3
67
-
68
- ### Patch Changes
69
-
70
- - Updated dependencies [[`a9ec90d5`](https://github.com/electron-userland/electron-builder/commit/a9ec90d539fdbb5786692629275b1a89bfd7aec4), [`b83d4ea7`](https://github.com/electron-userland/electron-builder/commit/b83d4ea778893f692c0405670a774d645602f063)]:
71
- - app-builder-lib@22.14.3
72
-
73
- ## 22.14.2
74
-
75
- ### Patch Changes
76
-
77
- - Updated dependencies [[`f3590355`](https://github.com/electron-userland/electron-builder/commit/f3590355c61dab05a6c92c5951aae8e59503d693)]:
78
- - app-builder-lib@22.14.2
79
-
80
- ## 22.14.1
81
-
82
- ### Patch Changes
83
-
84
- - Updated dependencies [[`8ccb2da5`](https://github.com/electron-userland/electron-builder/commit/8ccb2da5d4c641b971f6a7403d3b2e3a3b844a05)]:
85
- - app-builder-lib@22.14.1
86
-
87
- ## 22.14.0
88
-
89
- ### Patch Changes
90
-
91
- - Updated dependencies [[`a9453216`](https://github.com/electron-userland/electron-builder/commit/a94532164709a545c0f6551fdc336dbc5377bda8)]:
92
- - app-builder-lib@22.14.0
93
-
94
- ## 22.13.1
95
-
96
- ### Patch Changes
97
-
98
- - Updated dependencies [[`f6a30535`](https://github.com/electron-userland/electron-builder/commit/f6a3053563bd50dc77010d2910086c81acdf613e), [`7f933d00`](https://github.com/electron-userland/electron-builder/commit/7f933d0004a0a5f808a2a1c71dca7362cab2728e)]:
99
- - app-builder-lib@22.13.1
100
-
101
- ## 22.13.0
102
-
103
- ### Patch Changes
104
-
105
- - Updated dependencies [[`6f42f646`](https://github.com/electron-userland/electron-builder/commit/6f42f646c9d36405c9d69ca45dda51baabdec4bd), [`f45110cb`](https://github.com/electron-userland/electron-builder/commit/f45110cbf66572d5748d21fc24dc26cabd06f35f)]:
106
- - app-builder-lib@22.13.0
107
-
108
- ## 22.12.1
109
-
110
- ### Patch Changes
111
-
112
- - Updated dependencies [c02ccbb9]
113
- - app-builder-lib@22.12.1
114
-
115
- ## 22.12.0
116
-
117
- ### Patch Changes
118
-
119
- - Updated dependencies [14974114]
120
- - Updated dependencies [a99a7c87]
121
- - app-builder-lib@22.12.0
122
-
123
- ## 22.11.11
124
-
125
- ### Patch Changes
126
-
127
- - a4eae34f: Synchronizing CLI and package.json versions. Updating auto-publish values + changeset generation to be more frictionless
128
- - Updated dependencies [a4eae34f]
129
- - Updated dependencies [4a177dc0]
130
- - app-builder-lib@22.11.11
131
-
132
- ## 22.11.10
133
-
134
- ### Patch Changes
135
-
136
- - 878671d0: Updating patch number as many deps were updated as parted of RenovateBot integration
137
- - Updated dependencies [72ffc250]
138
- - Updated dependencies [878671d0]
139
- - app-builder-lib@22.11.10
140
-
141
- ## 22.11.9
142
-
143
- ### Patch Changes
144
-
145
- - 1272afc5: Initial introduction of changset config
146
- - Updated dependencies [1272afc5]
147
- - app-builder-lib@22.11.9