workspacescursedingeneral

This commit is contained in:
Jacob Nguyen
2025-02-07 01:34:03 -06:00
parent 04141a4596
commit 38c564a7f7
5 changed files with 6325 additions and 5 deletions

View File

@@ -5,7 +5,7 @@
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"scripts": {
"bundle": "microbundle --target node",
"build": "microbundle --target node",
"watch": "microbundle watch",
"test": "microbundle --target node && node ./test/index.test.mjs"
},

View File

@@ -1,6 +1,6 @@
{
"name": "@sern/ioc",
"version": "1.1.1",
"version": "1.1.2",
"description": "Dependency Injection system",
"main": "dist/index.js",
"module": "./dist/index.js",