@smartsoft001-mobilems/articles-shell-dtos 1.0.41 → 2.7.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/index.js +0 -0
- package/package.json +12 -7
- package/test-setup.d.ts +0 -0
- package/src/index.js +0 -1
- package/src/index.js.map +0 -1
- package/src/test-setup.js +0 -1
- package/src/test-setup.js.map +0 -1
package/index.js
ADDED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,10 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smartsoft001-mobilems/articles-shell-dtos",
|
|
3
|
-
"version": "
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
3
|
+
"version": "2.7.0",
|
|
4
|
+
"description": "This library was generated with [Nx](https://nx.dev).",
|
|
5
|
+
"repository": {
|
|
6
|
+
"type": "git",
|
|
7
|
+
"url": "git+https://github.com/emiljuchnikowski/smartsoft.git"
|
|
8
|
+
},
|
|
9
|
+
"author": "Emil Juchnikowski",
|
|
10
|
+
"license": "ISC",
|
|
11
|
+
"bugs": {
|
|
12
|
+
"url": "https://github.com/emiljuchnikowski/smartsoft/issues"
|
|
13
|
+
},
|
|
14
|
+
"homepage": "https://github.com/emiljuchnikowski/smartsoft#readme"
|
|
10
15
|
}
|
package/test-setup.d.ts
ADDED
|
File without changes
|
package/src/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=index.js.map
|
package/src/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../libs/articles/shell/dtos/src/index.ts"],"names":[],"mappings":""}
|
package/src/test-setup.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=test-setup.js.map
|
package/src/test-setup.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"test-setup.js","sourceRoot":"","sources":["../../../../../../libs/articles/shell/dtos/src/test-setup.ts"],"names":[],"mappings":""}
|