muhammara 2.2.0 → 2.5.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.
- package/CHANGELOG.md +30 -1
- package/README.md +2 -2
- package/muhammara.d.ts +258 -241
- package/muhammara.js +1 -1
- package/node_modules/@mapbox/node-pre-gyp/CHANGELOG.md +4 -0
- package/node_modules/@mapbox/node-pre-gyp/lib/util/versioning.js +1 -1
- package/node_modules/@mapbox/node-pre-gyp/package.json +10 -10
- package/node_modules/concat-map/package.json +1 -1
- package/node_modules/console-control-strings/package.json +1 -1
- package/node_modules/debug/README.md +3 -0
- package/node_modules/debug/package.json +5 -5
- package/node_modules/debug/src/common.js +1 -1
- package/node_modules/delegates/package.json +1 -1
- package/node_modules/detect-libc/README.md +124 -42
- package/node_modules/detect-libc/index.d.ts +11 -0
- package/node_modules/detect-libc/lib/detect-libc.js +166 -80
- package/node_modules/detect-libc/lib/process.js +16 -0
- package/node_modules/detect-libc/package.json +20 -19
- package/node_modules/fs.realpath/package.json +1 -1
- package/node_modules/glob/common.js +2 -0
- package/node_modules/glob/glob.js +4 -1
- package/node_modules/glob/package.json +9 -6
- package/node_modules/glob/sync.js +6 -3
- package/node_modules/has-unicode/package.json +1 -1
- package/node_modules/https-proxy-agent/dist/agent.js +2 -5
- package/node_modules/https-proxy-agent/dist/agent.js.map +1 -1
- package/node_modules/https-proxy-agent/package.json +5 -5
- package/node_modules/inflight/package.json +1 -1
- package/node_modules/minimatch/package.json +5 -5
- package/node_modules/minipass/LICENSE +1 -1
- package/node_modules/minipass/README.md +122 -7
- package/node_modules/minipass/index.d.ts +149 -0
- package/node_modules/minipass/index.js +191 -102
- package/node_modules/minipass/package.json +23 -7
- package/node_modules/node-fetch/package.json +5 -5
- package/node_modules/object-assign/package.json +1 -1
- package/node_modules/once/package.json +1 -1
- package/node_modules/path-is-absolute/package.json +1 -1
- package/node_modules/semver/README.md +3 -1
- package/node_modules/semver/bin/semver.js +19 -9
- package/node_modules/semver/classes/comparator.js +3 -2
- package/node_modules/semver/classes/index.js +1 -1
- package/node_modules/semver/classes/range.js +31 -22
- package/node_modules/semver/classes/semver.js +1 -1
- package/node_modules/semver/functions/cmp.js +8 -4
- package/node_modules/semver/functions/coerce.js +3 -2
- package/node_modules/semver/functions/inc.js +4 -1
- package/node_modules/semver/functions/parse.js +1 -1
- package/node_modules/semver/internal/constants.js +2 -2
- package/node_modules/semver/internal/identifiers.js +1 -1
- package/node_modules/semver/internal/parse-options.js +3 -3
- package/node_modules/semver/internal/re.js +3 -3
- package/node_modules/semver/package.json +46 -13
- package/node_modules/semver/ranges/min-version.js +2 -1
- package/node_modules/semver/ranges/outside.js +1 -1
- package/node_modules/semver/ranges/simplify.js +15 -12
- package/node_modules/semver/ranges/subset.js +53 -31
- package/node_modules/set-blocking/package.json +1 -1
- package/node_modules/tr46/package.json +1 -1
- package/node_modules/util-deprecate/package.json +1 -1
- package/node_modules/webidl-conversions/package.json +1 -1
- package/node_modules/whatwg-url/package.json +1 -1
- package/node_modules/wrappy/package.json +1 -1
- package/package.json +2 -1
- package/src/DocumentCopyingContextDriver.cpp +15 -15
- package/src/ObjectsContextDriver.cpp +1 -1
- package/node_modules/detect-libc/.npmignore +0 -7
- package/node_modules/detect-libc/bin/detect-libc.js +0 -18
- package/node_modules/semver/CHANGELOG.md +0 -111
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,32 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [2.5.0] - 2022-06-23
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
|
|
14
|
+
- Electron 17.2.0, 17.3, 17.4
|
|
15
|
+
- Typescript definitions
|
|
16
|
+
- Add test for recrypt with streams
|
|
17
|
+
|
|
18
|
+
## [2.4.0] - 2022-06-08
|
|
19
|
+
|
|
20
|
+
### Added
|
|
21
|
+
|
|
22
|
+
- Electron 18.1, 18.2, 18.3
|
|
23
|
+
- Electron 19.0
|
|
24
|
+
|
|
25
|
+
### Changed
|
|
26
|
+
|
|
27
|
+
- Update npm dist url to the new url for electron builds
|
|
28
|
+
|
|
29
|
+
## [2.3.0] - 2022-05-04
|
|
30
|
+
|
|
31
|
+
### Added
|
|
32
|
+
|
|
33
|
+
- Builds for node and electron with arm64 on darwin (Apple M1)
|
|
34
|
+
- Add electron 18
|
|
35
|
+
|
|
10
36
|
## [2.2.0] - 2022-03-05
|
|
11
37
|
|
|
12
38
|
### Changed
|
|
@@ -206,7 +232,10 @@ with the following changes.
|
|
|
206
232
|
|
|
207
233
|
* Initial release
|
|
208
234
|
|
|
209
|
-
[Unreleased]: https://github.com/julianhille/MuhammaraJS/compare/2.
|
|
235
|
+
[Unreleased]: https://github.com/julianhille/MuhammaraJS/compare/2.5.0...HEAD
|
|
236
|
+
[2.5.0]: https://github.com/julianhille/MuhammaraJS/compare/2.4.0...2.5.0
|
|
237
|
+
[2.4.0]: https://github.com/julianhille/MuhammaraJS/compare/2.3.0...2.4.0
|
|
238
|
+
[2.3.0]: https://github.com/julianhille/MuhammaraJS/compare/2.2.0...2.3.0
|
|
210
239
|
[2.2.0]: https://github.com/julianhille/MuhammaraJS/compare/2.1.0...2.2.0
|
|
211
240
|
[2.1.0]: https://github.com/julianhille/MuhammaraJS/compare/2.0.0...2.1.0
|
|
212
241
|
[2.0.0]: https://github.com/julianhille/MuhammaraJS/compare/1.10.0...2.0.0
|
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ electron versions because we needed to upgrade node-pre-gyp.
|
|
|
25
25
|
# Installation
|
|
26
26
|
|
|
27
27
|
```
|
|
28
|
-
npm install
|
|
28
|
+
npm install muhammara
|
|
29
29
|
|
|
30
30
|
```
|
|
31
31
|
|
|
@@ -34,7 +34,7 @@ npm install
|
|
|
34
34
|
Replace:
|
|
35
35
|
|
|
36
36
|
```
|
|
37
|
-
let hummus = require('
|
|
37
|
+
let hummus = require('hummus')
|
|
38
38
|
```
|
|
39
39
|
|
|
40
40
|
With:
|