@teqfw/di 1.0.1 → 1.1.0
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/package.json +4 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teqfw/di",
|
|
3
|
-
"version": "1.0
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"description": "Dependency Injection container for ES6 modules that works in both browser and Node.js apps.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"dependency injection",
|
|
@@ -32,6 +32,9 @@
|
|
|
32
32
|
".": {
|
|
33
33
|
"import": "./dist/esm.js",
|
|
34
34
|
"require": "./dist/umd.js"
|
|
35
|
+
},
|
|
36
|
+
"./pre/replace": {
|
|
37
|
+
"import": "./src/Pre/Replace.js"
|
|
35
38
|
}
|
|
36
39
|
},
|
|
37
40
|
"type": "module",
|