@@ -11,7 +11,7 @@ $ tsup *.ts --format cjs --dts | ||
| [32mCJS[39m [1mdist/openai.js [22m[32m2.06 KB[39m | ||
| [32mCJS[39m ⚡️ Build success in 118ms | ||
| [32mCJS[39m ⚡️ Build success in 186ms | ||
| [34mDTS[39m Build start | ||
| [32mDTS[39m ⚡️ Build success in 6091ms | ||
| [32mDTS[39m ⚡️ Build success in 11620ms | ||
| [32mDTS[39m [1mdist/Writebot.d.ts [22m[32m737.00 B[39m | ||
| [32mDTS[39m [1mdist/index.d.ts [22m[32m105.00 B[39m | ||
| [32mDTS[39m [1mdist/openai.d.ts [22m[32m447.00 B[39m |
+13
-14
| $ TIMING=1 eslint "**/*.ts*" | ||
| Warning: React version was set to "detect" in eslint-plugin-react settings, but the "react" package is not installed. Assuming latest React version for linting. | ||
| (node:1977) [ESLINT_LEGACY_ECMAFEATURES] DeprecationWarning: The 'ecmaFeatures' config file property is deprecated and has no effect. (found in "../../.eslintrc.js » eslint-config-custom") | ||
| (node:1952) [ESLINT_LEGACY_ECMAFEATURES] DeprecationWarning: The 'ecmaFeatures' config file property is deprecated and has no effect. (found in "../../.eslintrc.js » eslint-config-custom") | ||
| (Use `node --trace-deprecation ...` to show where the warning was created) | ||
@@ -13,13 +12,13 @@ | ||
| Rule | Time (ms) | Relative | ||
| :-----------------------------------------------|----------:|--------: | ||
| @typescript-eslint/no-unused-vars | 14.486 | 21.8% | ||
| react/no-direct-mutation-state | 13.466 | 20.3% | ||
| react/require-render-return | 12.602 | 19.0% | ||
| @typescript-eslint/adjacent-overload-signatures | 12.008 | 18.1% | ||
| react/display-name | 3.617 | 5.5% | ||
| object-curly-spacing | 1.097 | 1.7% | ||
| @typescript-eslint/object-curly-spacing | 0.834 | 1.3% | ||
| @typescript-eslint/no-empty-function | 0.752 | 1.1% | ||
| @typescript-eslint/no-explicit-any | 0.740 | 1.1% | ||
| @typescript-eslint/no-loss-of-precision | 0.725 | 1.1% | ||
| Rule | Time (ms) | Relative | ||
| :-----------------------------------------|----------:|--------: | ||
| @typescript-eslint/no-unused-vars | 82.601 | 47.4% | ||
| @typescript-eslint/no-explicit-any | 17.200 | 9.9% | ||
| react-hooks/rules-of-hooks | 16.790 | 9.6% | ||
| @typescript-eslint/no-inferrable-types | 16.410 | 9.4% | ||
| react/display-name | 16.065 | 9.2% | ||
| @typescript-eslint/triple-slash-reference | 7.421 | 4.3% | ||
| react/no-direct-mutation-state | 2.934 | 1.7% | ||
| react/require-render-return | 1.805 | 1.0% | ||
| object-curly-spacing | 1.710 | 1.0% | ||
| @typescript-eslint/no-loss-of-precision | 1.229 | 0.7% |
+12
-0
| # writerjs | ||
| ## 0.6.0 | ||
| ### Minor Changes | ||
| - 33d04ff: Added ability to use Arrays and thus send multiple request (for each element of that array) | ||
| ## 0.5.0 | ||
| ### Minor Changes | ||
| - e531c5e: Added a story-generator. Fixed typescript bug | ||
| ## 0.4.0 | ||
@@ -4,0 +16,0 @@ |
+1
-1
| { | ||
| "name": "writebot", | ||
| "version": "0.4.0", | ||
| "version": "0.6.0", | ||
| "main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
17199
-0.07%