dmg-builder 22.14.10 → 23.0.0-alpha.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.
Files changed (3) hide show
  1. package/package.json +36 -35
  2. package/CHANGELOG.md +0 -156
  3. package/LICENSE +0 -22
package/package.json CHANGED
@@ -1,36 +1,37 @@
1
1
  {
2
- "name": "dmg-builder",
3
- "version": "22.14.10",
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.10",
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.12",
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": "23.0.0-alpha.0",
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": "23.0.0-alpha.0",
21
+ "builder-util": "23.0.0-alpha.0",
22
+ "builder-util-runtime": "9.0.0-alpha.0",
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,156 +0,0 @@
1
- # dmg-builder
2
-
3
- ## 22.14.10
4
-
5
- ### Patch Changes
6
-
7
- - Updated dependencies [[`df7a4255`](https://github.com/electron-userland/electron-builder/commit/df7a4255d219aea7a1236fd5693f7c13460099ad)]:
8
- - app-builder-lib@22.14.10
9
-
10
- ## 22.14.9
11
-
12
- ### Patch Changes
13
-
14
- - Updated dependencies [[`661a6522`](https://github.com/electron-userland/electron-builder/commit/661a6522520e9ea59549cb7e18986fcfb58e873a)]:
15
- - app-builder-lib@22.14.9
16
-
17
- ## 22.14.8
18
-
19
- ### Patch Changes
20
-
21
- - Updated dependencies [[`d20bcf0c`](https://github.com/electron-userland/electron-builder/commit/d20bcf0cea4e4cb49aab08f820131a2d6b083a2c)]:
22
- - app-builder-lib@22.14.8
23
-
24
- ## 22.14.7
25
-
26
- ### Patch Changes
27
-
28
- - Updated dependencies [[`04a84352`](https://github.com/electron-userland/electron-builder/commit/04a84352b2b3fbb3c54533a8428bfd103df0af21)]:
29
- - builder-util@22.14.7
30
- - app-builder-lib@22.14.7
31
-
32
- ## 22.14.6
33
-
34
- ### Patch Changes
35
-
36
- - 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)]:
37
- - app-builder-lib@22.14.6
38
- - builder-util-runtime@8.9.2
39
- - builder-util@22.14.6
40
-
41
- ## 22.14.5
42
-
43
- ### Patch Changes
44
-
45
- - Updated dependencies [[`54ee4e72`](https://github.com/electron-userland/electron-builder/commit/54ee4e72c5db859b9a00104179786567a0e977ff)]:
46
- - app-builder-lib@22.14.5
47
- - builder-util-runtime@8.9.1
48
- - builder-util@22.14.5
49
-
50
- ## 22.14.4
51
-
52
- ### Patch Changes
53
-
54
- - 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)]:
55
- - app-builder-lib@22.14.4
56
-
57
- ## 22.14.3
58
-
59
- ### Patch Changes
60
-
61
- - Updated dependencies [[`a9ec90d5`](https://github.com/electron-userland/electron-builder/commit/a9ec90d539fdbb5786692629275b1a89bfd7aec4), [`b83d4ea7`](https://github.com/electron-userland/electron-builder/commit/b83d4ea778893f692c0405670a774d645602f063)]:
62
- - app-builder-lib@22.14.3
63
-
64
- ## 22.14.2
65
-
66
- ### Patch Changes
67
-
68
- - [#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
69
-
70
- - Updated dependencies [[`f3590355`](https://github.com/electron-userland/electron-builder/commit/f3590355c61dab05a6c92c5951aae8e59503d693)]:
71
- - app-builder-lib@22.14.2
72
-
73
- ## 22.14.1
74
-
75
- ### Patch Changes
76
-
77
- - [#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."
78
-
79
- - Updated dependencies [[`8ccb2da5`](https://github.com/electron-userland/electron-builder/commit/8ccb2da5d4c641b971f6a7403d3b2e3a3b844a05)]:
80
- - app-builder-lib@22.14.1
81
-
82
- ## 22.14.0
83
-
84
- ### Patch Changes
85
-
86
- - Updated dependencies [[`a9453216`](https://github.com/electron-userland/electron-builder/commit/a94532164709a545c0f6551fdc336dbc5377bda8)]:
87
- - app-builder-lib@22.14.0
88
- - builder-util-runtime@8.9.0
89
- - builder-util@22.14.0
90
-
91
- ## 22.13.1
92
-
93
- ### Patch Changes
94
-
95
- - Updated dependencies [[`f6a30535`](https://github.com/electron-userland/electron-builder/commit/f6a3053563bd50dc77010d2910086c81acdf613e), [`7f933d00`](https://github.com/electron-userland/electron-builder/commit/7f933d0004a0a5f808a2a1c71dca7362cab2728e)]:
96
- - app-builder-lib@22.13.1
97
- - builder-util-runtime@8.8.1
98
- - builder-util@22.13.1
99
-
100
- ## 22.13.0
101
-
102
- ### Patch Changes
103
-
104
- - Updated dependencies [[`6f42f646`](https://github.com/electron-userland/electron-builder/commit/6f42f646c9d36405c9d69ca45dda51baabdec4bd), [`f45110cb`](https://github.com/electron-userland/electron-builder/commit/f45110cbf66572d5748d21fc24dc26cabd06f35f)]:
105
- - app-builder-lib@22.13.0
106
- - builder-util@22.13.0
107
- - builder-util-runtime@8.8.0
108
-
109
- ## 22.12.1
110
-
111
- ### Patch Changes
112
-
113
- - Updated dependencies [c02ccbb9]
114
- - Updated dependencies [6c945bd5]
115
- - app-builder-lib@22.12.1
116
- - builder-util@22.12.1
117
-
118
- ## 22.12.0
119
-
120
- ### Patch Changes
121
-
122
- - Updated dependencies [14974114]
123
- - Updated dependencies [a99a7c87]
124
- - app-builder-lib@22.12.0
125
-
126
- ## 22.11.11
127
-
128
- ### Patch Changes
129
-
130
- - a4eae34f: Synchronizing CLI and package.json versions. Updating auto-publish values + changeset generation to be more frictionless
131
- - Updated dependencies [a4eae34f]
132
- - Updated dependencies [4a177dc0]
133
- - app-builder-lib@22.11.11
134
- - builder-util@22.11.11
135
- - builder-util-runtime@8.7.10
136
-
137
- ## 22.11.10
138
-
139
- ### Patch Changes
140
-
141
- - 878671d0: Updating patch number as many deps were updated as parted of RenovateBot integration
142
- - Updated dependencies [72ffc250]
143
- - Updated dependencies [878671d0]
144
- - app-builder-lib@22.11.10
145
- - builder-util-runtime@8.7.9
146
- - builder-util@22.11.10
147
-
148
- ## 22.11.9
149
-
150
- ### Patch Changes
151
-
152
- - 1272afc5: Initial introduction of changset config
153
- - Updated dependencies [1272afc5]
154
- - app-builder-lib@22.11.9
155
- - builder-util@22.11.9
156
- - 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
-