@concord-consortium/cloud-file-manager 2.2.1 → 2.2.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.
@@ -205,7 +205,7 @@ class CloudFileManagerClient {
205
205
  }
206
206
  // initialize the cloudContentFactory with all data we want in the envelope
207
207
  cloudContentFactory.setEnvelopeMetadata({
208
- cfmVersion: '2.2.1', // replaced by version number at build time
208
+ cfmVersion: '2.2.3', // replaced by version number at build time
209
209
  appName: this.appOptions.appName || "",
210
210
  appVersion: this.appOptions.appVersion || "",
211
211
  appBuildNum: this.appOptions.appBuildNum || ""
@@ -97,7 +97,7 @@ class CloudContentFactory {
97
97
  constructor() {
98
98
  this.envelopeMetadata = {
99
99
  // replaced by version number at build time
100
- cfmVersion: '2.2.1',
100
+ cfmVersion: '2.2.3',
101
101
  appName: '',
102
102
  appVersion: '',
103
103
  appBuildNum: ''
package/dist/index.html CHANGED
@@ -15,7 +15,7 @@
15
15
  <a href="https://github.com/concord-consortium/cloud-file-manager">Cloud File Manager Library</a>
16
16
  </h1>
17
17
  <p>
18
- Version 2.2.1 using commit <a href="https://github.com/concord-consortium/cloud-file-manager/commit/15484e72da429b837f2d51d71504013dbdc4374d">15484e72da429b837f2d51d71504013dbdc4374d</a> deployed on Sun Mar 15 2026 17:03:27 GMT-0700 (Pacific Daylight Time).
18
+ Version 2.2.3 using commit <a href="https://github.com/concord-consortium/cloud-file-manager/commit/ab10185cfb022baa9b565e4d10a4c731a3d676f9">ab10185cfb022baa9b565e4d10a4c731a3d676f9</a> deployed on Tue Mar 17 2026 10:28:35 GMT-0700 (Pacific Daylight Time).
19
19
  </p>
20
20
  </body>
21
21
  </html>