Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
arvid220u committed Feb 18, 2024
1 parent 6c61c0c commit 05dea95
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion tiktoken-node/npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@anysphere/tiktoken-node-darwin-arm64",
"version": "0.1.8",
"version": "0.1.9",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion tiktoken-node/npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@anysphere/tiktoken-node-darwin-x64",
"version": "0.1.8",
"version": "0.1.9",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion tiktoken-node/npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@anysphere/tiktoken-node-linux-arm64-gnu",
"version": "0.1.8",
"version": "0.1.9",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion tiktoken-node/npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@anysphere/tiktoken-node-linux-x64-gnu",
"version": "0.1.8",
"version": "0.1.9",
"os": [
"linux"
],
Expand Down
4 changes: 2 additions & 2 deletions tiktoken-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@anysphere/tiktoken-node",
"version": "0.1.8",
"version": "0.1.9",
"main": "index.js",
"types": "index.d.ts",
"napi": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"artifacts": "napi artifacts",
"build": "wireit",
"build:debug": "napi build --platform",
"prepublishOnly": "napi prepublish -t npm",
"prepublishOnly": "napi prepublish -t npm --skip-gh-release",
"universal": "napi universal",
"version": "napi version"
},
Expand Down

0 comments on commit 05dea95

Please sign in to comment.