Skip to content

Commit

Permalink
chore: test-deploy-semiotic
Browse files Browse the repository at this point in the history
Signed-off-by: Gustavo Inacio <gustavo@semiotic.ai>
  • Loading branch information
gusinacio committed Jan 11, 2024
1 parent 7f19fae commit abbd42e
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:
push:
branches:
- main
- napi-rs-ffi
- test-deploy-npm
tags-ignore:
- '**'
paths-ignore:
Expand Down
4 changes: 2 additions & 2 deletions node-plugin/npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@graphprotocol/cost-model-darwin-arm64",
"name": "@semiotic-labs/cost-model-darwin-arm64",
"version": "0.0.0",
"os": [
"darwin"
Expand All @@ -15,4 +15,4 @@
"engines": {
"node": ">= 10"
}
}
}
4 changes: 2 additions & 2 deletions node-plugin/npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@graphprotocol/cost-model-darwin-x64",
"name": "@semiotic-labs/cost-model-darwin-x64",
"version": "0.0.0",
"os": [
"darwin"
Expand All @@ -15,4 +15,4 @@
"engines": {
"node": ">= 10"
}
}
}
4 changes: 2 additions & 2 deletions node-plugin/npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@graphprotocol/cost-model-linux-arm64-gnu",
"name": "@semiotic-labs/cost-model-linux-arm64-gnu",
"version": "0.0.0",
"os": [
"linux"
Expand All @@ -18,4 +18,4 @@
"libc": [
"glibc"
]
}
}
4 changes: 2 additions & 2 deletions node-plugin/npm/linux-arm64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@graphprotocol/cost-model-linux-arm64-musl",
"name": "@semiotic-labs/cost-model-linux-arm64-musl",
"version": "0.0.0",
"os": [
"linux"
Expand All @@ -18,4 +18,4 @@
"libc": [
"musl"
]
}
}
4 changes: 2 additions & 2 deletions node-plugin/npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@graphprotocol/cost-model-linux-x64-gnu",
"name": "@semiotic-labs/cost-model-linux-x64-gnu",
"version": "0.0.0",
"os": [
"linux"
Expand All @@ -18,4 +18,4 @@
"libc": [
"glibc"
]
}
}
4 changes: 2 additions & 2 deletions node-plugin/npm/linux-x64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@graphprotocol/cost-model-linux-x64-musl",
"name": "@semiotic-labs/cost-model-linux-x64-musl",
"version": "0.0.0",
"os": [
"linux"
Expand All @@ -18,4 +18,4 @@
"libc": [
"musl"
]
}
}
4 changes: 2 additions & 2 deletions node-plugin/npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@graphprotocol/cost-model-win32-x64-msvc",
"name": "@semiotic-labs/cost-model-win32-x64-msvc",
"version": "0.0.0",
"os": [
"win32"
Expand All @@ -15,4 +15,4 @@
"engines": {
"node": ">= 10"
}
}
}
2 changes: 1 addition & 1 deletion node-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@graphprotocol/cost-model",
"name": "@semiotic-labs/cost-model",
"version": "0.1.0",
"main": "index.js",
"types": "index.d.ts",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/graphprotocol/agora.git"
"url": "https://github.com/semiotic-ai/agora.git"
},
"scripts": {
"build": "yarn workspace @graphprotocol/cost-model build",
"test": "yarn workspace @graphprotocol/cost-model test",
"artifacts": "yarn workspace @graphprotocol/cost-model artifacts"
"build": "yarn workspace @semiotic-labs/cost-model build",
"test": "yarn workspace @semiotic-labs/cost-model test",
"artifacts": "yarn workspace @semiotic-labs/cost-model artifacts"
},
"workspaces": [
"node-plugin"
Expand Down

0 comments on commit abbd42e

Please sign in to comment.