@concord-consortium/cloud-file-manager 2.1.0-pre.1 → 2.1.0-pre.2

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.
@@ -236,7 +236,7 @@ class CloudFileManagerClient {
236
236
  }
237
237
  // initialize the cloudContentFactory with all data we want in the envelope
238
238
  provider_interface_1.cloudContentFactory.setEnvelopeMetadata({
239
- cfmVersion: '2.1.0-pre.1', // replaced by version number at build time
239
+ cfmVersion: '2.1.0-pre.2', // replaced by version number at build time
240
240
  appName: this.appOptions.appName || "",
241
241
  appVersion: this.appOptions.appVersion || "",
242
242
  appBuildNum: this.appOptions.appBuildNum || ""
@@ -106,7 +106,7 @@ class CloudContentFactory {
106
106
  constructor() {
107
107
  this.envelopeMetadata = {
108
108
  // replaced by version number at build time
109
- cfmVersion: '2.1.0-pre.1',
109
+ cfmVersion: '2.1.0-pre.2',
110
110
  appName: '',
111
111
  appVersion: '',
112
112
  appBuildNum: ''
@@ -206,7 +206,7 @@ class CloudFileManagerClient {
206
206
  }
207
207
  // initialize the cloudContentFactory with all data we want in the envelope
208
208
  cloudContentFactory.setEnvelopeMetadata({
209
- cfmVersion: '2.1.0-pre.1', // replaced by version number at build time
209
+ cfmVersion: '2.1.0-pre.2', // replaced by version number at build time
210
210
  appName: this.appOptions.appName || "",
211
211
  appVersion: this.appOptions.appVersion || "",
212
212
  appBuildNum: this.appOptions.appBuildNum || ""
@@ -98,7 +98,7 @@ class CloudContentFactory {
98
98
  constructor() {
99
99
  this.envelopeMetadata = {
100
100
  // replaced by version number at build time
101
- cfmVersion: '2.1.0-pre.1',
101
+ cfmVersion: '2.1.0-pre.2',
102
102
  appName: '',
103
103
  appVersion: '',
104
104
  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.1.0-pre.1 using commit <a href="https://github.com/concord-consortium/cloud-file-manager/commit/0127a6a7aaac7ab046b52582f27f4c65621441b0">0127a6a7aaac7ab046b52582f27f4c65621441b0</a> deployed on Thu Jul 24 2025 16:14:06 GMT-0700 (Pacific Daylight Time).
18
+ Version 2.1.0-pre.2 using commit <a href="https://github.com/concord-consortium/cloud-file-manager/commit/797fede4ada90cdf803a4c30b36a7a0a038954ca">797fede4ada90cdf803a4c30b36a7a0a038954ca</a> deployed on Thu Jul 24 2025 16:29:11 GMT-0700 (Pacific Daylight Time).
19
19
  </p>
20
20
  </body>
21
21
  </html>