Skip to content

Commit eaf3ed9

Browse files
committed
Revert "Prepare SDK and CLI release"
This reverts commit 74431de.
1 parent 74431de commit eaf3ed9

17 files changed

Lines changed: 30 additions & 35 deletions

File tree

apps/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "executor",
3-
"version": "1.4.10",
3+
"version": "1.4.9",
44
"private": true,
55
"bin": {
66
"executor": "./bin/executor.ts"

bun.lock

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@executor-js/cli",
3-
"version": "0.0.2",
3+
"version": "0.0.1",
44
"description": "CLI for the executor SDK — schema generation, migrations",
55
"homepage": "https://github.com/RhysSullivan/executor/tree/main/packages/core/cli",
66
"bugs": {

packages/core/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@executor-js/config",
3-
"version": "0.0.2",
3+
"version": "0.0.1",
44
"homepage": "https://github.com/RhysSullivan/executor/tree/main/packages/core/config",
55
"bugs": {
66
"url": "https://github.com/RhysSullivan/executor/issues"

packages/core/execution/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@executor-js/execution",
3-
"version": "0.0.2",
3+
"version": "0.0.1",
44
"homepage": "https://github.com/RhysSullivan/executor/tree/main/packages/core/execution",
55
"bugs": {
66
"url": "https://github.com/RhysSullivan/executor/issues"

packages/core/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@executor-js/sdk",
3-
"version": "0.0.2",
3+
"version": "0.0.1",
44
"homepage": "https://github.com/RhysSullivan/executor/tree/main/packages/core/sdk",
55
"bugs": {
66
"url": "https://github.com/RhysSullivan/executor/issues"

packages/core/storage-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@executor-js/storage-core",
3-
"version": "0.0.2",
3+
"version": "0.0.1",
44
"homepage": "https://github.com/RhysSullivan/executor/tree/main/packages/core/storage-core",
55
"bugs": {
66
"url": "https://github.com/RhysSullivan/executor/issues"

packages/kernel/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@executor-js/codemode-core",
3-
"version": "0.0.2",
3+
"version": "0.0.1",
44
"homepage": "https://github.com/RhysSullivan/executor/tree/main/packages/kernel/core",
55
"bugs": {
66
"url": "https://github.com/RhysSullivan/executor/issues"

packages/kernel/runtime-quickjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@executor-js/runtime-quickjs",
3-
"version": "0.0.2",
3+
"version": "0.0.1",
44
"homepage": "https://github.com/RhysSullivan/executor/tree/main/packages/kernel/runtime-quickjs",
55
"bugs": {
66
"url": "https://github.com/RhysSullivan/executor/issues"

packages/plugins/file-secrets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@executor-js/plugin-file-secrets",
3-
"version": "0.0.2",
3+
"version": "0.0.1",
44
"homepage": "https://github.com/RhysSullivan/executor/tree/main/packages/plugins/file-secrets",
55
"bugs": {
66
"url": "https://github.com/RhysSullivan/executor/issues"

0 commit comments

Comments
 (0)