@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.
package/dist/cjs/client.js
CHANGED
|
@@ -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.
|
|
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 || ""
|
package/dist/esm/client.js
CHANGED
|
@@ -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.
|
|
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 || ""
|
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.
|
|
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>
|