@canopycanopycanopy/b-ber-tasks 3.0.2 → 3.0.3
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/deploy/index.js +1 -3
- package/package.json +10 -10
package/dist/deploy/index.js
CHANGED
|
@@ -39,9 +39,7 @@ const cacheArgsBucket = ['--recursive', '--acl public-read',
|
|
|
39
39
|
'--expires 2034-01-01T00:00:00Z', '--cache-control max-age=31536000,public'];
|
|
40
40
|
|
|
41
41
|
// Set immediate re-fetch for XML, JSON and downloads
|
|
42
|
-
const cacheArgsFiles = ['--recursive', '--exclude "*"', '--include "*.ncx"', '--include "*.opf"', '--include "*.json"', '--include "*.epub"', '--include "*.mobi"', '--include "*.pdf"', '--include "*.xml"',
|
|
43
|
-
// '--metadata-directive REPLACE',
|
|
44
|
-
'--acl public-read', '--expires 1970-01-01T00:00:00Z', '--cache-control max-age=0,public'];
|
|
42
|
+
const cacheArgsFiles = ['--recursive', '--exclude "*"', '--include "*.ncx"', '--include "*.opf"', '--include "*.json"', '--include "*.epub"', '--include "*.mobi"', '--include "*.pdf"', '--include "*.xml"', '--metadata-directive REPLACE', '--acl public-read', '--expires 1970-01-01T00:00:00Z', '--cache-control max-age=0,public'];
|
|
45
43
|
|
|
46
44
|
// Also invalidate cache for X/HTML, but requires settings
|
|
47
45
|
// `content-type` to prevent the browser from downloading them
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@canopycanopycanopy/b-ber-tasks",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.3",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -19,14 +19,14 @@
|
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@babel/runtime-corejs3": "^7.10.5",
|
|
22
|
-
"@canopycanopycanopy/b-ber-lib": "3.0.
|
|
23
|
-
"@canopycanopycanopy/b-ber-logger": "3.0.
|
|
24
|
-
"@canopycanopycanopy/b-ber-markdown-renderer": "3.0.
|
|
25
|
-
"@canopycanopycanopy/b-ber-reader": "3.0.
|
|
26
|
-
"@canopycanopycanopy/b-ber-resources": "3.0.
|
|
27
|
-
"@canopycanopycanopy/b-ber-shapes-sequences": "3.0.
|
|
28
|
-
"@canopycanopycanopy/b-ber-templates": "3.0.
|
|
29
|
-
"@canopycanopycanopy/b-ber-validator": "3.0.
|
|
22
|
+
"@canopycanopycanopy/b-ber-lib": "3.0.3",
|
|
23
|
+
"@canopycanopycanopy/b-ber-logger": "3.0.3",
|
|
24
|
+
"@canopycanopycanopy/b-ber-markdown-renderer": "3.0.3",
|
|
25
|
+
"@canopycanopycanopy/b-ber-reader": "3.0.3",
|
|
26
|
+
"@canopycanopycanopy/b-ber-resources": "3.0.3",
|
|
27
|
+
"@canopycanopycanopy/b-ber-shapes-sequences": "3.0.3",
|
|
28
|
+
"@canopycanopycanopy/b-ber-templates": "3.0.3",
|
|
29
|
+
"@canopycanopycanopy/b-ber-validator": "3.0.3",
|
|
30
30
|
"autoprefixer": "^9.6.1",
|
|
31
31
|
"browser-sync": "^2.27.7",
|
|
32
32
|
"bs-html-injector": "^3.0.3",
|
|
@@ -76,5 +76,5 @@
|
|
|
76
76
|
"url": "https://maxwellsimmer.com"
|
|
77
77
|
}
|
|
78
78
|
],
|
|
79
|
-
"gitHead": "
|
|
79
|
+
"gitHead": "40898312585810317993e60852ec1d62477085ef"
|
|
80
80
|
}
|