@antelopejs/dms 0.3.3 → 0.3.4
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/CHANGELOG.md +12 -0
- package/package.json +2 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v0.3.4
|
|
4
|
+
|
|
5
|
+
[compare changes](https://github.com/AntelopeJS/dms/compare/v0.3.3...v0.3.4)
|
|
6
|
+
|
|
7
|
+
### 🏡 Chore
|
|
8
|
+
|
|
9
|
+
- **dms:** Drop the pages export and require interface-dms 0.1.0 ([#18](https://github.com/AntelopeJS/dms/pull/18))
|
|
10
|
+
|
|
11
|
+
### ❤️ Contributors
|
|
12
|
+
|
|
13
|
+
- Antony Rizzitelli <rizzitelli.antony@pm.me>
|
|
14
|
+
|
|
3
15
|
## v0.3.3
|
|
4
16
|
|
|
5
17
|
[compare changes](https://github.com/AntelopeJS/dms/compare/interface-v0.1.0...v0.3.3)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@antelopejs/dms",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.4",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/AntelopeJS/dms.git"
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"@antelopejs/interface-data-api": ">=0.1.9 <1.0.0",
|
|
36
36
|
"@antelopejs/interface-database": ">=0.1.7 <1.0.0",
|
|
37
37
|
"@antelopejs/interface-database-decorators": ">=0.1.6 <1.0.0",
|
|
38
|
-
"@antelopejs/interface-dms": ">=0.0
|
|
38
|
+
"@antelopejs/interface-dms": ">=0.1.0 <1.0.0",
|
|
39
39
|
"@antelopejs/interface-email": ">=0.0.5 <1.0.0",
|
|
40
40
|
"@antelopejs/interface-file-storage": ">=0.1.3 <1.0.0",
|
|
41
41
|
"archiver": "^7.0.1",
|
|
@@ -81,10 +81,6 @@
|
|
|
81
81
|
"default": "./dist/index.js"
|
|
82
82
|
},
|
|
83
83
|
"./package.json": "./package.json",
|
|
84
|
-
"./pages": {
|
|
85
|
-
"types": "./dist/pages/index.d.ts",
|
|
86
|
-
"default": "./dist/pages/index.js"
|
|
87
|
-
},
|
|
88
84
|
"./interfaces/*": null
|
|
89
85
|
},
|
|
90
86
|
"typesVersions": {
|