@concord-consortium/cloud-file-manager 2.3.0-pre.0 → 2.3.0

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.
@@ -235,7 +235,7 @@ class CloudFileManagerClient {
235
235
  }
236
236
  // initialize the cloudContentFactory with all data we want in the envelope
237
237
  provider_interface_1.cloudContentFactory.setEnvelopeMetadata({
238
- cfmVersion: '2.3.0-pre.0', // replaced by version number at build time
238
+ cfmVersion: '2.3.0', // replaced by version number at build time
239
239
  appName: this.appOptions.appName || "",
240
240
  appVersion: this.appOptions.appVersion || "",
241
241
  appBuildNum: this.appOptions.appBuildNum || ""
@@ -105,7 +105,7 @@ class CloudContentFactory {
105
105
  constructor() {
106
106
  this.envelopeMetadata = {
107
107
  // replaced by version number at build time
108
- cfmVersion: '2.3.0-pre.0',
108
+ cfmVersion: '2.3.0',
109
109
  appName: '',
110
110
  appVersion: '',
111
111
  appBuildNum: ''
@@ -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.3.0-pre.0', // replaced by version number at build time
208
+ cfmVersion: '2.3.0', // 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.3.0-pre.0',
100
+ cfmVersion: '2.3.0',
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.3.0-pre.0 using commit <a href="https://github.com/concord-consortium/cloud-file-manager/commit/da6666f8954a4a99007c6fd87c4faa7c84a504bb">da6666f8954a4a99007c6fd87c4faa7c84a504bb</a> deployed on Fri Apr 24 2026 09:10:27 GMT-0400 (Eastern Daylight Time).
18
+ Version 2.3.0 using commit <a href="https://github.com/concord-consortium/cloud-file-manager/commit/74124565798f34b05ca9ccc6dbbb0476f4bf58be">74124565798f34b05ca9ccc6dbbb0476f4bf58be</a> deployed on Fri Apr 24 2026 10:46:59 GMT-0400 (Eastern Daylight Time).
19
19
  </p>
20
20
  </body>
21
21
  </html>