From 36b53546f16138fe32b51bdabfc9ebfb81f95694 Mon Sep 17 00:00:00 2001 From: ernest-nowacki Date: Mon, 8 Dec 2025 18:33:59 +0100 Subject: [PATCH 1/2] Update versions before npm package release --- packages/cre-sdk-examples/package.json | 52 +++---- packages/cre-sdk-javy-plugin/package.json | 64 ++++----- packages/cre-sdk/package.json | 158 +++++++++++----------- 3 files changed, 137 insertions(+), 137 deletions(-) diff --git a/packages/cre-sdk-examples/package.json b/packages/cre-sdk-examples/package.json index 341ab29..0ee6a18 100644 --- a/packages/cre-sdk-examples/package.json +++ b/packages/cre-sdk-examples/package.json @@ -1,28 +1,28 @@ { - "name": "@chainlink/cre-sdk-examples", - "private": true, - "version": "1.0.0", - "type": "module", - "author": "Ernest Nowacki", - "license": "BUSL-1.1", - "description": "Demo app with example workflows utilizing CRE TypeScript SDK. It presents usage of CRE SDK and allows SDK developers to test workflows.", - "scripts": { - "check": "biome check --write ${BIOME_PATHS:-.}", - "format": "biome format --write ${BIOME_PATHS:-.}", - "full-checks": "bun typecheck && bun check", - "lint": "biome lint --write", - "typecheck": "tsc" - }, - "dependencies": { - "@bufbuild/protobuf": "2.6.3", - "@chainlink/cre-sdk": "workspace:*", - "viem": "2.34.0", - "zod": "3.25.76" - }, - "devDependencies": { - "@types/bun": "1.2.21" - }, - "engines": { - "bun": ">=1.2.21" - } + "name": "@chainlink/cre-sdk-examples", + "private": true, + "version": "1.0.1", + "type": "module", + "author": "Ernest Nowacki", + "license": "BUSL-1.1", + "description": "Demo app with example workflows utilizing CRE TypeScript SDK. It presents usage of CRE SDK and allows SDK developers to test workflows.", + "scripts": { + "check": "biome check --write ${BIOME_PATHS:-.}", + "format": "biome format --write ${BIOME_PATHS:-.}", + "full-checks": "bun typecheck && bun check", + "lint": "biome lint --write", + "typecheck": "tsc" + }, + "dependencies": { + "@bufbuild/protobuf": "2.6.3", + "@chainlink/cre-sdk": "workspace:*", + "viem": "2.34.0", + "zod": "3.25.76" + }, + "devDependencies": { + "@types/bun": "1.2.21" + }, + "engines": { + "bun": ">=1.2.21" + } } diff --git a/packages/cre-sdk-javy-plugin/package.json b/packages/cre-sdk-javy-plugin/package.json index 888af13..e6fe218 100644 --- a/packages/cre-sdk-javy-plugin/package.json +++ b/packages/cre-sdk-javy-plugin/package.json @@ -1,34 +1,34 @@ { - "name": "@chainlink/cre-sdk-javy-plugin", - "version": "1.0.0", - "type": "module", - "bin": { - "cre-setup": "bin/setup.ts", - "cre-compile-workflow": "bin/compile-workflow.ts" - }, - "scripts": { - "build": "bun run clean && bun scripts/compile-javy-sdk-plugin.ts", - "clean": "rm -rf dist", - "check": "biome check --write ${BIOME_PATHS:-.}", - "format": "biome format --write ${BIOME_PATHS:-.}", - "full-checks": "&& bun typecheck && bun check", - "lint": "biome lint --write", - "typecheck": "tsc", - "prepublishOnly": "bun typecheck && bun check" - }, - "keywords": [], - "author": "SmartContract Chainlink Limited SEZC", - "license": "BUSL-1.1", - "description": "Chainlink CRE SDK Javy Plugin.", - "files": [ - "bin/", - "scripts/", - "dist/" - ], - "publishConfig": { - "access": "public" - }, - "engines": { - "bun": ">=1.2.21" - } + "name": "@chainlink/cre-sdk-javy-plugin", + "version": "1.0.1", + "type": "module", + "bin": { + "cre-setup": "bin/setup.ts", + "cre-compile-workflow": "bin/compile-workflow.ts" + }, + "scripts": { + "build": "bun run clean && bun scripts/compile-javy-sdk-plugin.ts", + "clean": "rm -rf dist", + "check": "biome check --write ${BIOME_PATHS:-.}", + "format": "biome format --write ${BIOME_PATHS:-.}", + "full-checks": "&& bun typecheck && bun check", + "lint": "biome lint --write", + "typecheck": "tsc", + "prepublishOnly": "bun typecheck && bun check" + }, + "keywords": [], + "author": "SmartContract Chainlink Limited SEZC", + "license": "BUSL-1.1", + "description": "Chainlink CRE SDK Javy Plugin.", + "files": [ + "bin/", + "scripts/", + "dist/" + ], + "publishConfig": { + "access": "public" + }, + "engines": { + "bun": ">=1.2.21" + } } diff --git a/packages/cre-sdk/package.json b/packages/cre-sdk/package.json index 7ea3fb8..8055db1 100644 --- a/packages/cre-sdk/package.json +++ b/packages/cre-sdk/package.json @@ -1,81 +1,81 @@ { - "name": "@chainlink/cre-sdk", - "version": "1.0.0", - "type": "module", - "main": "dist/index.js", - "types": "dist/index.d.ts", - "exports": { - ".": { - "types": "./dist/index.d.ts", - "import": "./dist/index.js" - }, - "./restricted-apis": { - "types": "./dist/sdk/types/restricted-apis.d.ts", - "import": "./dist/sdk/types/restricted-apis.js" - }, - "./pb": { - "types": "./dist/pb.d.ts", - "import": "./dist/pb.js" - } - }, - "bin": { - "cre-compile": "bin/cre-compile.ts" - }, - "files": [ - "bin/", - "scripts/", - "dist/", - "package.json", - "README.md", - "LICENSE.md" - ], - "scripts": { - "build": "bun run clean && bun run compile:build && bun run build:types && bun run fix-imports", - "build:types": "bun run scripts/run.ts build-types", - "check": "biome check --write ${BIOME_PATHS:-.}", - "clean": "rm -rf dist", - "compile:all-standard-tests": "bun scripts/run.ts compile-all-standard-tests", - "compile:build": "tsc -p tsconfig.build.json", - "compile:cre-setup": "bun scripts/run.ts cre-setup", - "compile:js-to-wasm": "bun scripts/run.ts compile-to-wasm", - "compile:ts-to-js": "bun scripts/run.ts compile-to-js", - "compile:workflow": "bun scripts/run.ts compile-workflow", - "fix-imports": "bun scripts/run.ts fix-imports", - "format": "biome format --write ${BIOME_PATHS:-.}", - "full-checks": "bun generate:sdk && bun build && bun typecheck && bun check && bun test && bun test:standard", - "generate:chain-selectors": "bun scripts/run.ts generate-chain-selectors && BIOME_PATHS=\"src/generated\" bun check", - "generate:proto": "bunx @bufbuild/buf generate && BIOME_PATHS=\"src/generated\" bun check", - "generate:sdk": "bun generate:proto && bun generate:chain-selectors && bun scripts/run generate-sdks && BIOME_PATHS=\"src/generated src/generated-sdk\" bun check", - "lint": "biome lint --write", - "prepublishOnly": "bun typecheck && bun check && bun test && bun test:standard", - "test": "bun test", - "test:standard": "./scripts/run-standard-tests.sh", - "typecheck": "tsc" - }, - "dependencies": { - "@bufbuild/protobuf": "2.6.3", - "@bufbuild/protoc-gen-es": "2.6.3", - "@chainlink/cre-sdk-javy-plugin": "workspace:*", - "@standard-schema/spec": "1.0.0", - "viem": "2.34.0", - "zod": "3.25.76" - }, - "devDependencies": { - "@biomejs/biome": "2.2.4", - "@bufbuild/buf": "1.56.0", - "@types/bun": "1.2.21", - "chain-selectors": "https://github.com/smartcontractkit/chain-selectors.git#8b963095ae797a3024c8e55822cced7bf618176f", - "fast-glob": "3.3.3", - "ts-proto": "2.7.5", - "typescript": "5.9.2", - "yaml": "2.8.1" - }, - "publishConfig": { - "access": "public" - }, - "author": "SmartContract Chainlink Limited SEZC", - "license": "BUSL-1.1", - "engines": { - "bun": ">=1.2.21" - } + "name": "@chainlink/cre-sdk", + "version": "1.0.1", + "type": "module", + "main": "dist/index.js", + "types": "dist/index.d.ts", + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./dist/index.js" + }, + "./restricted-apis": { + "types": "./dist/sdk/types/restricted-apis.d.ts", + "import": "./dist/sdk/types/restricted-apis.js" + }, + "./pb": { + "types": "./dist/pb.d.ts", + "import": "./dist/pb.js" + } + }, + "bin": { + "cre-compile": "bin/cre-compile.ts" + }, + "files": [ + "bin/", + "scripts/", + "dist/", + "package.json", + "README.md", + "LICENSE.md" + ], + "scripts": { + "build": "bun run clean && bun run compile:build && bun run build:types && bun run fix-imports", + "build:types": "bun run scripts/run.ts build-types", + "check": "biome check --write ${BIOME_PATHS:-.}", + "clean": "rm -rf dist", + "compile:all-standard-tests": "bun scripts/run.ts compile-all-standard-tests", + "compile:build": "tsc -p tsconfig.build.json", + "compile:cre-setup": "bun scripts/run.ts cre-setup", + "compile:js-to-wasm": "bun scripts/run.ts compile-to-wasm", + "compile:ts-to-js": "bun scripts/run.ts compile-to-js", + "compile:workflow": "bun scripts/run.ts compile-workflow", + "fix-imports": "bun scripts/run.ts fix-imports", + "format": "biome format --write ${BIOME_PATHS:-.}", + "full-checks": "bun generate:sdk && bun build && bun typecheck && bun check && bun test && bun test:standard", + "generate:chain-selectors": "bun scripts/run.ts generate-chain-selectors && BIOME_PATHS=\"src/generated\" bun check", + "generate:proto": "bunx @bufbuild/buf generate && BIOME_PATHS=\"src/generated\" bun check", + "generate:sdk": "bun generate:proto && bun generate:chain-selectors && bun scripts/run generate-sdks && BIOME_PATHS=\"src/generated src/generated-sdk\" bun check", + "lint": "biome lint --write", + "prepublishOnly": "bun typecheck && bun check && bun test && bun test:standard", + "test": "bun test", + "test:standard": "./scripts/run-standard-tests.sh", + "typecheck": "tsc" + }, + "dependencies": { + "@bufbuild/protobuf": "2.6.3", + "@bufbuild/protoc-gen-es": "2.6.3", + "@chainlink/cre-sdk-javy-plugin": "workspace:*", + "@standard-schema/spec": "1.0.0", + "viem": "2.34.0", + "zod": "3.25.76" + }, + "devDependencies": { + "@biomejs/biome": "2.2.4", + "@bufbuild/buf": "1.56.0", + "@types/bun": "1.2.21", + "chain-selectors": "https://github.com/smartcontractkit/chain-selectors.git#8b963095ae797a3024c8e55822cced7bf618176f", + "fast-glob": "3.3.3", + "ts-proto": "2.7.5", + "typescript": "5.9.2", + "yaml": "2.8.1" + }, + "publishConfig": { + "access": "public" + }, + "author": "SmartContract Chainlink Limited SEZC", + "license": "BUSL-1.1", + "engines": { + "bun": ">=1.2.21" + } } From c8afa8aa28121050674f5fb85e1a4da0245bc065 Mon Sep 17 00:00:00 2001 From: ernest-nowacki Date: Mon, 8 Dec 2025 18:36:12 +0100 Subject: [PATCH 2/2] Formatting fix --- packages/cre-sdk-examples/package.json | 52 +++---- packages/cre-sdk-javy-plugin/package.json | 64 ++++----- packages/cre-sdk/package.json | 158 +++++++++++----------- 3 files changed, 137 insertions(+), 137 deletions(-) diff --git a/packages/cre-sdk-examples/package.json b/packages/cre-sdk-examples/package.json index 0ee6a18..90a1ca1 100644 --- a/packages/cre-sdk-examples/package.json +++ b/packages/cre-sdk-examples/package.json @@ -1,28 +1,28 @@ { - "name": "@chainlink/cre-sdk-examples", - "private": true, - "version": "1.0.1", - "type": "module", - "author": "Ernest Nowacki", - "license": "BUSL-1.1", - "description": "Demo app with example workflows utilizing CRE TypeScript SDK. It presents usage of CRE SDK and allows SDK developers to test workflows.", - "scripts": { - "check": "biome check --write ${BIOME_PATHS:-.}", - "format": "biome format --write ${BIOME_PATHS:-.}", - "full-checks": "bun typecheck && bun check", - "lint": "biome lint --write", - "typecheck": "tsc" - }, - "dependencies": { - "@bufbuild/protobuf": "2.6.3", - "@chainlink/cre-sdk": "workspace:*", - "viem": "2.34.0", - "zod": "3.25.76" - }, - "devDependencies": { - "@types/bun": "1.2.21" - }, - "engines": { - "bun": ">=1.2.21" - } + "name": "@chainlink/cre-sdk-examples", + "private": true, + "version": "1.0.1", + "type": "module", + "author": "Ernest Nowacki", + "license": "BUSL-1.1", + "description": "Demo app with example workflows utilizing CRE TypeScript SDK. It presents usage of CRE SDK and allows SDK developers to test workflows.", + "scripts": { + "check": "biome check --write ${BIOME_PATHS:-.}", + "format": "biome format --write ${BIOME_PATHS:-.}", + "full-checks": "bun typecheck && bun check", + "lint": "biome lint --write", + "typecheck": "tsc" + }, + "dependencies": { + "@bufbuild/protobuf": "2.6.3", + "@chainlink/cre-sdk": "workspace:*", + "viem": "2.34.0", + "zod": "3.25.76" + }, + "devDependencies": { + "@types/bun": "1.2.21" + }, + "engines": { + "bun": ">=1.2.21" + } } diff --git a/packages/cre-sdk-javy-plugin/package.json b/packages/cre-sdk-javy-plugin/package.json index e6fe218..da6c1ff 100644 --- a/packages/cre-sdk-javy-plugin/package.json +++ b/packages/cre-sdk-javy-plugin/package.json @@ -1,34 +1,34 @@ { - "name": "@chainlink/cre-sdk-javy-plugin", - "version": "1.0.1", - "type": "module", - "bin": { - "cre-setup": "bin/setup.ts", - "cre-compile-workflow": "bin/compile-workflow.ts" - }, - "scripts": { - "build": "bun run clean && bun scripts/compile-javy-sdk-plugin.ts", - "clean": "rm -rf dist", - "check": "biome check --write ${BIOME_PATHS:-.}", - "format": "biome format --write ${BIOME_PATHS:-.}", - "full-checks": "&& bun typecheck && bun check", - "lint": "biome lint --write", - "typecheck": "tsc", - "prepublishOnly": "bun typecheck && bun check" - }, - "keywords": [], - "author": "SmartContract Chainlink Limited SEZC", - "license": "BUSL-1.1", - "description": "Chainlink CRE SDK Javy Plugin.", - "files": [ - "bin/", - "scripts/", - "dist/" - ], - "publishConfig": { - "access": "public" - }, - "engines": { - "bun": ">=1.2.21" - } + "name": "@chainlink/cre-sdk-javy-plugin", + "version": "1.0.1", + "type": "module", + "bin": { + "cre-setup": "bin/setup.ts", + "cre-compile-workflow": "bin/compile-workflow.ts" + }, + "scripts": { + "build": "bun run clean && bun scripts/compile-javy-sdk-plugin.ts", + "clean": "rm -rf dist", + "check": "biome check --write ${BIOME_PATHS:-.}", + "format": "biome format --write ${BIOME_PATHS:-.}", + "full-checks": "&& bun typecheck && bun check", + "lint": "biome lint --write", + "typecheck": "tsc", + "prepublishOnly": "bun typecheck && bun check" + }, + "keywords": [], + "author": "SmartContract Chainlink Limited SEZC", + "license": "BUSL-1.1", + "description": "Chainlink CRE SDK Javy Plugin.", + "files": [ + "bin/", + "scripts/", + "dist/" + ], + "publishConfig": { + "access": "public" + }, + "engines": { + "bun": ">=1.2.21" + } } diff --git a/packages/cre-sdk/package.json b/packages/cre-sdk/package.json index 8055db1..17c819c 100644 --- a/packages/cre-sdk/package.json +++ b/packages/cre-sdk/package.json @@ -1,81 +1,81 @@ { - "name": "@chainlink/cre-sdk", - "version": "1.0.1", - "type": "module", - "main": "dist/index.js", - "types": "dist/index.d.ts", - "exports": { - ".": { - "types": "./dist/index.d.ts", - "import": "./dist/index.js" - }, - "./restricted-apis": { - "types": "./dist/sdk/types/restricted-apis.d.ts", - "import": "./dist/sdk/types/restricted-apis.js" - }, - "./pb": { - "types": "./dist/pb.d.ts", - "import": "./dist/pb.js" - } - }, - "bin": { - "cre-compile": "bin/cre-compile.ts" - }, - "files": [ - "bin/", - "scripts/", - "dist/", - "package.json", - "README.md", - "LICENSE.md" - ], - "scripts": { - "build": "bun run clean && bun run compile:build && bun run build:types && bun run fix-imports", - "build:types": "bun run scripts/run.ts build-types", - "check": "biome check --write ${BIOME_PATHS:-.}", - "clean": "rm -rf dist", - "compile:all-standard-tests": "bun scripts/run.ts compile-all-standard-tests", - "compile:build": "tsc -p tsconfig.build.json", - "compile:cre-setup": "bun scripts/run.ts cre-setup", - "compile:js-to-wasm": "bun scripts/run.ts compile-to-wasm", - "compile:ts-to-js": "bun scripts/run.ts compile-to-js", - "compile:workflow": "bun scripts/run.ts compile-workflow", - "fix-imports": "bun scripts/run.ts fix-imports", - "format": "biome format --write ${BIOME_PATHS:-.}", - "full-checks": "bun generate:sdk && bun build && bun typecheck && bun check && bun test && bun test:standard", - "generate:chain-selectors": "bun scripts/run.ts generate-chain-selectors && BIOME_PATHS=\"src/generated\" bun check", - "generate:proto": "bunx @bufbuild/buf generate && BIOME_PATHS=\"src/generated\" bun check", - "generate:sdk": "bun generate:proto && bun generate:chain-selectors && bun scripts/run generate-sdks && BIOME_PATHS=\"src/generated src/generated-sdk\" bun check", - "lint": "biome lint --write", - "prepublishOnly": "bun typecheck && bun check && bun test && bun test:standard", - "test": "bun test", - "test:standard": "./scripts/run-standard-tests.sh", - "typecheck": "tsc" - }, - "dependencies": { - "@bufbuild/protobuf": "2.6.3", - "@bufbuild/protoc-gen-es": "2.6.3", - "@chainlink/cre-sdk-javy-plugin": "workspace:*", - "@standard-schema/spec": "1.0.0", - "viem": "2.34.0", - "zod": "3.25.76" - }, - "devDependencies": { - "@biomejs/biome": "2.2.4", - "@bufbuild/buf": "1.56.0", - "@types/bun": "1.2.21", - "chain-selectors": "https://github.com/smartcontractkit/chain-selectors.git#8b963095ae797a3024c8e55822cced7bf618176f", - "fast-glob": "3.3.3", - "ts-proto": "2.7.5", - "typescript": "5.9.2", - "yaml": "2.8.1" - }, - "publishConfig": { - "access": "public" - }, - "author": "SmartContract Chainlink Limited SEZC", - "license": "BUSL-1.1", - "engines": { - "bun": ">=1.2.21" - } + "name": "@chainlink/cre-sdk", + "version": "1.0.1", + "type": "module", + "main": "dist/index.js", + "types": "dist/index.d.ts", + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./dist/index.js" + }, + "./restricted-apis": { + "types": "./dist/sdk/types/restricted-apis.d.ts", + "import": "./dist/sdk/types/restricted-apis.js" + }, + "./pb": { + "types": "./dist/pb.d.ts", + "import": "./dist/pb.js" + } + }, + "bin": { + "cre-compile": "bin/cre-compile.ts" + }, + "files": [ + "bin/", + "scripts/", + "dist/", + "package.json", + "README.md", + "LICENSE.md" + ], + "scripts": { + "build": "bun run clean && bun run compile:build && bun run build:types && bun run fix-imports", + "build:types": "bun run scripts/run.ts build-types", + "check": "biome check --write ${BIOME_PATHS:-.}", + "clean": "rm -rf dist", + "compile:all-standard-tests": "bun scripts/run.ts compile-all-standard-tests", + "compile:build": "tsc -p tsconfig.build.json", + "compile:cre-setup": "bun scripts/run.ts cre-setup", + "compile:js-to-wasm": "bun scripts/run.ts compile-to-wasm", + "compile:ts-to-js": "bun scripts/run.ts compile-to-js", + "compile:workflow": "bun scripts/run.ts compile-workflow", + "fix-imports": "bun scripts/run.ts fix-imports", + "format": "biome format --write ${BIOME_PATHS:-.}", + "full-checks": "bun generate:sdk && bun build && bun typecheck && bun check && bun test && bun test:standard", + "generate:chain-selectors": "bun scripts/run.ts generate-chain-selectors && BIOME_PATHS=\"src/generated\" bun check", + "generate:proto": "bunx @bufbuild/buf generate && BIOME_PATHS=\"src/generated\" bun check", + "generate:sdk": "bun generate:proto && bun generate:chain-selectors && bun scripts/run generate-sdks && BIOME_PATHS=\"src/generated src/generated-sdk\" bun check", + "lint": "biome lint --write", + "prepublishOnly": "bun typecheck && bun check && bun test && bun test:standard", + "test": "bun test", + "test:standard": "./scripts/run-standard-tests.sh", + "typecheck": "tsc" + }, + "dependencies": { + "@bufbuild/protobuf": "2.6.3", + "@bufbuild/protoc-gen-es": "2.6.3", + "@chainlink/cre-sdk-javy-plugin": "workspace:*", + "@standard-schema/spec": "1.0.0", + "viem": "2.34.0", + "zod": "3.25.76" + }, + "devDependencies": { + "@biomejs/biome": "2.2.4", + "@bufbuild/buf": "1.56.0", + "@types/bun": "1.2.21", + "chain-selectors": "https://github.com/smartcontractkit/chain-selectors.git#8b963095ae797a3024c8e55822cced7bf618176f", + "fast-glob": "3.3.3", + "ts-proto": "2.7.5", + "typescript": "5.9.2", + "yaml": "2.8.1" + }, + "publishConfig": { + "access": "public" + }, + "author": "SmartContract Chainlink Limited SEZC", + "license": "BUSL-1.1", + "engines": { + "bun": ">=1.2.21" + } }