Skip to content

Commit

Permalink
chore: fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Jul 12, 2022
1 parent 75c799f commit b607577
Show file tree
Hide file tree
Showing 28 changed files with 53 additions and 53 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# `@napi-rs/hexo-util`
# `@sukka/hexo-util-rs`

![https://github.com/liby/hexo-util-rs/actions](https://github.com/liby/hexo-util-rs/workflows/CI/badge.svg)

Expand Down
26 changes: 13 additions & 13 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ switch (platform) {
if (localFileExisted) {
nativeBinding = require('./hexo-util.android-arm64.node')
} else {
nativeBinding = require('@napi-rs/hexo-util-android-arm64')
nativeBinding = require('@sukka/hexo-util-rs-android-arm64')
}
} catch (e) {
loadError = e
Expand All @@ -42,7 +42,7 @@ switch (platform) {
if (localFileExisted) {
nativeBinding = require('./hexo-util.android-arm-eabi.node')
} else {
nativeBinding = require('@napi-rs/hexo-util-android-arm-eabi')
nativeBinding = require('@sukka/hexo-util-rs-android-arm-eabi')
}
} catch (e) {
loadError = e
Expand All @@ -60,7 +60,7 @@ switch (platform) {
if (localFileExisted) {
nativeBinding = require('./hexo-util.win32-x64-msvc.node')
} else {
nativeBinding = require('@napi-rs/hexo-util-win32-x64-msvc')
nativeBinding = require('@sukka/hexo-util-rs-win32-x64-msvc')
}
} catch (e) {
loadError = e
Expand All @@ -72,7 +72,7 @@ switch (platform) {
if (localFileExisted) {
nativeBinding = require('./hexo-util.win32-ia32-msvc.node')
} else {
nativeBinding = require('@napi-rs/hexo-util-win32-ia32-msvc')
nativeBinding = require('@sukka/hexo-util-rs-win32-ia32-msvc')
}
} catch (e) {
loadError = e
Expand All @@ -84,7 +84,7 @@ switch (platform) {
if (localFileExisted) {
nativeBinding = require('./hexo-util.win32-arm64-msvc.node')
} else {
nativeBinding = require('@napi-rs/hexo-util-win32-arm64-msvc')
nativeBinding = require('@sukka/hexo-util-rs-win32-arm64-msvc')
}
} catch (e) {
loadError = e
Expand All @@ -102,7 +102,7 @@ switch (platform) {
if (localFileExisted) {
nativeBinding = require('./hexo-util.darwin-x64.node')
} else {
nativeBinding = require('@napi-rs/hexo-util-darwin-x64')
nativeBinding = require('@sukka/hexo-util-rs-darwin-x64')
}
} catch (e) {
loadError = e
Expand All @@ -114,7 +114,7 @@ switch (platform) {
if (localFileExisted) {
nativeBinding = require('./hexo-util.darwin-arm64.node')
} else {
nativeBinding = require('@napi-rs/hexo-util-darwin-arm64')
nativeBinding = require('@sukka/hexo-util-rs-darwin-arm64')
}
} catch (e) {
loadError = e
Expand All @@ -133,7 +133,7 @@ switch (platform) {
if (localFileExisted) {
nativeBinding = require('./hexo-util.freebsd-x64.node')
} else {
nativeBinding = require('@napi-rs/hexo-util-freebsd-x64')
nativeBinding = require('@sukka/hexo-util-rs-freebsd-x64')
}
} catch (e) {
loadError = e
Expand All @@ -148,7 +148,7 @@ switch (platform) {
if (localFileExisted) {
nativeBinding = require('./hexo-util.linux-x64-musl.node')
} else {
nativeBinding = require('@napi-rs/hexo-util-linux-x64-musl')
nativeBinding = require('@sukka/hexo-util-rs-linux-x64-musl')
}
} catch (e) {
loadError = e
Expand All @@ -159,7 +159,7 @@ switch (platform) {
if (localFileExisted) {
nativeBinding = require('./hexo-util.linux-x64-gnu.node')
} else {
nativeBinding = require('@napi-rs/hexo-util-linux-x64-gnu')
nativeBinding = require('@sukka/hexo-util-rs-linux-x64-gnu')
}
} catch (e) {
loadError = e
Expand All @@ -173,7 +173,7 @@ switch (platform) {
if (localFileExisted) {
nativeBinding = require('./hexo-util.linux-arm64-musl.node')
} else {
nativeBinding = require('@napi-rs/hexo-util-linux-arm64-musl')
nativeBinding = require('@sukka/hexo-util-rs-linux-arm64-musl')
}
} catch (e) {
loadError = e
Expand All @@ -184,7 +184,7 @@ switch (platform) {
if (localFileExisted) {
nativeBinding = require('./hexo-util.linux-arm64-gnu.node')
} else {
nativeBinding = require('@napi-rs/hexo-util-linux-arm64-gnu')
nativeBinding = require('@sukka/hexo-util-rs-linux-arm64-gnu')
}
} catch (e) {
loadError = e
Expand All @@ -197,7 +197,7 @@ switch (platform) {
if (localFileExisted) {
nativeBinding = require('./hexo-util.linux-arm-gnueabihf.node')
} else {
nativeBinding = require('@napi-rs/hexo-util-linux-arm-gnueabihf')
nativeBinding = require('@sukka/hexo-util-rs-linux-arm-gnueabihf')
}
} catch (e) {
loadError = e
Expand Down
4 changes: 2 additions & 2 deletions npm/android-arm-eabi/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# `@napi-rs/hexo-util-android-arm-eabi`
# `@sukka/hexo-util-rs-android-arm-eabi`

This is the **armv7-linux-androideabi** binary for `@napi-rs/hexo-util`
This is the **armv7-linux-androideabi** binary for `@sukka/hexo-util-rs`
2 changes: 1 addition & 1 deletion npm/android-arm-eabi/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@napi-rs/hexo-util-android-arm-eabi",
"name": "@sukka/hexo-util-rs-android-arm-eabi",
"version": "0.0.1",
"os": [
"android"
Expand Down
4 changes: 2 additions & 2 deletions npm/android-arm64/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# `@napi-rs/hexo-util-android-arm64`
# `@sukka/hexo-util-rs-android-arm64`

This is the **aarch64-linux-android** binary for `@napi-rs/hexo-util`
This is the **aarch64-linux-android** binary for `@sukka/hexo-util-rs`
2 changes: 1 addition & 1 deletion npm/android-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@napi-rs/hexo-util-android-arm64",
"name": "@sukka/hexo-util-rs-android-arm64",
"version": "0.0.1",
"os": [
"android"
Expand Down
4 changes: 2 additions & 2 deletions npm/darwin-arm64/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# `@napi-rs/hexo-util-darwin-arm64`
# `@sukka/hexo-util-rs-darwin-arm64`

This is the **aarch64-apple-darwin** binary for `@napi-rs/hexo-util`
This is the **aarch64-apple-darwin** binary for `@sukka/hexo-util-rs`
2 changes: 1 addition & 1 deletion npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@napi-rs/hexo-util-darwin-arm64",
"name": "@sukka/hexo-util-rs-darwin-arm64",
"version": "0.0.1",
"os": [
"darwin"
Expand Down
4 changes: 2 additions & 2 deletions npm/darwin-x64/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# `@napi-rs/hexo-util-darwin-x64`
# `@sukka/hexo-util-rs-darwin-x64`

This is the **x86_64-apple-darwin** binary for `@napi-rs/hexo-util`
This is the **x86_64-apple-darwin** binary for `@sukka/hexo-util-rs`
2 changes: 1 addition & 1 deletion npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@napi-rs/hexo-util-darwin-x64",
"name": "@sukka/hexo-util-rs-darwin-x64",
"version": "0.0.1",
"os": [
"darwin"
Expand Down
4 changes: 2 additions & 2 deletions npm/freebsd-x64/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# `@napi-rs/hexo-util-freebsd-x64`
# `@sukka/hexo-util-rs-freebsd-x64`

This is the **x86_64-unknown-freebsd** binary for `@napi-rs/hexo-util`
This is the **x86_64-unknown-freebsd** binary for `@sukka/hexo-util-rs`
2 changes: 1 addition & 1 deletion npm/freebsd-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@napi-rs/hexo-util-freebsd-x64",
"name": "@sukka/hexo-util-rs-freebsd-x64",
"version": "0.0.1",
"os": [
"freebsd"
Expand Down
4 changes: 2 additions & 2 deletions npm/linux-arm-gnueabihf/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# `@napi-rs/hexo-util-linux-arm-gnueabihf`
# `@sukka/hexo-util-rs-linux-arm-gnueabihf`

This is the **armv7-unknown-linux-gnueabihf** binary for `@napi-rs/hexo-util`
This is the **armv7-unknown-linux-gnueabihf** binary for `@sukka/hexo-util-rs`
2 changes: 1 addition & 1 deletion npm/linux-arm-gnueabihf/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@napi-rs/hexo-util-linux-arm-gnueabihf",
"name": "@sukka/hexo-util-rs-linux-arm-gnueabihf",
"version": "0.0.1",
"os": [
"linux"
Expand Down
4 changes: 2 additions & 2 deletions npm/linux-arm64-gnu/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# `@napi-rs/hexo-util-linux-arm64-gnu`
# `@sukka/hexo-util-rs-linux-arm64-gnu`

This is the **aarch64-unknown-linux-gnu** binary for `@napi-rs/hexo-util`
This is the **aarch64-unknown-linux-gnu** binary for `@sukka/hexo-util-rs`
2 changes: 1 addition & 1 deletion npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@napi-rs/hexo-util-linux-arm64-gnu",
"name": "@sukka/hexo-util-rs-linux-arm64-gnu",
"version": "0.0.1",
"os": [
"linux"
Expand Down
4 changes: 2 additions & 2 deletions npm/linux-arm64-musl/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# `@napi-rs/hexo-util-linux-arm64-musl`
# `@sukka/hexo-util-rs-linux-arm64-musl`

This is the **aarch64-unknown-linux-musl** binary for `@napi-rs/hexo-util`
This is the **aarch64-unknown-linux-musl** binary for `@sukka/hexo-util-rs`
2 changes: 1 addition & 1 deletion npm/linux-arm64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@napi-rs/hexo-util-linux-arm64-musl",
"name": "@sukka/hexo-util-rs-linux-arm64-musl",
"version": "0.0.1",
"os": [
"linux"
Expand Down
4 changes: 2 additions & 2 deletions npm/linux-x64-gnu/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# `@napi-rs/hexo-util-linux-x64-gnu`
# `@sukka/hexo-util-rs-linux-x64-gnu`

This is the **x86_64-unknown-linux-gnu** binary for `@napi-rs/hexo-util`
This is the **x86_64-unknown-linux-gnu** binary for `@sukka/hexo-util-rs`
2 changes: 1 addition & 1 deletion npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@napi-rs/hexo-util-linux-x64-gnu",
"name": "@sukka/hexo-util-rs-linux-x64-gnu",
"version": "0.0.1",
"os": [
"linux"
Expand Down
4 changes: 2 additions & 2 deletions npm/linux-x64-musl/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# `@napi-rs/hexo-util-linux-x64-musl`
# `@sukka/hexo-util-rs-linux-x64-musl`

This is the **x86_64-unknown-linux-musl** binary for `@napi-rs/hexo-util`
This is the **x86_64-unknown-linux-musl** binary for `@sukka/hexo-util-rs`
2 changes: 1 addition & 1 deletion npm/linux-x64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@napi-rs/hexo-util-linux-x64-musl",
"name": "@sukka/hexo-util-rs-linux-x64-musl",
"version": "0.0.1",
"os": [
"linux"
Expand Down
4 changes: 2 additions & 2 deletions npm/win32-arm64-msvc/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# `@napi-rs/hexo-util-win32-arm64-msvc`
# `@sukka/hexo-util-rs-win32-arm64-msvc`

This is the **aarch64-pc-windows-msvc** binary for `@napi-rs/hexo-util`
This is the **aarch64-pc-windows-msvc** binary for `@sukka/hexo-util-rs`
2 changes: 1 addition & 1 deletion npm/win32-arm64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@napi-rs/hexo-util-win32-arm64-msvc",
"name": "@sukka/hexo-util-rs-win32-arm64-msvc",
"version": "0.0.1",
"os": [
"win32"
Expand Down
4 changes: 2 additions & 2 deletions npm/win32-ia32-msvc/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# `@napi-rs/hexo-util-win32-ia32-msvc`
# `@sukka/hexo-util-rs-win32-ia32-msvc`

This is the **i686-pc-windows-msvc** binary for `@napi-rs/hexo-util`
This is the **i686-pc-windows-msvc** binary for `@sukka/hexo-util-rs`
2 changes: 1 addition & 1 deletion npm/win32-ia32-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@napi-rs/hexo-util-win32-ia32-msvc",
"name": "@sukka/hexo-util-rs-win32-ia32-msvc",
"version": "0.0.1",
"os": [
"win32"
Expand Down
4 changes: 2 additions & 2 deletions npm/win32-x64-msvc/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# `@napi-rs/hexo-util-win32-x64-msvc`
# `@sukka/hexo-util-rs-win32-x64-msvc`

This is the **x86_64-pc-windows-msvc** binary for `@napi-rs/hexo-util`
This is the **x86_64-pc-windows-msvc** binary for `@sukka/hexo-util-rs`
2 changes: 1 addition & 1 deletion npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@napi-rs/hexo-util-win32-x64-msvc",
"name": "@sukka/hexo-util-rs-win32-x64-msvc",
"version": "0.0.1",
"os": [
"win32"
Expand Down

0 comments on commit b607577

Please sign in to comment.