@joist/di 2.0.0-alpha.16 → 2.0.0-alpha.19
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 +5 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@joist/di",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.19",
|
|
4
4
|
"main": "./target/build/lib.js",
|
|
5
5
|
"module": "./target/build/lib.js",
|
|
6
6
|
"exports": {
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"target/build"
|
|
17
17
|
],
|
|
18
18
|
"sideEffects": false,
|
|
19
|
-
"description": "Dependency Injection
|
|
19
|
+
"description": "Dependency Injection for Vanilla JS classes",
|
|
20
20
|
"repository": {
|
|
21
21
|
"type": "git",
|
|
22
22
|
"url": "git+https://github.com/deebloo/joist.git"
|
|
@@ -24,7 +24,8 @@
|
|
|
24
24
|
"keywords": [
|
|
25
25
|
"TypeScript",
|
|
26
26
|
"DI",
|
|
27
|
-
"Dependency Injection"
|
|
27
|
+
"Dependency Injection",
|
|
28
|
+
"WebComponents"
|
|
28
29
|
],
|
|
29
30
|
"author": "deebloo",
|
|
30
31
|
"license": "MIT",
|
|
@@ -38,5 +39,5 @@
|
|
|
38
39
|
"test": "tsc -p tsconfig.test.json && wtr --config ../../wtr.config.mjs --port 8001",
|
|
39
40
|
"build": "tsc -p tsconfig.build.json"
|
|
40
41
|
},
|
|
41
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "c83cae0c4733a4c5d79d52b683ec49001bd2b645"
|
|
42
43
|
}
|