Skip to content

Commit 313cb25

Browse files
v1.3.11
1 parent 6bb59db commit 313cb25

File tree

8 files changed

+15
-15
lines changed

8 files changed

+15
-15
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.10",
3+
"version": "1.3.11",
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.1.0",
3+
"version": "1.3.11",
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.10",
3+
"version": "1.3.11",
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.0",
36-
"fts-http": "^1.3.10"
35+
"fts": "^1.3.11",
36+
"fts-http": "^1.3.11"
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.3",
3+
"version": "1.3.11",
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.0",
30-
"fts-validator": "^1.3.3",
29+
"fts": "^1.3.11",
30+
"fts-validator": "^1.3.11",
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.10",
3+
"version": "1.3.11",
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.0",
34-
"fts-core": "^1.1.0",
35-
"fts-validator": "^1.3.3",
33+
"fts": "^1.3.11",
34+
"fts-core": "^1.3.11",
35+
"fts-validator": "^1.3.11",
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.3",
3+
"version": "1.3.11",
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.0",
3+
"version": "1.3.11",
44
"description": "TypeScript standard for rock solid serverless functions.",
55
"repository": "https://github.com/transitive-bullshit/functional-typescript",
66
"author": "Saasify <dev@saasify.sh>",

packages/now-fts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "now-fts",
3-
"version": "1.0.8",
3+
"version": "1.3.11",
44
"license": "MIT",
55
"dependencies": {
66
"@now/node-bridge": "^0.1.10",

0 commit comments

Comments
 (0)