@wix/portfolio 1.0.92 → 1.0.93

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/portfolio",
3
- "version": "1.0.92",
3
+ "version": "1.0.93",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -18,12 +18,12 @@
18
18
  "type-bundles"
19
19
  ],
20
20
  "dependencies": {
21
- "@wix/portfolio_collections": "1.0.26",
22
- "@wix/portfolio_portfolio-settings": "1.0.14",
23
- "@wix/portfolio_project-in-collections": "1.0.25",
24
- "@wix/portfolio_project-items": "1.0.30",
25
- "@wix/portfolio_projects": "1.0.37",
26
- "@wix/portfolio_synced-project": "1.0.12"
21
+ "@wix/portfolio_collections": "1.0.27",
22
+ "@wix/portfolio_portfolio-settings": "1.0.15",
23
+ "@wix/portfolio_project-in-collections": "1.0.26",
24
+ "@wix/portfolio_project-items": "1.0.31",
25
+ "@wix/portfolio_projects": "1.0.38",
26
+ "@wix/portfolio_synced-project": "1.0.13"
27
27
  },
28
28
  "devDependencies": {
29
29
  "glob": "^10.4.1",
@@ -48,5 +48,5 @@
48
48
  "fqdn": ""
49
49
  }
50
50
  },
51
- "falconPackageHash": "3674d4d9d1a63b355f2034574d2405e33857bd37567ed725a7ab5bbc"
51
+ "falconPackageHash": "c0ec0377f5876c06b6f5d4c088de37d6342389651ca16c9b96a73d5e"
52
52
  }
@@ -2708,7 +2708,10 @@ interface MetaSiteSpecialEvent$1 extends MetaSiteSpecialEventPayloadOneOf$1 {
2708
2708
  version?: string;
2709
2709
  /** A timestamp of the event. */
2710
2710
  timestamp?: string;
2711
- /** A list of "assets" (applications). The same as MetaSiteContext. */
2711
+ /**
2712
+ * TODO(meta-site): Change validation once validations are disabled for consumers
2713
+ * More context: https://wix.slack.com/archives/C0UHEBPFT/p1720957844413149 and https://wix.slack.com/archives/CFWKX325T/p1728892152855659
2714
+ */
2712
2715
  assets?: Asset$1[];
2713
2716
  }
2714
2717
  /** @oneof */
@@ -4924,7 +4927,10 @@ interface MetaSiteSpecialEvent extends MetaSiteSpecialEventPayloadOneOf {
4924
4927
  version?: string;
4925
4928
  /** A timestamp of the event. */
4926
4929
  timestamp?: string;
4927
- /** A list of "assets" (applications). The same as MetaSiteContext. */
4930
+ /**
4931
+ * TODO(meta-site): Change validation once validations are disabled for consumers
4932
+ * More context: https://wix.slack.com/archives/C0UHEBPFT/p1720957844413149 and https://wix.slack.com/archives/CFWKX325T/p1728892152855659
4933
+ */
4928
4934
  assets?: Asset[];
4929
4935
  }
4930
4936
  /** @oneof */
@@ -2708,7 +2708,10 @@ interface MetaSiteSpecialEvent$1 extends MetaSiteSpecialEventPayloadOneOf$1 {
2708
2708
  version?: string;
2709
2709
  /** A timestamp of the event. */
2710
2710
  timestamp?: string;
2711
- /** A list of "assets" (applications). The same as MetaSiteContext. */
2711
+ /**
2712
+ * TODO(meta-site): Change validation once validations are disabled for consumers
2713
+ * More context: https://wix.slack.com/archives/C0UHEBPFT/p1720957844413149 and https://wix.slack.com/archives/CFWKX325T/p1728892152855659
2714
+ */
2712
2715
  assets?: Asset$1[];
2713
2716
  }
2714
2717
  /** @oneof */
@@ -4924,7 +4927,10 @@ interface MetaSiteSpecialEvent extends MetaSiteSpecialEventPayloadOneOf {
4924
4927
  version?: string;
4925
4928
  /** A timestamp of the event. */
4926
4929
  timestamp?: string;
4927
- /** A list of "assets" (applications). The same as MetaSiteContext. */
4930
+ /**
4931
+ * TODO(meta-site): Change validation once validations are disabled for consumers
4932
+ * More context: https://wix.slack.com/archives/C0UHEBPFT/p1720957844413149 and https://wix.slack.com/archives/CFWKX325T/p1728892152855659
4933
+ */
4928
4934
  assets?: Asset[];
4929
4935
  }
4930
4936
  /** @oneof */