@vendure/asset-server-plugin 3.6.3-master-202604290307 → 3.6.3-master-202605010307
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/lib/index.d.ts +6 -4
- package/lib/index.js +6 -4
- package/lib/index.js.map +1 -1
- package/package.json +3 -3
package/lib/index.d.ts
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
|
-
export * from './src/plugin';
|
|
2
1
|
export * from './src/asset-server';
|
|
3
|
-
export * from './src/config/
|
|
4
|
-
export * from './src/config/
|
|
2
|
+
export * from './src/config/default-asset-storage-strategy-factory';
|
|
3
|
+
export * from './src/config/hashed-asset-naming-strategy';
|
|
5
4
|
export * from './src/config/image-transform-strategy';
|
|
5
|
+
export * from './src/config/local-asset-storage-strategy';
|
|
6
6
|
export * from './src/config/preset-only-strategy';
|
|
7
|
-
export * from './src/config/
|
|
7
|
+
export * from './src/config/s3-asset-storage-strategy';
|
|
8
|
+
export * from './src/config/sharp-asset-preview-strategy';
|
|
9
|
+
export * from './src/plugin';
|
|
8
10
|
export * from './src/types';
|
package/lib/index.js
CHANGED
|
@@ -14,12 +14,14 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./src/plugin"), exports);
|
|
18
17
|
__exportStar(require("./src/asset-server"), exports);
|
|
19
|
-
__exportStar(require("./src/config/
|
|
20
|
-
__exportStar(require("./src/config/
|
|
18
|
+
__exportStar(require("./src/config/default-asset-storage-strategy-factory"), exports);
|
|
19
|
+
__exportStar(require("./src/config/hashed-asset-naming-strategy"), exports);
|
|
21
20
|
__exportStar(require("./src/config/image-transform-strategy"), exports);
|
|
21
|
+
__exportStar(require("./src/config/local-asset-storage-strategy"), exports);
|
|
22
22
|
__exportStar(require("./src/config/preset-only-strategy"), exports);
|
|
23
|
-
__exportStar(require("./src/config/
|
|
23
|
+
__exportStar(require("./src/config/s3-asset-storage-strategy"), exports);
|
|
24
|
+
__exportStar(require("./src/config/sharp-asset-preview-strategy"), exports);
|
|
25
|
+
__exportStar(require("./src/plugin"), exports);
|
|
24
26
|
__exportStar(require("./src/types"), exports);
|
|
25
27
|
//# sourceMappingURL=index.js.map
|
package/lib/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,qDAAmC;AACnC,sFAAoE;AACpE,4EAA0D;AAC1D,wEAAsD;AACtD,4EAA0D;AAC1D,oEAAkD;AAClD,yEAAuD;AACvD,4EAA0D;AAC1D,+CAA6B;AAC7B,8CAA4B"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vendure/asset-server-plugin",
|
|
3
|
-
"version": "3.6.3-master-
|
|
3
|
+
"version": "3.6.3-master-202605010307",
|
|
4
4
|
"main": "lib/index.js",
|
|
5
5
|
"types": "lib/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
"@types/express": "^5.0.1",
|
|
31
31
|
"@types/fs-extra": "^11.0.4",
|
|
32
32
|
"@types/node-fetch": "^2.6.11",
|
|
33
|
-
"@vendure/common": "^3.6.3-master-
|
|
34
|
-
"@vendure/core": "^3.6.3-master-
|
|
33
|
+
"@vendure/common": "^3.6.3-master-202605010307",
|
|
34
|
+
"@vendure/core": "^3.6.3-master-202605010307",
|
|
35
35
|
"express": "^5.1.0",
|
|
36
36
|
"node-fetch": "^2.7.0",
|
|
37
37
|
"rimraf": "^5.0.5",
|