akpm-procedures 1.1.68 → 1.1.69
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/CDN/akpm-procedures.js +4 -1
- package/package.json +1 -1
package/CDN/akpm-procedures.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* Version: 1.1.
|
|
1
|
+
/* Version: 1.1.69 */
|
|
2
2
|
var Gu = Object.defineProperty;
|
|
3
3
|
var Jo = (e) => {
|
|
4
4
|
throw TypeError(e);
|
|
@@ -3768,6 +3768,9 @@ const ir = (e) => {
|
|
|
3768
3768
|
case "aks_stp":
|
|
3769
3769
|
t = "smartechpa";
|
|
3770
3770
|
break;
|
|
3771
|
+
case "aks_aca":
|
|
3772
|
+
t = "academy";
|
|
3773
|
+
break;
|
|
3771
3774
|
default:
|
|
3772
3775
|
t = "development";
|
|
3773
3776
|
break;
|