@topconsultnpm/sdk-ts 6.21.0-dev1.5 → 6.21.0-t1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/lib/Engine.js +1 -1
  2. package/package.json +31 -31
@@ -3710,7 +3710,7 @@ export class ProcessEngine extends BaseEngine {
3710
3710
  if (d.onSaturday === undefined)
3711
3711
  d.onSaturday = false;
3712
3712
  if (d.onSunday === undefined)
3713
- d.onSaturday = false;
3713
+ d.onSunday = false;
3714
3714
  return d;
3715
3715
  }
3716
3716
  CreateAsync(d) {
package/package.json CHANGED
@@ -1,32 +1,32 @@
1
1
  {
2
- "name": "@topconsultnpm/sdk-ts",
3
- "version": "6.21.0-dev1.5",
4
- "description": "TopMedia SDK typescript",
5
- "main": "dist/lib/index.js",
6
- "types": "dist/types/index.d.ts",
7
- "scripts": {
8
- "test": "echo \"Error: no test specified\" \u0026\u0026 exit 1",
9
- "tm-terser": "terser dist/lib/openAPIs/TopMediaServiceClient.js -c toplevel,passes=2 -m toplevel -o dist/lib/openAPIs/TopMediaServiceClient.js",
10
- "tm-build": "tsc \u0026\u0026 npm run tm-terser",
11
- "tm-watch": "tsc -w",
12
- "tm-publish": "npm publish --tag latest",
13
- "tm-publish_wl": "npm publish"
14
- },
15
- "files": [
16
- "dist/lib/**/*",
17
- "dist/types/**/*"
18
- ],
19
- "dependencies": {
20
- "@azure/msal-browser": "^4.28.1",
21
- "@babel/runtime": "^7.28.4",
22
- "async-mutex": "^0.4.0",
23
- "axios": "^1.7.2"
24
- },
25
- "author": "TopConsult",
26
- "license": "ISC",
27
- "devDependencies": {
28
- "@types/node": "^18.11.18",
29
- "terser": "^5.44.0",
30
- "typescript": "^5.9.3"
31
- }
32
- }
2
+ "name": "@topconsultnpm/sdk-ts",
3
+ "version": "6.21.0-t1",
4
+ "description": "TopMedia SDK typescript",
5
+ "main": "dist/lib/index.js",
6
+ "types": "dist/types/index.d.ts",
7
+ "scripts": {
8
+ "test": "echo \"Error: no test specified\" \u0026\u0026 exit 1",
9
+ "tm-terser": "terser dist/lib/openAPIs/TopMediaServiceClient.js -c toplevel,passes=2 -m toplevel -o dist/lib/openAPIs/TopMediaServiceClient.js",
10
+ "tm-build": "tsc \u0026\u0026 npm run tm-terser",
11
+ "tm-watch": "tsc -w",
12
+ "tm-publish": "npm publish --tag latest",
13
+ "tm-publish_wl": "npm publish"
14
+ },
15
+ "files": [
16
+ "dist/lib/**/*",
17
+ "dist/types/**/*"
18
+ ],
19
+ "dependencies": {
20
+ "@azure/msal-browser": "^4.28.1",
21
+ "@babel/runtime": "^7.28.4",
22
+ "async-mutex": "^0.4.0",
23
+ "axios": "1.15.0"
24
+ },
25
+ "author": "TopConsult",
26
+ "license": "ISC",
27
+ "devDependencies": {
28
+ "@types/node": "^18.11.18",
29
+ "terser": "^5.44.0",
30
+ "typescript": "^5.9.3"
31
+ }
32
+ }