mdkcontroller 1.0.1 → 1.0.3

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.
package/package.json CHANGED
@@ -9,10 +9,20 @@
9
9
  "socket.io": "^4.7.2"
10
10
  },
11
11
  "name": "mdkcontroller",
12
- "version": "1.0.1",
12
+ "version": "1.0.3",
13
13
  "keywords": [],
14
- "author": "",
14
+ "author": "KHANHNBD <khanh272421@gmail.com>",
15
15
  "license": "ISC",
16
- "description": "",
17
- "type": "module"
16
+ "description": "Quick setup authentication and express",
17
+ "type": "module",
18
+ "exports": {
19
+ ".": "./main.js"
20
+ },
21
+ "types": "./main.js",
22
+ "files": [
23
+ "demoApp.js",
24
+ "main.js",
25
+ "Cores/",
26
+ "dk_modules/"
27
+ ]
18
28
  }
@@ -1,4 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="Encoding" addBOMForNewFiles="with BOM under Windows, with no BOM otherwise" />
4
- </project>
@@ -1,8 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="UserContentModel">
4
- <attachedFolders />
5
- <explicitIncludes />
6
- <explicitExcludes />
7
- </component>
8
- </project>
@@ -1,7 +0,0 @@
1
- <component name="InspectionProjectProfileManager">
2
- <profile version="1.0">
3
- <option name="myName" value="Project Default" />
4
- <inspection_tool class="SqlDialectInspection" enabled="false" level="WARNING" enabled_by_default="false" />
5
- <inspection_tool class="SqlNoDataSourceInspection" enabled="false" level="WARNING" enabled_by_default="false" />
6
- </profile>
7
- </component>
@@ -1,6 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="RiderProjectSettingsUpdater">
4
- <option name="vcsConfiguration" value="2" />
5
- </component>
6
- </project>
@@ -1,68 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="AutoImportSettings">
4
- <option name="autoReloadType" value="SELECTIVE" />
5
- </component>
6
- <component name="ChangeListManager">
7
- <list default="true" id="93fcfe43-d602-4459-872f-00e0cab9f2cf" name="Changes" comment="" />
8
- <option name="SHOW_DIALOG" value="false" />
9
- <option name="HIGHLIGHT_CONFLICTS" value="true" />
10
- <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
11
- <option name="LAST_RESOLUTION" value="IGNORE" />
12
- </component>
13
- <component name="FileTemplateManagerImpl">
14
- <option name="RECENT_TEMPLATES">
15
- <list>
16
- <option value="JavaScript File" />
17
- </list>
18
- </option>
19
- </component>
20
- <component name="ProjectColorInfo"><![CDATA[{
21
- "associatedIndex": 1
22
- }]]></component>
23
- <component name="ProjectId" id="2go12MYEeCSEk12LscCLJzrOL3w" />
24
- <component name="ProjectViewState">
25
- <option name="hideEmptyMiddlePackages" value="true" />
26
- <option name="showLibraryContents" value="true" />
27
- </component>
28
- <component name="PropertiesComponent"><![CDATA[{
29
- "keyToString": {
30
- "Node.js.app.js.executor": "Debug",
31
- "RunOnceActivity.ShowReadmeOnStart": "true",
32
- "node.js.detected.package.eslint": "true",
33
- "node.js.detected.package.stylelint": "true",
34
- "node.js.detected.package.tslint": "true",
35
- "node.js.selected.package.eslint": "(autodetect)",
36
- "node.js.selected.package.stylelint": "",
37
- "node.js.selected.package.tslint": "(autodetect)",
38
- "nodejs_package_manager_path": "npm",
39
- "rider.code.cleanup.on.save": "true",
40
- "rider.code.cleanup.on.save.profile": "Built-in: Reformat Code",
41
- "settings.editor.selected.configurable": "actions.on.save"
42
- },
43
- "keyToStringList": {
44
- "rider.external.source.directories": [
45
- "C:\\Users\\KHANHNBD\\AppData\\Roaming\\JetBrains\\Rider2024.1\\resharper-host\\DecompilerCache",
46
- "C:\\Users\\KHANHNBD\\AppData\\Roaming\\JetBrains\\Rider2024.1\\resharper-host\\SourcesCache",
47
- "C:\\Users\\KHANHNBD\\AppData\\Local\\Symbols\\src"
48
- ]
49
- }
50
- }]]></component>
51
- <component name="RunManager">
52
- <configuration name="app.js" type="NodeJSConfigurationType" temporary="true" nameIsGenerated="true" path-to-js-file="$PROJECT_DIR$/app.js" working-dir="$PROJECT_DIR$">
53
- <method v="2" />
54
- </configuration>
55
- <recent_temporary>
56
- <list>
57
- <item itemvalue="Node.js.app.js" />
58
- </list>
59
- </recent_temporary>
60
- </component>
61
- <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
62
- <component name="TypeScriptGeneratedFilesManager">
63
- <option name="version" value="3" />
64
- </component>
65
- <component name="VcsManagerConfiguration">
66
- <option name="CLEAR_INITIAL_COMMIT_MESSAGE" value="true" />
67
- </component>
68
- </project>
package/begindb.json DELETED
@@ -1,31 +0,0 @@
1
- {
2
- "users": [
3
- {
4
- "id": 1,
5
- "userName": "khanhnbd",
6
- "email": "khanh272421@gmail.com",
7
- "password": "123",
8
- "active": true,
9
- "amount": 0
10
- }
11
- ],
12
- "loginTokens": [
13
- {
14
- "id": 1,
15
- "userId": 1,
16
- "tokenString": "a2VoeWFKbnpoZG5XYklkaUZPcmlxSVc1QU4wem5jQTR0SU9pUXdjaVRiQm11Rll0bFpFU2ZJSTZ3SUxrOVJtckdhT0c3RmR1RGFvRWsxM040VE9TRElYc2hJVG01bDloMGQ3Q2RJZTZRTzlEUGtSeEhNUUR1Qk45d2dZaHNScXYxZUJwQXdUQXVTSGlyZDd3eDUwQWlQNEJrNmlYMTJKaU5qcHVKbWJl",
17
- "expired": "2024-06-22T03:37:40.329Z"
18
- }
19
- ],
20
- "autoSequenceNumber": [
21
- {
22
- "name": "users",
23
- "currentNumber": 1
24
- },
25
- {
26
- "name": "loginTokens",
27
- "currentNumber": 1
28
- }
29
- ],
30
- "videoAccess": []
31
- }
@@ -1,30 +0,0 @@
1
- {
2
- "users": [
3
- {
4
- "id": 1,
5
- "userName": "khanhnbd",
6
- "email": "khanh272421@gmail.com",
7
- "password": "123",
8
- "active": true,
9
- "amount": 0
10
- }
11
- ],
12
- "loginTokens": [
13
- {
14
- "id": 1,
15
- "userId": 1,
16
- "tokenString": "a2VoeWFKbnpoZG5XYklkaUhPNmlqSXE1Qk5CekZjOTQ4SWRpZXczaVBidm1WRkR0b1puU1FJWTZjSWxrWFI3cmpheUdBRmt1UGE0RWExUE5XVDNTOUk1c3BJOG04bGloM2Q2Q3BJQzZUT1dEa2tmeDhNY0RyQkQ5Y3VuUDdScFlvTUp5a1p5aTlSRU9KdExJVnVsMkVZSUFteEY2eHZ3YlBySG96NVVM",
17
- "expired": "2024-06-22T04:31:46.075Z"
18
- }
19
- ],
20
- "autoSequenceNumber": [
21
- {
22
- "name": "users",
23
- "currentNumber": 1
24
- },
25
- {
26
- "name": "loginTokens",
27
- "currentNumber": 1
28
- }
29
- ]
30
- }
package/projectDB.js DELETED
@@ -1,5 +0,0 @@
1
- export default function (db) {
2
- console.log("Module projectDB.js: (db)=> init table for project");
3
- db.data.videoAccess = db.data.videoAccess || [];
4
- return db;
5
- };
package/projectVar.js DELETED
@@ -1,3 +0,0 @@
1
- //C:\Users\KHANHNBD\Desktop\WWW\ShareFiles\Temp
2
- // export const apivideoPath = "C:\\Users\\khanh\\Desktop\\WWW\\ShareFiles\\Temp";
3
- export const demo = "";
File without changes