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