Comparing version 0.1.0 to 0.2.0
{ | ||
"name": "sgray", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"author": "cumul <gg6123@naver.com>", | ||
@@ -28,3 +28,2 @@ "license": "MIT", | ||
"@babel/plugin-syntax-import-assertions": "^7.22.5", | ||
"@jest/globals": "^29.6.1", | ||
"@swc/core": "^1.3.69", | ||
@@ -43,10 +42,8 @@ "@tsconfig/node18": "^18.2.0", | ||
"inversify": "^6.0.1", | ||
"jest": "^29.6.1", | ||
"jest-environment-node": "^29.6.1", | ||
"memfs": "^4.2.0", | ||
"prettier": "^3.0.0", | ||
"reflect-metadata": "^0.1.13", | ||
"ts-jest": "^29.1.1", | ||
"tsup": "^7.1.0", | ||
"typescript": "^5.1.6", | ||
"vitest": "^0.33.0", | ||
"yargs": "^17.7.2" | ||
@@ -59,5 +56,5 @@ }, | ||
"scripts": { | ||
"build": "tsup src/index.ts", | ||
"test": "jest" | ||
"build": "tsup", | ||
"test": "vitest run" | ||
} | ||
} |
@@ -17,6 +17,6 @@ # sgray | ||
InversifyJS requires the `experimentalDecorators`, `emitDecoratorMetadata` and `lib` compilation options in your `tsconfig.json` file. You can also refer to their [installation guide](https://github.com/inversify/InversifyJS/blob/master/wiki/installation.md). | ||
InversifyJS requires the `experimentalDecorators`, `emitDecoratorMetadata` and `lib` compilation options in your `tsconfig.json` file. | ||
You can also refer to their [installation guide](https://github.com/inversify/InversifyJS/blob/master/wiki/installation.md). | ||
```json | ||
// tsconfig.json | ||
{ | ||
@@ -23,0 +23,0 @@ "compilerOptions": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23
26655
1