@concord-consortium/cloud-file-manager 2.2.10 → 2.2.11
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 +1 -1
- package/dist/cjs/providers/provider-interface.js +1 -1
- package/dist/cjs/utils/lang/en-US.json +1 -1
- package/dist/esm/client.js +1 -1
- package/dist/esm/providers/provider-interface.js +1 -1
- package/dist/esm/utils/lang/en-US.json +1 -1
- package/dist/index.html +1 -1
- package/dist/js/app.js +1 -1
- package/dist/js/app.js.map +1 -1
- package/package.json +1 -1
package/dist/cjs/client.js
CHANGED
|
@@ -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.2.
|
|
238
|
+
cfmVersion: '2.2.11', // 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 || ""
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
"~ALERT_DIALOG.TITLE": "Alert",
|
|
123
123
|
"~ALERT_DIALOG.CLOSE": "Close",
|
|
124
124
|
"~ALERT.NO_PROVIDER": "Could not open the specified document because an appropriate provider is not available.",
|
|
125
|
-
"~GOOGLE_DRIVE.LOGIN_BUTTON_LABEL": "
|
|
125
|
+
"~GOOGLE_DRIVE.LOGIN_BUTTON_LABEL": "Sign in with Google",
|
|
126
126
|
"~GOOGLE_DRIVE.CONNECTING_MESSAGE": "Connecting to Google...",
|
|
127
127
|
"~GOOGLE_DRIVE.ERROR_CONNECTING_MESSAGE": "Error connecting to Google!",
|
|
128
128
|
"~GOOGLE_DRIVE.ERROR_MISSING_APIKEY": "Missing required apiKey in googleDrive provider options",
|
package/dist/esm/client.js
CHANGED
|
@@ -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.
|
|
208
|
+
cfmVersion: '2.2.11', // 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 || ""
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
"~ALERT_DIALOG.TITLE": "Alert",
|
|
123
123
|
"~ALERT_DIALOG.CLOSE": "Close",
|
|
124
124
|
"~ALERT.NO_PROVIDER": "Could not open the specified document because an appropriate provider is not available.",
|
|
125
|
-
"~GOOGLE_DRIVE.LOGIN_BUTTON_LABEL": "
|
|
125
|
+
"~GOOGLE_DRIVE.LOGIN_BUTTON_LABEL": "Sign in with Google",
|
|
126
126
|
"~GOOGLE_DRIVE.CONNECTING_MESSAGE": "Connecting to Google...",
|
|
127
127
|
"~GOOGLE_DRIVE.ERROR_CONNECTING_MESSAGE": "Error connecting to Google!",
|
|
128
128
|
"~GOOGLE_DRIVE.ERROR_MISSING_APIKEY": "Missing required apiKey in googleDrive provider options",
|
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.
|
|
18
|
+
Version 2.2.11 using commit <a href="https://github.com/concord-consortium/cloud-file-manager/commit/5c8b362ec5c40bf46387c0e8a727b34feed5c326">5c8b362ec5c40bf46387c0e8a727b34feed5c326</a> deployed on Mon May 04 2026 13:54:16 GMT-0700 (Pacific Daylight Time).
|
|
19
19
|
</p>
|
|
20
20
|
</body>
|
|
21
21
|
</html>
|