Skip to content

Commit

Permalink
0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexMikhalev committed Jul 18, 2023
1 parent d6365bf commit 0cca610
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
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": "@terraphim.ai/terraphim-automata-node-android-arm-eabi",
"version": "1.0.1",
"version": "0.0.2",
"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": "@terraphim.ai/terraphim-automata-node-android-arm64",
"version": "1.0.1",
"version": "0.0.2",
"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": "@terraphim.ai/terraphim-automata-node-darwin-arm64",
"version": "1.0.1",
"version": "0.0.2",
"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": "@terraphim.ai/terraphim-automata-node-darwin-x64",
"version": "1.0.1",
"version": "0.0.2",
"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": "@terraphim.ai/terraphim-automata-node-freebsd-x64",
"version": "1.0.1",
"version": "0.0.2",
"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": "@terraphim.ai/terraphim-automata-node-linux-arm-gnueabihf",
"version": "1.0.1",
"version": "0.0.2",
"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": "@terraphim.ai/terraphim-automata-node-linux-arm64-gnu",
"version": "1.0.1",
"version": "0.0.2",
"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": "@terraphim.ai/terraphim-automata-node-linux-arm64-musl",
"version": "1.0.1",
"version": "0.0.2",
"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": "@terraphim.ai/terraphim-automata-node-linux-x64-gnu",
"version": "1.0.1",
"version": "0.0.2",
"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": "@terraphim.ai/terraphim-automata-node-linux-x64-musl",
"version": "1.0.1",
"version": "0.0.2",
"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": "@terraphim.ai/terraphim-automata-node-win32-arm64-msvc",
"version": "1.0.1",
"version": "0.0.2",
"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": "@terraphim.ai/terraphim-automata-node-win32-ia32-msvc",
"version": "1.0.1",
"version": "0.0.2",
"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": "@terraphim.ai/terraphim-automata-node-win32-x64-msvc",
"version": "1.0.1",
"version": "0.0.2",
"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": "@terraphim.ai/terraphim-automata-node",
"version": "0.0.1",
"version": "0.0.2",
"description": "Terraphim AI Automata Node JS bindings",
"main": "index.js",
"repository": "https://github.com/terraphim/terraphim-automata-node.git",
Expand Down

0 comments on commit 0cca610

Please sign in to comment.