@deenruv/asset-server-plugin 1.0.0 → 1.0.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.
@@ -72,7 +72,7 @@ export interface AssetServerOptions {
72
72
  assetUploadDir: string;
73
73
  /**
74
74
  * @description
75
- * The complete URL prefix of the asset files. For example, "https://demo.deenruv.io/assets/". A
75
+ * The complete URL prefix of the asset files. For example, "https://demo.deenruv.com/assets/". A
76
76
  * function can also be provided to handle more complex cases, such as serving multiple domains
77
77
  * from a single server. In this case, the function should return a string url prefix.
78
78
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deenruv/asset-server-plugin",
3
- "version": "1.0.0",
3
+ "version": "1.0.4",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "files": [
@@ -12,7 +12,7 @@
12
12
  "access": "public"
13
13
  },
14
14
  "peerDependencies": {
15
- "@deenruv/core": "^0.1.0"
15
+ "@deenruv/core": "^1.0.0"
16
16
  },
17
17
  "devDependencies": {
18
18
  "@aws-sdk/client-s3": "^3.529.1",
@@ -25,8 +25,8 @@
25
25
  "node-fetch": "^2.7.0",
26
26
  "rimraf": "^5.0.5",
27
27
  "typescript": "5.3.3",
28
- "@deenruv/core": "^1.0.0",
29
- "@deenruv/common": "^1.0.0"
28
+ "@deenruv/core": "^1.0.4",
29
+ "@deenruv/common": "^1.0.4"
30
30
  },
31
31
  "dependencies": {
32
32
  "@aws-sdk/credential-provider-ini": "^3.664.0",