Skip to content

Commit

Permalink
update ci & version (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphaelDarley authored Sep 18, 2023
1 parent 6a7f7a7 commit 9df5059
Show file tree
Hide file tree
Showing 18 changed files with 19 additions and 17 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,8 @@ jobs:
path: artifacts
- name: Move artifacts
run: yarn artifacts
- name: Fix npm dirs
run: yarn napi create-npm-dir -t .
- name: List packages
run: ls -R ./npm
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "surrealdb_node"
version = "0.1.0"
version = "0.2.0"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion npm/android-arm-eabi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "surrealdb.node-android-arm-eabi",
"version": "0.1.0",
"version": "0.2.0",
"os": [
"android"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/android-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "surrealdb.node-android-arm64",
"version": "0.1.0",
"version": "0.2.0",
"os": [
"android"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "surrealdb.node-darwin-arm64",
"version": "0.1.0",
"version": "0.2.0",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/darwin-universal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "surrealdb.node-darwin-universal",
"version": "0.1.0",
"version": "0.2.0",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "surrealdb.node-darwin-x64",
"version": "0.1.0",
"version": "0.2.0",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/freebsd-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "surrealdb.node-freebsd-x64",
"version": "0.1.0",
"version": "0.2.0",
"os": [
"freebsd"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-arm-gnueabihf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "surrealdb.node-linux-arm-gnueabihf",
"version": "0.1.0",
"version": "0.2.0",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "surrealdb.node-linux-arm64-gnu",
"version": "0.1.0",
"version": "0.2.0",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-arm64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "surrealdb.node-linux-arm64-musl",
"version": "0.1.0",
"version": "0.2.0",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "surrealdb.node-linux-x64-gnu",
"version": "0.1.0",
"version": "0.2.0",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-x64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "surrealdb.node-linux-x64-musl",
"version": "0.1.0",
"version": "0.2.0",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/win32-arm64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "surrealdb.node-win32-arm64-msvc",
"version": "0.1.0",
"version": "0.2.0",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/win32-ia32-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "surrealdb.node-win32-ia32-msvc",
"version": "0.1.0",
"version": "0.2.0",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "surrealdb.node-win32-x64-msvc",
"version": "0.1.0",
"version": "0.2.0",
"os": [
"win32"
],
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": "surrealdb.node",
"version": "0.1.0",
"version": "0.2.0",
"author": {
"name": "Raphael Darley",
"email": "[email protected]"
Expand Down

0 comments on commit 9df5059

Please sign in to comment.