@we-scrum/enums 1.0.4 → 1.0.5
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@we-scrum/enums",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
4
4
|
"description": "We-Scrum enums",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"typings": "dist/index.d.ts",
|
|
@@ -17,10 +17,10 @@
|
|
|
17
17
|
"author": "",
|
|
18
18
|
"license": "ISC",
|
|
19
19
|
"peerDependencies": {
|
|
20
|
-
"@my-devkit/core": "1.0.
|
|
20
|
+
"@my-devkit/core": "1.0.34"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
|
-
"@my-devkit/core": "1.0.
|
|
23
|
+
"@my-devkit/core": "1.0.34",
|
|
24
24
|
"ts-cleaner": "^1.0.5",
|
|
25
25
|
"typescript": "^4.5.2"
|
|
26
26
|
}
|
|
index e0753cc..3e00f5f 100644
|
|
|
Binary file
|