typespeed 2.2.1 → 2.3.1
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/app/nodemon.json +5 -0
- package/{test → app}/package.json +1 -2
- package/{test → app}/src/config-development.json +1 -1
- package/{test → app}/src/config.json +3 -4
- package/{test → app}/src/custom-log.class.ts +1 -1
- package/{test → app}/src/main.ts +10 -3
- package/dist/core.decorator.js +1 -84
- package/dist/default/express-server.class.js +8 -7
- package/dist/default/node-cache.class.js +2 -1
- package/dist/default/rabbitmq.class.js +3 -2
- package/dist/default/read-write-db.class.js +8 -7
- package/dist/default/redis.class.js +3 -2
- package/dist/typespeed.js +85 -1
- package/package.json +15 -3
- package/src/core.decorator.ts +1 -85
- package/src/default/express-server.class.ts +2 -1
- package/src/default/node-cache.class.ts +2 -1
- package/src/default/rabbitmq.class.ts +2 -1
- package/src/default/read-write-db.class.ts +2 -2
- package/src/default/redis.class.ts +2 -2
- package/src/typespeed.ts +86 -1
- package/test/first-page.test.ts +45 -0
- package/tsconfig.json +2 -3
- package/test/nodemon.json +0 -6
- /package/{test → app}/node_modules/.package-lock.json +0 -0
- /package/{test → app}/node_modules/@types/body-parser/LICENSE +0 -0
- /package/{test → app}/node_modules/@types/body-parser/README.md +0 -0
- /package/{test → app}/node_modules/@types/body-parser/index.d.ts +0 -0
- /package/{test → app}/node_modules/@types/body-parser/package.json +0 -0
- /package/{test → app}/node_modules/@types/connect/LICENSE +0 -0
- /package/{test → app}/node_modules/@types/connect/README.md +0 -0
- /package/{test → app}/node_modules/@types/connect/index.d.ts +0 -0
- /package/{test → app}/node_modules/@types/connect/package.json +0 -0
- /package/{test → app}/node_modules/@types/express/LICENSE +0 -0
- /package/{test → app}/node_modules/@types/express/README.md +0 -0
- /package/{test → app}/node_modules/@types/express/index.d.ts +0 -0
- /package/{test → app}/node_modules/@types/express/package.json +0 -0
- /package/{test → app}/node_modules/@types/express-serve-static-core/LICENSE +0 -0
- /package/{test → app}/node_modules/@types/express-serve-static-core/README.md +0 -0
- /package/{test → app}/node_modules/@types/express-serve-static-core/index.d.ts +0 -0
- /package/{test → app}/node_modules/@types/express-serve-static-core/package.json +0 -0
- /package/{test → app}/node_modules/@types/mime/LICENSE +0 -0
- /package/{test → app}/node_modules/@types/mime/Mime.d.ts +0 -0
- /package/{test → app}/node_modules/@types/mime/README.md +0 -0
- /package/{test → app}/node_modules/@types/mime/index.d.ts +0 -0
- /package/{test → app}/node_modules/@types/mime/lite.d.ts +0 -0
- /package/{test → app}/node_modules/@types/mime/package.json +0 -0
- /package/{test → app}/node_modules/@types/node/LICENSE +0 -0
- /package/{test → app}/node_modules/@types/node/README.md +0 -0
- /package/{test → app}/node_modules/@types/node/assert/strict.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/assert.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/async_hooks.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/buffer.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/child_process.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/cluster.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/console.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/constants.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/crypto.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/dgram.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/diagnostics_channel.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/dns/promises.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/dns.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/dom-events.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/domain.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/events.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/fs/promises.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/fs.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/globals.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/globals.global.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/http.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/http2.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/https.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/index.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/inspector.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/module.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/net.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/os.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/package.json +0 -0
- /package/{test → app}/node_modules/@types/node/path.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/perf_hooks.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/process.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/punycode.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/querystring.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/readline/promises.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/readline.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/repl.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/stream/consumers.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/stream/promises.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/stream/web.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/stream.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/string_decoder.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/test.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/timers/promises.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/timers.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/tls.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/trace_events.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/ts4.8/assert/strict.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/ts4.8/assert.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/ts4.8/async_hooks.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/ts4.8/buffer.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/ts4.8/child_process.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/ts4.8/cluster.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/ts4.8/console.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/ts4.8/constants.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/ts4.8/crypto.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/ts4.8/dgram.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/ts4.8/dns/promises.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/ts4.8/dns.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/ts4.8/dom-events.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/ts4.8/domain.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/ts4.8/events.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/ts4.8/fs/promises.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/ts4.8/fs.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/ts4.8/globals.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/ts4.8/globals.global.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/ts4.8/http.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/ts4.8/http2.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/ts4.8/https.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/ts4.8/index.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/ts4.8/inspector.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/ts4.8/module.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/ts4.8/net.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/ts4.8/os.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/ts4.8/path.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/ts4.8/perf_hooks.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/ts4.8/process.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/ts4.8/punycode.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/ts4.8/querystring.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/ts4.8/readline/promises.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/ts4.8/readline.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/ts4.8/repl.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/ts4.8/stream/consumers.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/ts4.8/stream/promises.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/ts4.8/stream/web.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/ts4.8/stream.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/ts4.8/string_decoder.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/ts4.8/test.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/ts4.8/timers/promises.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/ts4.8/timers.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/ts4.8/tls.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/ts4.8/trace_events.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/ts4.8/tty.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/ts4.8/url.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/ts4.8/util.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/ts4.8/v8.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/ts4.8/vm.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/ts4.8/wasi.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/ts4.8/worker_threads.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/ts4.8/zlib.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/tty.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/url.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/util.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/v8.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/vm.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/wasi.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/worker_threads.d.ts +0 -0
- /package/{test → app}/node_modules/@types/node/zlib.d.ts +0 -0
- /package/{test → app}/node_modules/@types/qs/LICENSE +0 -0
- /package/{test → app}/node_modules/@types/qs/README.md +0 -0
- /package/{test → app}/node_modules/@types/qs/index.d.ts +0 -0
- /package/{test → app}/node_modules/@types/qs/package.json +0 -0
- /package/{test → app}/node_modules/@types/range-parser/LICENSE +0 -0
- /package/{test → app}/node_modules/@types/range-parser/README.md +0 -0
- /package/{test → app}/node_modules/@types/range-parser/index.d.ts +0 -0
- /package/{test → app}/node_modules/@types/range-parser/package.json +0 -0
- /package/{test → app}/node_modules/@types/send/LICENSE +0 -0
- /package/{test → app}/node_modules/@types/send/README.md +0 -0
- /package/{test → app}/node_modules/@types/send/index.d.ts +0 -0
- /package/{test → app}/node_modules/@types/send/package.json +0 -0
- /package/{test → app}/node_modules/@types/serve-static/LICENSE +0 -0
- /package/{test → app}/node_modules/@types/serve-static/README.md +0 -0
- /package/{test → app}/node_modules/@types/serve-static/index.d.ts +0 -0
- /package/{test → app}/node_modules/@types/serve-static/package.json +0 -0
- /package/{test → app}/node_modules/colors/LICENSE +0 -0
- /package/{test → app}/node_modules/colors/README.md +0 -0
- /package/{test → app}/node_modules/colors/examples/normal-usage.js +0 -0
- /package/{test → app}/node_modules/colors/examples/safe-string.js +0 -0
- /package/{test → app}/node_modules/colors/index.d.ts +0 -0
- /package/{test → app}/node_modules/colors/lib/colors.js +0 -0
- /package/{test → app}/node_modules/colors/lib/custom/trap.js +0 -0
- /package/{test → app}/node_modules/colors/lib/custom/zalgo.js +0 -0
- /package/{test → app}/node_modules/colors/lib/extendStringPrototype.js +0 -0
- /package/{test → app}/node_modules/colors/lib/index.js +0 -0
- /package/{test → app}/node_modules/colors/lib/maps/america.js +0 -0
- /package/{test → app}/node_modules/colors/lib/maps/rainbow.js +0 -0
- /package/{test → app}/node_modules/colors/lib/maps/random.js +0 -0
- /package/{test → app}/node_modules/colors/lib/maps/zebra.js +0 -0
- /package/{test → app}/node_modules/colors/lib/styles.js +0 -0
- /package/{test → app}/node_modules/colors/lib/system/has-flag.js +0 -0
- /package/{test → app}/node_modules/colors/lib/system/supports-colors.js +0 -0
- /package/{test → app}/node_modules/colors/package.json +0 -0
- /package/{test → app}/node_modules/colors/safe.d.ts +0 -0
- /package/{test → app}/node_modules/colors/safe.js +0 -0
- /package/{test → app}/node_modules/colors/themes/generic-logging.js +0 -0
- /package/{test → app}/node_modules/dateformat/LICENSE +0 -0
- /package/{test → app}/node_modules/dateformat/Readme.md +0 -0
- /package/{test → app}/node_modules/dateformat/lib/dateformat.js +0 -0
- /package/{test → app}/node_modules/dateformat/package.json +0 -0
- /package/{test → app}/node_modules/mkdirp/CHANGELOG.md +0 -0
- /package/{test → app}/node_modules/mkdirp/LICENSE +0 -0
- /package/{test → app}/node_modules/mkdirp/bin/cmd.js +0 -0
- /package/{test → app}/node_modules/mkdirp/index.js +0 -0
- /package/{test → app}/node_modules/mkdirp/lib/find-made.js +0 -0
- /package/{test → app}/node_modules/mkdirp/lib/mkdirp-manual.js +0 -0
- /package/{test → app}/node_modules/mkdirp/lib/mkdirp-native.js +0 -0
- /package/{test → app}/node_modules/mkdirp/lib/opts-arg.js +0 -0
- /package/{test → app}/node_modules/mkdirp/lib/path-arg.js +0 -0
- /package/{test → app}/node_modules/mkdirp/lib/use-native.js +0 -0
- /package/{test → app}/node_modules/mkdirp/package.json +0 -0
- /package/{test → app}/node_modules/mkdirp/readme.markdown +0 -0
- /package/{test → app}/node_modules/tinytim/.travis.yml +0 -0
- /package/{test → app}/node_modules/tinytim/README.md +0 -0
- /package/{test → app}/node_modules/tinytim/index.js +0 -0
- /package/{test → app}/node_modules/tinytim/lib/index.js +0 -0
- /package/{test → app}/node_modules/tinytim/lib/tinytim.js +0 -0
- /package/{test → app}/node_modules/tinytim/package.json +0 -0
- /package/{test → app}/node_modules/tinytim/test/files/html.tim +0 -0
- /package/{test → app}/node_modules/tinytim/test/files/string.tim +0 -0
- /package/{test → app}/node_modules/tinytim/test/files/string2.tim +0 -0
- /package/{test → app}/node_modules/tinytim/test/render-file-replace.js +0 -0
- /package/{test → app}/node_modules/tinytim/test/render-replace.js +0 -0
- /package/{test → app}/node_modules/tinytim/test/tim-replace.js +0 -0
- /package/{test → app}/node_modules/tracer/README.md +0 -0
- /package/{test → app}/node_modules/tracer/lib/color_console.js +0 -0
- /package/{test → app}/node_modules/tracer/lib/console.js +0 -0
- /package/{test → app}/node_modules/tracer/lib/dailyfile.js +0 -0
- /package/{test → app}/node_modules/tracer/lib/index.js +0 -0
- /package/{test → app}/node_modules/tracer/lib/settings.js +0 -0
- /package/{test → app}/node_modules/tracer/lib/utils.js +0 -0
- /package/{test → app}/node_modules/tracer/package.json +0 -0
- /package/{test → app}/node_modules/tracer/types/index.d.ts +0 -0
- /package/{test → app}/src/aop-test.class.ts +0 -0
- /package/{test → app}/src/config-production.json +0 -0
- /package/{test → app}/src/entities/mutil-users.class.ts +0 -0
- /package/{test → app}/src/entities/user-dto.class.ts +0 -0
- /package/{test → app}/src/first-page.class.ts +0 -0
- /package/{test → app}/src/jwt-authentication.class.ts +0 -0
- /package/{test → app}/src/second-page.class.ts +0 -0
- /package/{test → app}/src/test-database.class.ts +0 -0
- /package/{test → app}/src/test-log.class.ts +0 -0
- /package/{test → app}/src/test-mq.class.ts +0 -0
- /package/{test → app}/src/test-orm.class.ts +0 -0
- /package/{test → app}/src/test-request.class.ts +0 -0
- /package/{test → app}/src/user-model.class.ts +0 -0
- /package/{test → app}/src/views/index.html +0 -0
- /package/{test → app}/src/views/upload.html +0 -0
- /package/{test → app}/static/favicon.ico +0 -0
- /package/{test → app}/static/k.jpg +0 -0
- /package/{test → app}/tsconfig.json +0 -0
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|