Skip to content

Commit

Permalink
Bump version to 0.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
a-tylenda committed Mar 12, 2024
1 parent b4fab9e commit a5b76fd
Show file tree
Hide file tree
Showing 99 changed files with 121 additions and 121 deletions.
2 changes: 1 addition & 1 deletion js/js-bad-sequence/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scramjet/js-bad-sequence",
"version": "0.26.0",
"version": "0.26.1",
"description": "Sequence that suppose to crash and return error.",
"main": "app.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion js/js-hello-world/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scramjet/js-hello-world",
"version": "0.26.0",
"version": "0.26.1",
"main": "index.js",
"author": "a-tylenda",
"license": "GPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion js/js-hostclient-basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scramjet/js-hostclient-basic",
"version": "0.26.0",
"version": "0.26.1",
"description": "Sequence that uses some basic HostClient's methods.",
"main": "index.js",
"author": "Scramjet <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion js/js-hostclient-start-seq/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scramjet/js-hostclient-start-seq",
"version": "0.26.0",
"version": "0.26.1",
"description": "Sequence that starts any other Sequence, by giving its id as an argument.",
"main": "index.js",
"author": "Scramjet <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion js/js-inert-function/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scramjet/js-reference-inert-function",
"version": "0.26.0",
"version": "0.26.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion js/js-simple-stdio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scramjet/js-simple-stdio",
"version": "0.26.0",
"version": "0.26.1",
"description": "",
"main": "index.js",
"scripts": {
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": "@scramjet/reference-apps",
"version": "0.26.0",
"version": "0.26.1",
"private": true,
"description": "A collection of reference applications for Scramjet platform.",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion python/python-alice/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scramjet/python-alice",
"version": "0.26.0",
"version": "0.26.1",
"main": "./alice.py",
"author": "Jan Warchoł <[email protected]>",
"license": "GPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion python/python-can-keep-alive/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scramjet/python-can-keep-alive",
"version": "0.26.0",
"version": "0.26.1",
"main": "./main.py",
"author": "Michal Piotrowski <[email protected]>",
"license": "GPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion python/python-christmas-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scramjet/python-christmas-demo",
"version": "0.26.0",
"version": "0.26.1",
"lang": "python",
"main": "./christmas.py",
"author": "Santa <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion python/python-chunk-lengths/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scramjet/python-chunk-lengths",
"version": "0.26.0",
"version": "0.26.1",
"license": "GPL-3.0",
"author": "Jan Warchoł <[email protected]>",
"main": "./chunk-lengths.py",
Expand Down
2 changes: 1 addition & 1 deletion python/python-debug-args/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scramjet/python-debug-args",
"version": "0.26.0",
"version": "0.26.1",
"main": "./args.py",
"author": "Jan Warchoł <[email protected]>",
"license": "GPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion python/python-debug-input/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scramjet/python-debug-input",
"version": "0.26.0",
"version": "0.26.1",
"main": "./debug-input.py",
"author": "Jan Warchoł <[email protected]>",
"license": "GPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion python/python-events/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scramjet/python-events",
"version": "0.26.0",
"version": "0.26.1",
"main": "./events.py",
"author": "Jan Warchoł <[email protected]>",
"license": "GPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion python/python-exception-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scramjet/python-exception-test",
"version": "0.26.0",
"version": "0.26.1",
"main": "./exception.py",
"author": "Jan Warchoł <[email protected]>",
"license": "GPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion python/python-forever-sync/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scramjet/python-forever-sync",
"version": "0.26.0",
"version": "0.26.1",
"main": "./forever.py",
"author": "Michal Piotrowski <[email protected]>",
"license": "GPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion python/python-forever/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scramjet/python-forever",
"version": "0.26.0",
"version": "0.26.1",
"main": "./forever.py",
"author": "Jan Warchoł <[email protected]>",
"license": "GPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion python/python-gen-async/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scramjet/python-gen-async",
"version": "0.26.0",
"version": "0.26.1",
"main": "./main.py",
"author": "Michał Piotrowski <[email protected]>",
"license": "GPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion python/python-healthy-sequence/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scramjet/python-healthy-sequence",
"version": "0.26.0",
"version": "0.26.1",
"main": "./main.py",
"author": "Michał Piotrowski <[email protected]>",
"license": "GPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion python/python-hello/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scramjet/python-hello",
"version": "0.26.0",
"version": "0.26.1",
"lang": "python",
"main": "./hello.py",
"author": "Jan Warchoł <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion python/python-logs-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scramjet/python-logs-test",
"version": "0.26.0",
"version": "0.26.1",
"main": "./logs.py",
"author": "Jan Warchoł <[email protected]>",
"license": "GPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion python/python-runner-demo-2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scramjet/python-runner-demo-2",
"version": "0.26.0",
"version": "0.26.1",
"lang": "python",
"main": "./demo_s7.py",
"author": "Jan Warchoł <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion python/python-runner-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scramjet/python-runner-demo",
"version": "0.26.0",
"version": "0.26.1",
"lang": "python",
"main": "./demo_s5.py",
"author": "Jan Warchoł <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion python/python-stdinout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scramjet/python-stdinout",
"version": "0.26.0",
"version": "0.26.1",
"lang": "python",
"main": "./stdinout.py",
"author": "Jan Warchoł <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion python/python-stop-handler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scramjet/python-stop-handler",
"version": "0.26.0",
"version": "0.26.1",
"main": "./stop-handler.py",
"author": "Jan Warchoł <[email protected]>",
"license": "GPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion python/python-topic-consumer-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scramjet/python-topic-consumer-runtime",
"version": "0.26.0",
"version": "0.26.1",
"main": "./main.py",
"author": "Michał Piotrowski <[email protected]>",
"license": "GPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion python/python-topic-consumer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scramjet/python-topic-consumer",
"version": "0.26.0",
"version": "0.26.1",
"main": "./main.py",
"author": "Michał Piotrowski <[email protected]>",
"license": "GPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion python/python-topic-producer-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scramjet/python-topic-producer-runtime",
"version": "0.26.0",
"version": "0.26.1",
"main": "./main.py",
"author": "Michał Piotrowski <[email protected]>",
"license": "GPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion python/python-topic-producer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scramjet/python-topic-producer",
"version": "0.26.0",
"version": "0.26.1",
"main": "./main.py",
"author": "Michał Piotrowski <[email protected]>",
"license": "GPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion python/python-unhealthy-sequence/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scramjet/python-unhealthy-sequence",
"version": "0.26.0",
"version": "0.26.1",
"main": "./unhealthy.py",
"author": "Michał Piotrowski <[email protected]>",
"license": "GPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion python/python-weather-args/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scramjet/python-weather-args",
"version": "0.26.0",
"version": "0.26.1",
"description": "Scramjet Cloud Platform Sequence Python to display weather data from open-meteo.com",
"author": "Karol Tylenda",
"main": "main.py",
Expand Down
40 changes: 20 additions & 20 deletions ts/args-config-test/package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"name": "@scramjet/args-config-test",
"version": "0.26.0",
"description": "",
"main": "index.js",
"scripts": {
"build:refapps": "node ../../scripts/build-all.js",
"postbuild:refapps": "yarn packseq",
"packseq": "PACKAGES_DIR=ts node ../../scripts/packsequence.js",
"clean": "rm -rf ./dist"
},
"author": "Scramjet <[email protected]>",
"license": "ISC",
"devDependencies": {
"@scramjet/types": "^0.39.3",
"@types/node": "15.12.5"
},
"repository": {
"type": "git",
"url": "https://github.com/scramjetorg/reference-apps.git"
}
"name": "@scramjet/args-config-test",
"version": "0.26.1",
"description": "",
"main": "index.js",
"scripts": {
"build:refapps": "node ../../scripts/build-all.js",
"postbuild:refapps": "yarn packseq",
"packseq": "PACKAGES_DIR=ts node ../../scripts/packsequence.js",
"clean": "rm -rf ./dist"
},
"author": "Scramjet <[email protected]>",
"license": "ISC",
"devDependencies": {
"@scramjet/types": "^0.39.3",
"@types/node": "15.12.5"
},
"repository": {
"type": "git",
"url": "https://github.com/scramjetorg/reference-apps.git"
}
}
2 changes: 1 addition & 1 deletion ts/args-to-output/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scramjet/args-to-output",
"version": "0.26.0",
"version": "0.26.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion ts/audio2text/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "audio2text",
"version": "0.26.0",
"version": "0.26.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion ts/avengers-names-output/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scramjet/avengers-names-output",
"version": "0.26.0",
"version": "0.26.1",
"description": "",
"main": "index.js",
"assets": [
Expand Down
2 changes: 1 addition & 1 deletion ts/big-file-sequence/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scramjet/big-file-sequence",
"version": "0.26.0",
"version": "0.26.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions ts/binary-output/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "@scramjet/ts-binary-output",
"version": "0.23.2",
"version": "0.26.1",
"description": "A Sequence that reads binary file and writes data to output.",
"main": "index.js",
"scripts": {
"build:refapps": "node ../../scripts/build-all.js",
"postbuild:refapps": "yarn packseq",
"packseq": "PACKAGES_DIR=ts node ../../scripts/packsequence.js",
"clean": "rm -rf ./dist"
},
},
"author": "Scramjet <[email protected]>",
"license": "ISC",
"devDependencies": {
"@scramjet/types": "^0.38.0",
"@scramjet/types": "^0.39.3",
"@types/node": "15.12.5"
},
"repository": {
Expand All @@ -22,4 +22,4 @@
"assets": [
"random.bin"
]
}
}
2 changes: 1 addition & 1 deletion ts/can-keep-alive/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scramjet/can-keep-alive",
"version": "0.26.0",
"version": "0.26.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion ts/checksum-sequence/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scramjet/checksum-sequence",
"version": "0.26.0",
"version": "0.26.1",
"description": "",
"main": "index.js",
"assets": [
Expand Down
2 changes: 1 addition & 1 deletion ts/clickup-add-issues/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clickup-add-issues",
"version": "0.26.0",
"version": "0.26.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion ts/csv-transform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scramjet/csv-transform",
"version": "0.26.0",
"version": "0.26.1",
"description": "This sequence performs transformation on received csv chunks",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion ts/debug-args/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scramjet/js-debug-args",
"version": "0.26.0",
"version": "0.26.1",
"main": "index",
"scripts": {
"build:refapps": "node ../../scripts/build-all.js",
Expand Down
Loading

0 comments on commit a5b76fd

Please sign in to comment.