hotfix-build (#1091)

* skip  "alwaysStrict": true

* bump to 3.3.2

* remove all new ts check to be sure
This commit is contained in:
Alex Christoffer Rasmussen
2024-06-17 11:44:44 +02:00
committed by GitHub
parent dcb6bfa62d
commit b7c48f38a9
6 changed files with 5 additions and 16 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@getontime/cli",
"version": "3.3.1",
"version": "3.3.2",
"author": "Carlos Valente",
"description": "Time keeping for live events",
"repository": "https://github.com/cpvalente/ontime",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "ontime-ui",
"version": "3.3.1",
"version": "3.3.2",
"private": true,
"type": "module",
"dependencies": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "ontime",
"version": "3.3.1",
"version": "3.3.2",
"author": "Carlos Valente",
"description": "Time keeping for live events",
"repository": "https://github.com/cpvalente/ontime",
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "ontime-server",
"type": "module",
"main": "src/index.ts",
"version": "3.3.1",
"version": "3.3.2",
"exports": "./src/index.js",
"dependencies": {
"@googleapis/sheets": "^5.0.5",
-11
View File
@@ -1,16 +1,5 @@
{
"compilerOptions": {
"alwaysStrict": true,
"strictNullChecks": false,
"strictBindCallApply": true,
"strictFunctionTypes": false,
"strictPropertyInitialization": false,
"noImplicitAny": false,
"noImplicitThis": false,
"useUnknownInCatchVariables": true,
"noImplicitOverride": true,
"noUncheckedIndexedAccess": true,
"noFallthroughCasesInSwitch": true,
"target": "ESNext",
"module": "Node16",
"moduleResolution": "Node16",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "ontime",
"version": "3.3.1",
"version": "3.3.2",
"description": "Time keeping for live events",
"keywords": [
"ontime",