sixseconds-modules 3.0.13 → 3.0.14
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/constants/common.d.ts +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -340,7 +340,7 @@ const APP_NAMES = Object.freeze({
|
|
|
340
340
|
popup: "Popup",
|
|
341
341
|
resourceLibrary: "Resource Library",
|
|
342
342
|
thornhill: "Thornhill",
|
|
343
|
-
|
|
343
|
+
NewThinkific: "New Thinkific",
|
|
344
344
|
Store: "Store"
|
|
345
345
|
});
|
|
346
346
|
const ALERT_MESSAGES = Object.freeze({
|