@discordx/di
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -1,1 +0,5 @@ | ||
# Upcoming | ||
# Stage | ||
## Changed | ||
- seperate internal logics ([57e032](https://github.com/oceanroleplay/discord.ts/commit/57e032a765bee0a66a7f36fabdde0499319606a8)) |
{ | ||
"name": "@discordx/di", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"private": false, | ||
@@ -27,6 +27,12 @@ "description": "dependency injection service with TSyringe support", | ||
"contributors": [ | ||
"Harry <indianoceanroleplay@gmail.com> (https://github.com/oceanroleplay)" | ||
"Vijay Meena <indianoceanroleplay@gmail.com> (https://github.com/oceanroleplay)" | ||
], | ||
"main": "./build/index.js", | ||
"module": "./build/index.js", | ||
"exports": { | ||
".": { | ||
"import": "./build/esm/index.js", | ||
"require": "./build/cjs/index.js" | ||
} | ||
}, | ||
"main": "./build/cjs/index.js", | ||
"module": "./build/esm/index.js", | ||
"files": [ | ||
@@ -41,3 +47,5 @@ "build", | ||
"scripts": { | ||
"build": "tsc", | ||
"build": "tsc && npm run build:cjs", | ||
"build:cjs": "tsc --module CommonJs --outDir build/cjs && npm run postbuild:cjs", | ||
"postbuild:cjs": "node ../../scripts/postbuild.mjs --path=build", | ||
"type-check": "tsc --noemit" | ||
@@ -44,0 +52,0 @@ }, |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
21184
13
142
1