Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit a52ce34

Browse files
v2.0.1
1 parent 94b6dca commit a52ce34

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

example/advanced-chat-ts/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
### [Click here to check the project in another repository](https://github.com/RodrigoBertotti/flutter_chat_app_with_nodejs)
66

7-
[//]: # ( TODO VIDEO)
7+
https://github.com/RodrigoBertotti/Askless/assets/15431956/ea701f18-f1a5-422d-be5f-51042894f073

example/simple-chat-ts/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import {AsklessServer} from "../../src";
22
import {MessageModel} from "./message-model";
3-
import {MessageEntity} from "./message-entity"; // TODO: import
3+
import {MessageEntity} from "./message-entity";
44

55
const server = new AsklessServer<"blue" | "green">();
66
const isProduction = false;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "askless",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "A coherent Node.js Backend for Flutter. Askless is a framework to build websocket servers for Flutter Apps that lets you update your widgets in realtime by streaming data changes with WebSockets. Create your Flutter App without Firebase, with MySQL, PostgreSQL, or any database you want, handle WebSocket authentication, and quickly add audio and video calls with WebRTC!",
55
"keywords": [
66
"flutter",

src/environment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export const environment = {
22
server: {
3-
name: "2.0.0", //TODO onupdate: change package.json as well
3+
name: "2.0.1", //TODO onupdate: change package.json as well
44
code: 4,
55
clientVersionCodeSupported: {
66
flutter: {

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"outDir": "dist/askless",
77
"moduleResolution": "node",
88
"stripInternal": true,
9-
"strictNullChecks": true
9+
"strictNullChecks": false
1010
},
1111
"exclude": [
1212
"node_modules",

0 commit comments

Comments
 (0)