@royalinvest/dto 0.2.13 → 0.3.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/dist/index.d.ts +0 -1
- package/dist/index.js +0 -1
- package/dist/property.d.ts +0 -1
- package/dist/quebec-lease-dwelling/expense.d.ts +9 -0
- package/package.json +32 -32
- package/readMe.md +1 -1
- package/dist/expense.d.ts +0 -9
- package/dist/sort.d.ts +0 -1
- package/dist/sort.js +0 -2
- /package/dist/{expense.js → quebec-lease-dwelling/expense.js} +0 -0
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
package/dist/property.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@royalinvest/dto",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "Data Transfer Objects (DTOs) to carry data between frontend and backend processes.",
|
|
5
|
-
"main": "./src/index.ts",
|
|
6
|
-
"types": "./dist/index.d.ts",
|
|
7
|
-
"module": "./dist/index.js",
|
|
8
|
-
"exports": {
|
|
9
|
-
".": {
|
|
10
|
-
"types": "./dist/index.d.ts",
|
|
11
|
-
"import": "./dist/index.js"
|
|
12
|
-
}
|
|
13
|
-
},
|
|
14
|
-
"repository": {
|
|
15
|
-
"type": "git",
|
|
16
|
-
"url": "git@ssh.dev.azure.com:v3/royalinvest/royalinvest/royalinvestserver"
|
|
17
|
-
},
|
|
18
|
-
"files": [
|
|
19
|
-
"./dist"
|
|
20
|
-
],
|
|
21
|
-
"publishConfig": {
|
|
22
|
-
"access": "public"
|
|
23
|
-
},
|
|
24
|
-
"scripts": {
|
|
25
|
-
"build": "npm run clean && npx tsc",
|
|
26
|
-
"clean": "rm -rf ./dist",
|
|
27
|
-
"test": "echo \"Error: no test specified\" && exit 1"
|
|
28
|
-
},
|
|
29
|
-
"author": "Samos Technologies Inc.",
|
|
30
|
-
"license": "ISC",
|
|
31
|
-
"dependencies": {}
|
|
32
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@royalinvest/dto",
|
|
3
|
+
"version": "0.3.0",
|
|
4
|
+
"description": "Data Transfer Objects (DTOs) to carry data between frontend and backend processes.",
|
|
5
|
+
"main": "./src/index.ts",
|
|
6
|
+
"types": "./dist/index.d.ts",
|
|
7
|
+
"module": "./dist/index.js",
|
|
8
|
+
"exports": {
|
|
9
|
+
".": {
|
|
10
|
+
"types": "./dist/index.d.ts",
|
|
11
|
+
"import": "./dist/index.js"
|
|
12
|
+
}
|
|
13
|
+
},
|
|
14
|
+
"repository": {
|
|
15
|
+
"type": "git",
|
|
16
|
+
"url": "git@ssh.dev.azure.com:v3/royalinvest/royalinvest/royalinvestserver"
|
|
17
|
+
},
|
|
18
|
+
"files": [
|
|
19
|
+
"./dist"
|
|
20
|
+
],
|
|
21
|
+
"publishConfig": {
|
|
22
|
+
"access": "public"
|
|
23
|
+
},
|
|
24
|
+
"scripts": {
|
|
25
|
+
"build": "npm run clean && npx tsc",
|
|
26
|
+
"clean": "rm -rf ./dist",
|
|
27
|
+
"test": "echo \"Error: no test specified\" && exit 1"
|
|
28
|
+
},
|
|
29
|
+
"author": "Samos Technologies Inc.",
|
|
30
|
+
"license": "ISC",
|
|
31
|
+
"dependencies": {}
|
|
32
|
+
}
|
package/readMe.md
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
# This is Royal Invest DTO package to share data between frontend and backend processes.
|
|
1
|
+
# This is Royal Invest DTO package to share data between frontend and backend processes.
|
package/dist/expense.d.ts
DELETED
package/dist/sort.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export type SortType = "asc" | "desc";
|
package/dist/sort.js
DELETED
|
File without changes
|