dmg-builder 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 (3) hide show
  1. package/package.json +36 -35
  2. package/CHANGELOG.md +0 -170
  3. package/LICENSE +0 -22
package/package.json CHANGED
@@ -1,36 +1,37 @@
1
1
  {
2
- "name": "dmg-builder",
3
- "version": "22.14.12",
4
- "main": "out/dmgUtil.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/dmg-builder"
11
- },
12
- "bugs": "https://github.com/electron-userland/electron-builder/issues",
13
- "homepage": "https://github.com/electron-userland/electron-builder",
14
- "files": [
15
- "out",
16
- "templates",
17
- "vendor"
18
- ],
19
- "dependencies": {
20
- "app-builder-lib": "22.14.12",
21
- "builder-util": "22.14.7",
22
- "builder-util-runtime": "8.9.2",
23
- "fs-extra": "^10.0.0",
24
- "iconv-lite": "^0.6.2",
25
- "js-yaml": "^4.1.0"
26
- },
27
- "optionalDependencies": {
28
- "dmg-license": "^1.0.9"
29
- },
30
- "devDependencies": {
31
- "@types/fs-extra": "9.0.13",
32
- "@types/js-yaml": "4.0.3",
33
- "temp-file": "3.4.0"
34
- },
35
- "typings": "./out/dmg.d.ts"
36
- }
2
+ "name": "dmg-builder",
3
+ "version": "22.14.13",
4
+ "main": "out/dmgUtil.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/dmg-builder"
11
+ },
12
+ "bugs": "https://github.com/electron-userland/electron-builder/issues",
13
+ "homepage": "https://github.com/electron-userland/electron-builder",
14
+ "files": [
15
+ "out",
16
+ "templates",
17
+ "vendor"
18
+ ],
19
+ "dependencies": {
20
+ "app-builder-lib": "22.14.13",
21
+ "builder-util": "22.14.13",
22
+ "builder-util-runtime": "8.9.2",
23
+ "fs-extra": "^10.0.0",
24
+ "iconv-lite": "^0.6.2",
25
+ "js-yaml": "^4.1.0"
26
+ },
27
+ "optionalDependencies": {
28
+ "dmg-license": "^1.0.9"
29
+ },
30
+ "devDependencies": {
31
+ "@types/fs-extra": "9.0.13",
32
+ "@types/js-yaml": "4.0.3",
33
+ "temp-file": "3.4.0"
34
+ },
35
+ "typings": "./out/dmg.d.ts",
36
+ "readme": "# dmg-builder\n\nUtilities to build DMG. Used by [electron-builder](https://github.com/electron-userland/electron-builder)."
37
+ }
package/CHANGELOG.md DELETED
@@ -1,170 +0,0 @@
1
- # dmg-builder
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 [[`04a84352`](https://github.com/electron-userland/electron-builder/commit/04a84352b2b3fbb3c54533a8428bfd103df0af21)]:
43
- - builder-util@22.14.7
44
- - app-builder-lib@22.14.7
45
-
46
- ## 22.14.6
47
-
48
- ### Patch Changes
49
-
50
- - 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)]:
51
- - app-builder-lib@22.14.6
52
- - builder-util-runtime@8.9.2
53
- - builder-util@22.14.6
54
-
55
- ## 22.14.5
56
-
57
- ### Patch Changes
58
-
59
- - Updated dependencies [[`54ee4e72`](https://github.com/electron-userland/electron-builder/commit/54ee4e72c5db859b9a00104179786567a0e977ff)]:
60
- - app-builder-lib@22.14.5
61
- - builder-util-runtime@8.9.1
62
- - builder-util@22.14.5
63
-
64
- ## 22.14.4
65
-
66
- ### Patch Changes
67
-
68
- - 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)]:
69
- - app-builder-lib@22.14.4
70
-
71
- ## 22.14.3
72
-
73
- ### Patch Changes
74
-
75
- - Updated dependencies [[`a9ec90d5`](https://github.com/electron-userland/electron-builder/commit/a9ec90d539fdbb5786692629275b1a89bfd7aec4), [`b83d4ea7`](https://github.com/electron-userland/electron-builder/commit/b83d4ea778893f692c0405670a774d645602f063)]:
76
- - app-builder-lib@22.14.3
77
-
78
- ## 22.14.2
79
-
80
- ### Patch Changes
81
-
82
- - [#6248](https://github.com/electron-userland/electron-builder/pull/6248) [`f3590355`](https://github.com/electron-userland/electron-builder/commit/f3590355c61dab05a6c92c5951aae8e59503d693) Thanks [@mmaietta](https://github.com/mmaietta)! - fix: dmg-license as an optional dependency while still enabling docs site to build properly
83
-
84
- - Updated dependencies [[`f3590355`](https://github.com/electron-userland/electron-builder/commit/f3590355c61dab05a6c92c5951aae8e59503d693)]:
85
- - app-builder-lib@22.14.2
86
-
87
- ## 22.14.1
88
-
89
- ### Patch Changes
90
-
91
- - [#6244](https://github.com/electron-userland/electron-builder/pull/6244) [`8ccb2da5`](https://github.com/electron-userland/electron-builder/commit/8ccb2da5d4c641b971f6a7403d3b2e3a3b844a05) Thanks [@mmaietta](https://github.com/mmaietta)! - fix: "error dmg-license@1.0.9: The platform "linux" is incompatible with this module."
92
-
93
- - Updated dependencies [[`8ccb2da5`](https://github.com/electron-userland/electron-builder/commit/8ccb2da5d4c641b971f6a7403d3b2e3a3b844a05)]:
94
- - app-builder-lib@22.14.1
95
-
96
- ## 22.14.0
97
-
98
- ### Patch Changes
99
-
100
- - Updated dependencies [[`a9453216`](https://github.com/electron-userland/electron-builder/commit/a94532164709a545c0f6551fdc336dbc5377bda8)]:
101
- - app-builder-lib@22.14.0
102
- - builder-util-runtime@8.9.0
103
- - builder-util@22.14.0
104
-
105
- ## 22.13.1
106
-
107
- ### Patch Changes
108
-
109
- - Updated dependencies [[`f6a30535`](https://github.com/electron-userland/electron-builder/commit/f6a3053563bd50dc77010d2910086c81acdf613e), [`7f933d00`](https://github.com/electron-userland/electron-builder/commit/7f933d0004a0a5f808a2a1c71dca7362cab2728e)]:
110
- - app-builder-lib@22.13.1
111
- - builder-util-runtime@8.8.1
112
- - builder-util@22.13.1
113
-
114
- ## 22.13.0
115
-
116
- ### Patch Changes
117
-
118
- - Updated dependencies [[`6f42f646`](https://github.com/electron-userland/electron-builder/commit/6f42f646c9d36405c9d69ca45dda51baabdec4bd), [`f45110cb`](https://github.com/electron-userland/electron-builder/commit/f45110cbf66572d5748d21fc24dc26cabd06f35f)]:
119
- - app-builder-lib@22.13.0
120
- - builder-util@22.13.0
121
- - builder-util-runtime@8.8.0
122
-
123
- ## 22.12.1
124
-
125
- ### Patch Changes
126
-
127
- - Updated dependencies [c02ccbb9]
128
- - Updated dependencies [6c945bd5]
129
- - app-builder-lib@22.12.1
130
- - builder-util@22.12.1
131
-
132
- ## 22.12.0
133
-
134
- ### Patch Changes
135
-
136
- - Updated dependencies [14974114]
137
- - Updated dependencies [a99a7c87]
138
- - app-builder-lib@22.12.0
139
-
140
- ## 22.11.11
141
-
142
- ### Patch Changes
143
-
144
- - a4eae34f: Synchronizing CLI and package.json versions. Updating auto-publish values + changeset generation to be more frictionless
145
- - Updated dependencies [a4eae34f]
146
- - Updated dependencies [4a177dc0]
147
- - app-builder-lib@22.11.11
148
- - builder-util@22.11.11
149
- - builder-util-runtime@8.7.10
150
-
151
- ## 22.11.10
152
-
153
- ### Patch Changes
154
-
155
- - 878671d0: Updating patch number as many deps were updated as parted of RenovateBot integration
156
- - Updated dependencies [72ffc250]
157
- - Updated dependencies [878671d0]
158
- - app-builder-lib@22.11.10
159
- - builder-util-runtime@8.7.9
160
- - builder-util@22.11.10
161
-
162
- ## 22.11.9
163
-
164
- ### Patch Changes
165
-
166
- - 1272afc5: Initial introduction of changset config
167
- - Updated dependencies [1272afc5]
168
- - app-builder-lib@22.11.9
169
- - builder-util@22.11.9
170
- - builder-util-runtime@8.7.8
package/LICENSE DELETED
@@ -1,22 +0,0 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2015 Loopline Systems
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
22
-