Skip to content

Commit

Permalink
Bump @scramjet packages
Browse files Browse the repository at this point in the history
  • Loading branch information
a-tylenda committed Feb 19, 2024
1 parent 96dc918 commit bc1cc34
Show file tree
Hide file tree
Showing 67 changed files with 90 additions and 90 deletions.
2 changes: 1 addition & 1 deletion js/js-inert-function-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"author": "Scramjet <[email protected]>",
"license": "ISC",
"devDependencies": {
"@scramjet/types": "^0.22.0",
"@scramjet/types": "^0.39.3",
"@types/node": "15.12.5"
},
"repository": {
Expand Down
42 changes: 21 additions & 21 deletions js/js-simple-stdio/package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"name": "@scramjet/js-simple-stdio",
"version": "0.25.8",
"description": "",
"main": "index.js",
"scripts": {
"build:refapps": "build:refapps:only",
"build:refapps:only": "mkdir -p dist/ && cp -r *.js package.json dist/ && (cd dist && npm i --omit=dev)",
"postbuild:refapps": "yarn packseq",
"packseq": "PACKAGES_DIR=js node ../../scripts/packsequence.js",
"clean": "rm -rf ./dist"
},
"author": "Scramjet <[email protected]>",
"license": "ISC",
"devDependencies": {
"@scramjet/types": "^0.22.0",
"@types/node": "15.12.5"
},
"repository": {
"type": "git",
"url": "https://github.com/scramjetorg/reference-apps.git"
}
"name": "@scramjet/js-simple-stdio",
"version": "0.25.8",
"description": "",
"main": "index.js",
"scripts": {
"build:refapps": "build:refapps:only",
"build:refapps:only": "mkdir -p dist/ && cp -r *.js package.json dist/ && (cd dist && npm i --omit=dev)",
"postbuild:refapps": "yarn packseq",
"packseq": "PACKAGES_DIR=js 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-config-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "Scramjet <[email protected]>",
"license": "ISC",
"devDependencies": {
"@scramjet/types": "^0.22.0",
"@scramjet/types": "^0.39.3",
"@types/node": "15.12.5"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion ts/args-to-output/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "Scramjet <[email protected]>",
"license": "ISC",
"devDependencies": {
"@scramjet/types": "^0.22.0",
"@scramjet/types": "^0.39.3",
"@types/node": "15.12.5"
},
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions ts/audio2text/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"author": "Piotr",
"license": "ISC",
"dependencies": {
"@scramjet/utility": "^0.33.5",
"@scramjet/utility": "^0.39.3",
"@types/node": "^18.16.2",
"axios": "^1.3.6",
"date-and-time": "^2.4.3",
"typescript": "^5.0.4"
},
"devDependencies": {
"@scramjet/types": "0.33.5"
"@scramjet/types": "^0.39.3"
}
}
2 changes: 1 addition & 1 deletion ts/avengers-names-output/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"author": "Scramjet <[email protected]>",
"license": "ISC",
"devDependencies": {
"@scramjet/types": "^0.22.0",
"@scramjet/types": "^0.39.3",
"@types/node": "15.12.5"
},
"scramjet": {
Expand Down
2 changes: 1 addition & 1 deletion ts/big-file-sequence/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "Scramjet <[email protected]>",
"license": "ISC",
"devDependencies": {
"@scramjet/types": "^0.22.0",
"@scramjet/types": "^0.39.3",
"@types/node": "15.12.5"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion ts/can-keep-alive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "Scramjet <[email protected]>",
"license": "ISC",
"devDependencies": {
"@scramjet/types": "^0.22.0",
"@scramjet/types": "^0.39.3",
"@types/node": "15.12.5"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion ts/checksum-sequence/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"author": "Scramjet <[email protected]>",
"license": "ISC",
"devDependencies": {
"@scramjet/types": "^0.22.0",
"@scramjet/types": "^0.39.3",
"@types/node": "15.12.5"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion ts/clickup-add-issues/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"scramjet": "^4.36.9"
},
"devDependencies": {
"@scramjet/types": "^0.33.5"
"@scramjet/types": "^0.39.3"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion ts/csv-transform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "[email protected]",
"license": "ISC",
"devDependencies": {
"@scramjet/types": "^0.22.0",
"@scramjet/types": "^0.39.3",
"@types/node": "15.12.5"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion ts/debug-args/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"author": "Scramjet <[email protected]>",
"license": "GPL-3.0",
"devDependencies": {
"@scramjet/types": "^0.22.0",
"@scramjet/types": "^0.39.3",
"@types/node": "15.12.5",
"ts-node": "^10.7.0",
"typescript": "^4.5.5"
Expand Down
2 changes: 1 addition & 1 deletion ts/delay-out-in-a/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"author": "Scramjet <[email protected]>",
"license": "ISC",
"devDependencies": {
"@scramjet/types": "^0.22.0",
"@scramjet/types": "^0.39.3",
"@types/node": "15.12.5"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion ts/delay-out-in-b/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"author": "Scramjet <[email protected]>",
"license": "ISC",
"devDependencies": {
"@scramjet/types": "^0.22.0",
"@scramjet/types": "^0.39.3",
"@types/node": "15.12.5"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion ts/durability-preservation-event/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@scramjet/types": "^0.22.0",
"@scramjet/types": "^0.39.3",
"@types/node": "15.12.5"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion ts/durability-preservation-tcp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@scramjet/types": "^0.22.0",
"@scramjet/types": "^0.39.3",
"@types/node": "15.12.5"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion ts/durability-preservation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "Scramjet <[email protected]>",
"license": "ISC",
"devDependencies": {
"@scramjet/types": "^0.22.0",
"@scramjet/types": "^0.39.3",
"@types/node": "15.12.5"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion ts/endless-names-output/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "Scramjet <[email protected]>",
"license": "ISC",
"devDependencies": {
"@scramjet/types": "^0.22.0",
"@scramjet/types": "^0.39.3",
"@types/node": "15.12.5"
},
"scramjet": {
Expand Down
2 changes: 1 addition & 1 deletion ts/event-sequence-2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "Scramjet <[email protected]>",
"license": "ISC",
"devDependencies": {
"@scramjet/types": "^0.22.0",
"@scramjet/types": "^0.39.3",
"@types/node": "15.12.5"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion ts/event-sequence-v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "Scramjet <[email protected]>",
"license": "ISC",
"devDependencies": {
"@scramjet/types": "^0.22.0",
"@scramjet/types": "^0.39.3",
"@types/node": "15.12.5"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion ts/event-sequence/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "Scramjet <[email protected]>",
"license": "ISC",
"devDependencies": {
"@scramjet/types": "^0.22.0",
"@scramjet/types": "^0.39.3",
"@types/node": "15.12.5"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion ts/events/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"author": "Scramjet <[email protected]>",
"license": "GPL-3.0",
"devDependencies": {
"@scramjet/types": "^0.22.0",
"@scramjet/types": "^0.39.3",
"@types/node": "15.12.5",
"ts-node": "^10.7.0",
"typescript": "^4.5.5"
Expand Down
2 changes: 1 addition & 1 deletion ts/exception-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"author": "Scramjet <[email protected]>",
"license": "GPL-3.0",
"devDependencies": {
"@scramjet/types": "^0.22.0",
"@scramjet/types": "^0.39.3",
"@types/node": "15.12.5",
"ts-node": "^10.7.0",
"typescript": "^4.5.5"
Expand Down
2 changes: 1 addition & 1 deletion ts/flood-stdout-sequence/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@scramjet/types": "^0.22.0",
"@scramjet/types": "^0.39.3",
"@types/node": "15.12.5"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion ts/forever/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"author": "Scramjet <[email protected]>",
"license": "GPL-3.0",
"devDependencies": {
"@scramjet/types": "^0.22.0",
"@scramjet/types": "^0.39.3",
"@types/node": "15.12.5",
"ts-node": "^10.7.0",
"typescript": "^4.5.5"
Expand Down
2 changes: 1 addition & 1 deletion ts/generate-data-topic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"license": "ISC",
"dependencies": {},
"devDependencies": {
"@scramjet/types": "^0.22.0",
"@scramjet/types": "^0.39.3",
"@types/node": "15.12.5"
},
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions ts/git-read-issues/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
"author": "Scramjet <[email protected]>",
"license": "ISC",
"dependencies": {
"@scramjet/utility": "^0.34.1",
"@scramjet/utility": "^0.39.3",
"octokit": "^2.0.14",
"scramjet": "^4.36.9"
},
"devDependencies": {
"@octokit/types": "^9.0.0",
"@scramjet/types": "^0.33.4",
"@scramjet/types": "^0.39.3",
"@types/node": "^15.12.5"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion ts/healthy-sequence/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "Scramjet <[email protected]>",
"license": "ISC",
"devDependencies": {
"@scramjet/types": "^0.22.0",
"@scramjet/types": "^0.39.3",
"@types/node": "15.12.5"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion ts/hello-alice-out/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"author": "Scramjet <[email protected]>",
"license": "GPL-3.0",
"devDependencies": {
"@scramjet/types": "^0.22.0",
"@scramjet/types": "^0.39.3",
"@types/node": "15.12.5",
"ts-node": "^10.7.0",
"typescript": "^4.5.5"
Expand Down
2 changes: 1 addition & 1 deletion ts/hello-hulk-out/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"author": "Scramjet <[email protected]>",
"license": "GPL-3.0",
"devDependencies": {
"@scramjet/types": "^0.22.0",
"@scramjet/types": "^0.39.3",
"@types/node": "15.12.5",
"ts-node": "^10.7.0",
"typescript": "^4.5.5"
Expand Down
2 changes: 1 addition & 1 deletion ts/hello-input-out/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"author": "Scramjet <[email protected]>",
"license": "GPL-3.0",
"devDependencies": {
"@scramjet/types": "^0.22.0",
"@scramjet/types": "^0.39.3",
"@types/node": "15.12.5",
"ts-node": "^10.7.0",
"typescript": "^4.5.5"
Expand Down
2 changes: 1 addition & 1 deletion ts/hello/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"author": "Scramjet <[email protected]>",
"license": "GPL-3.0",
"devDependencies": {
"@scramjet/types": "^0.22.0",
"@scramjet/types": "^0.39.3",
"@types/node": "15.12.5",
"ts-node": "^10.7.0",
"typescript": "^4.5.5"
Expand Down
2 changes: 1 addition & 1 deletion ts/inert-function/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "Scramjet <[email protected]>",
"license": "ISC",
"devDependencies": {
"@scramjet/types": "^0.22.0",
"@scramjet/types": "^0.39.3",
"@types/node": "15.12.5"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion ts/inert-sequence-1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"license": "ISC",
"devDependencies": {
"@scramjet/reference-inert-function": "^0.22.0",
"@scramjet/types": "^0.22.0",
"@scramjet/types": "^0.39.3",
"@types/node": "15.12.5"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion ts/inert-sequence-2-with-delay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "Scramjet <[email protected]>",
"license": "ISC",
"devDependencies": {
"@scramjet/types": "^0.22.0",
"@scramjet/types": "^0.39.3",
"@types/node": "15.12.5"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion ts/inert-sequence-2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "Scramjet <[email protected]>",
"license": "ISC",
"devDependencies": {
"@scramjet/types": "^0.22.0",
"@scramjet/types": "^0.39.3",
"@types/node": "15.12.5"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion ts/inert-sequence-3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "Scramjet <[email protected]>",
"license": "ISC",
"devDependencies": {
"@scramjet/types": "^0.22.0",
"@scramjet/types": "^0.39.3",
"@types/node": "15.12.5"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion ts/multi-outputs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "Scramjet <[email protected]>",
"license": "ISC",
"devDependencies": {
"@scramjet/types": "^0.22.0",
"@scramjet/types": "^0.39.3",
"@types/node": "15.12.5"
},
"scramjet": {
Expand Down
Loading

0 comments on commit bc1cc34

Please sign in to comment.