Skip to content

Commit

Permalink
0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
victorteokw committed Feb 7, 2024
1 parent ec1ae0e commit 194ce08
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "teocloud_teo_docs_search_engine"
version = "0.0.1"
version = "0.0.2"

[lib]
crate-type = ["cdylib"]
Expand Down
4 changes: 2 additions & 2 deletions npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"cpu": [
"arm64"
],
"main": "teo.darwin-arm64.node",
"main": "teo-docs-search-engine.darwin-arm64.node",
"files": [
"teo.darwin-arm64.node"
"teo-docs-search-engine.darwin-arm64.node"
],
"license": "Apache-2.0",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions npm/darwin-universal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"os": [
"darwin"
],
"main": "teo.darwin-universal.node",
"main": "teo-docs-search-engine.darwin-universal.node",
"files": [
"teo.darwin-universal.node"
"teo-docs-search-engine.darwin-universal.node"
],
"license": "Apache-2.0",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"cpu": [
"x64"
],
"main": "teo.darwin-x64.node",
"main": "teo-docs-search-engine.darwin-x64.node",
"files": [
"teo.darwin-x64.node"
"teo-docs-search-engine.darwin-x64.node"
],
"license": "Apache-2.0",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"cpu": [
"arm64"
],
"main": "teo.linux-arm64-gnu.node",
"main": "teo-docs-search-engine.linux-arm64-gnu.node",
"files": [
"teo.linux-arm64-gnu.node"
"teo-docs-search-engine.linux-arm64-gnu.node"
],
"license": "Apache-2.0",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions npm/linux-arm64-musl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"cpu": [
"arm64"
],
"main": "teo.linux-arm64-musl.node",
"main": "teo-docs-search-engine.linux-arm64-musl.node",
"files": [
"teo.linux-arm64-musl.node"
"teo-docs-search-engine.linux-arm64-musl.node"
],
"license": "Apache-2.0",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"cpu": [
"x64"
],
"main": "teo.linux-x64-gnu.node",
"main": "teo-docs-search-engine.linux-x64-gnu.node",
"files": [
"teo.linux-x64-gnu.node"
"teo-docs-search-engine.linux-x64-gnu.node"
],
"license": "Apache-2.0",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions npm/linux-x64-musl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"cpu": [
"x64"
],
"main": "teo.linux-x64-musl.node",
"main": "teo-docs-search-engine.linux-x64-musl.node",
"files": [
"teo.linux-x64-musl.node"
"teo-docs-search-engine.linux-x64-musl.node"
],
"license": "Apache-2.0",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions npm/win32-arm64-msvc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"cpu": [
"arm64"
],
"main": "teo.win32-arm64-msvc.node",
"main": "teo-docs-search-engine.win32-arm64-msvc.node",
"files": [
"teo.win32-arm64-msvc.node"
"teo-docs-search-engine.win32-arm64-msvc.node"
],
"license": "Apache-2.0",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions npm/win32-ia32-msvc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"cpu": [
"ia32"
],
"main": "teo.win32-ia32-msvc.node",
"main": "teo-docs-search-engine.win32-ia32-msvc.node",
"files": [
"teo.win32-ia32-msvc.node"
"teo-docs-search-engine.win32-ia32-msvc.node"
],
"license": "Apache-2.0",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"cpu": [
"x64"
],
"main": "teo.win32-x64-msvc.node",
"main": "teo-docs-search-engine.win32-x64-msvc.node",
"files": [
"teo.win32-x64-msvc.node"
"teo-docs-search-engine.win32-x64-msvc.node"
],
"license": "Apache-2.0",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teocloud/teo-docs-search-engine",
"version": "0.0.1",
"version": "0.0.2",
"main": "index.js",
"types": "index.d.ts",
"napi": {
Expand Down

0 comments on commit 194ce08

Please sign in to comment.