Skip to content

Commit 26e8ed3

Browse files
committed
replace mixjar w @alexjorgef/mixjar dependency
Signed-off-by: Alexandre Ferreira <alexjorgef@protonmail.com>
1 parent 45d7400 commit 26e8ed3

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"author": "Alexandre Ferreira <contact@alexjorgef.com>",
2929
"license": "MIT",
3030
"dependencies": {
31-
"mixjar": "^0.1.2"
31+
"@alexjorgef/mixjar": "^0.1.2"
3232
},
3333
"bugs": {
3434
"url": "https://github.com/alexjorgef/gatsby-source-mixcloud/issues"

plugin/src/source-nodes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { GatsbyNode } from "gatsby"
2-
import Mixjar from "mixjar"
2+
import Mixjar from "@alexjorgef/mixjar"
33
// import { promisify } from "util"
44
import { ERROR_CODES, NODE_TYPE_BASE, NODE_SUBTYPE_USER } from "./constants"
55
import type { MixcloudNodePluginOptions } from "./types/plugin-options"

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,27 @@ __metadata:
99
version: 0.0.0-use.local
1010
resolution: "@alexjorgef/gatsby-source-mixcloud@workspace:plugin"
1111
dependencies:
12+
"@alexjorgef/mixjar": ^0.1.2
1213
"@parcel/packager-ts": ^2.9.3
1314
"@parcel/transformer-typescript-types": ^2.9.3
1415
del-cli: ^5.0.1
1516
gatsby: ^5.12.1
1617
gatsby-plugin-utils: ^4.12.0
17-
mixjar: ^0.1.2
1818
parcel: ^2.9.3
1919
peerDependencies:
2020
gatsby: ^5.0.0-next.0
2121
languageName: unknown
2222
linkType: soft
2323

24+
"@alexjorgef/mixjar@npm:^0.1.2":
25+
version: 0.1.2
26+
resolution: "@alexjorgef/mixjar@npm:0.1.2"
27+
dependencies:
28+
unirest: ^0.6.0
29+
checksum: 3b30c33d4c9c3a71ad5e17ad8218569d2925e8588c8f1d94938902c29d5de0f8862a1f94d1e6a494d6a23011e3a295006de7af52e5aa9c8a02f6fc2ee970c792
30+
languageName: node
31+
linkType: hard
32+
2433
"@ampproject/remapping@npm:^2.2.0":
2534
version: 2.3.0
2635
resolution: "@ampproject/remapping@npm:2.3.0"
@@ -13781,15 +13790,6 @@ __metadata:
1378113790
languageName: node
1378213791
linkType: hard
1378313792

13784-
"mixjar@npm:^0.1.2":
13785-
version: 0.1.2
13786-
resolution: "mixjar@npm:0.1.2"
13787-
dependencies:
13788-
unirest: ^0.6.0
13789-
checksum: 92c868333baa06eeb4a13638c507427c6dff6d0979d0197823fde7bfbc401f005d4a598051a46df62aa3b12440093afd8dd75e06371502beef74a2419a0144f9
13790-
languageName: node
13791-
linkType: hard
13792-
1379313793
"mixme@npm:^0.5.1":
1379413794
version: 0.5.10
1379513795
resolution: "mixme@npm:0.5.10"

0 commit comments

Comments
 (0)