Skip to content

Commit f3dc2b6

Browse files
v1.4.0
1 parent 2f42321 commit f3dc2b6

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "2.11.0",
3-
"version": "1.3.11",
3+
"version": "1.4.0",
44
"npmClient": "yarn",
55
"useWorkspaces": true,
66
"packages": [

packages/fts-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fts-core",
3-
"version": "1.3.11",
3+
"version": "1.4.0",
44
"description": "Common types for Functional TypeScript.",
55
"repository": "https://github.com/transitive-bullshit/functional-typescript",
66
"author": "Saasify <dev@saasify.sh>",

packages/fts-dev/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fts-dev",
3-
"version": "1.3.11",
3+
"version": "1.4.0",
44
"description": "Dev Server for Functional TypeScript.",
55
"repository": "https://github.com/transitive-bullshit/functional-typescript",
66
"author": "Saasify <dev@saasify.sh>",
@@ -32,8 +32,8 @@
3232
],
3333
"dependencies": {
3434
"commander": "^2.19.0",
35-
"fts": "^1.3.11",
36-
"fts-http": "^1.3.11"
35+
"fts": "^1.4.0",
36+
"fts-http": "^1.4.0"
3737
},
3838
"gitHead": "9c95df897ffde29865d5b9190aa7922da780f32e"
3939
}

packages/fts-http-client/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fts-http-client",
3-
"version": "1.3.11",
3+
"version": "1.4.0",
44
"description": "HTTP client for Functional TypeScript.",
55
"repository": "https://github.com/transitive-bullshit/functional-typescript",
66
"author": "Saasify <dev@saasify.sh>",
@@ -26,8 +26,8 @@
2626
"stdlib"
2727
],
2828
"dependencies": {
29-
"fts": "^1.3.11",
30-
"fts-validator": "^1.3.11",
29+
"fts": "^1.4.0",
30+
"fts-validator": "^1.4.0",
3131
"isomorphic-unfetch": "^3.0.0"
3232
},
3333
"gitHead": "9c95df897ffde29865d5b9190aa7922da780f32e"

packages/fts-http/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fts-http",
3-
"version": "1.3.11",
3+
"version": "1.4.0",
44
"description": "HTTP Support for Functional TypeScript.",
55
"repository": "https://github.com/transitive-bullshit/functional-typescript",
66
"author": "Saasify <dev@saasify.sh>",
@@ -30,9 +30,9 @@
3030
"cors": "^2.8.5",
3131
"decompress-request": "^1.0.0",
3232
"file-type": "^12.4.0",
33-
"fts": "^1.3.11",
34-
"fts-core": "^1.3.11",
35-
"fts-validator": "^1.3.11",
33+
"fts": "^1.4.0",
34+
"fts-core": "^1.4.0",
35+
"fts-validator": "^1.4.0",
3636
"is-stream": "^1.1.0",
3737
"micro": "^9.3.3",
3838
"micro-cors": "^0.1.1",

packages/fts-validator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fts-validator",
3-
"version": "1.3.11",
3+
"version": "1.4.0",
44
"description": "Schema validation and encoding / decoding for Functional TypeScript.",
55
"repository": "https://github.com/transitive-bullshit/functional-typescript",
66
"author": "Saasify <dev@saasify.sh>",

packages/fts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fts",
3-
"version": "1.3.11",
3+
"version": "1.4.0",
44
"description": "TypeScript standard for rock solid serverless functions.",
55
"repository": "https://github.com/transitive-bullshit/functional-typescript",
66
"author": "Saasify <dev@saasify.sh>",

0 commit comments

Comments
 (0)