@learnpack/learnpack 5.0.238 → 5.0.240
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/lib/commands/init.js +7 -2
- package/lib/commands/publish.d.ts +1 -1
- package/lib/commands/publish.js +5 -4
- package/lib/commands/serve.d.ts +1 -2
- package/lib/commands/serve.js +75 -11
- package/lib/creatorDist/assets/{index-x_kA-1DY.js → index-DJn8b8wj.js} +2 -2
- package/lib/creatorDist/index.html +1 -1
- package/lib/utils/api.d.ts +1 -0
- package/lib/utils/api.js +1 -0
- package/lib/utils/rigoActions.d.ts +6 -1
- package/lib/utils/rigoActions.js +19 -2
- package/package.json +1 -1
- package/src/commands/init.ts +12 -2
- package/src/commands/publish.ts +12 -4
- package/src/commands/serve.ts +111 -21
- package/src/creator/src/utils/rigo.ts +4 -2
- package/src/creatorDist/assets/{index-x_kA-1DY.js → index-DJn8b8wj.js} +2 -2
- package/src/creatorDist/index.html +1 -1
- package/src/ui/_app/app.js +131 -131
- package/src/ui/app.tar.gz +0 -0
- package/src/utils/api.ts +2 -0
- package/src/utils/rigoActions.ts +32 -1
- package/oclif.manifest.json +0 -1
@@ -18246,7 +18246,7 @@ const p2 = async (e) => {
|
|
18246
18246
|
g2 = async (e, t, n, r = !0) => {
|
18247
18247
|
var a
|
18248
18248
|
try {
|
18249
|
-
const l = Ku(
|
18249
|
+
const l = Ku(15),
|
18250
18250
|
u = `${
|
18251
18251
|
_1
|
18252
18252
|
? "https://9cw5zmww-3000.use2.devtunnels.ms"
|
@@ -18277,7 +18277,7 @@ const p2 = async (e) => {
|
|
18277
18277
|
} catch (l) {
|
18278
18278
|
const u = l
|
18279
18279
|
return (
|
18280
|
-
console.log("error", u),
|
18280
|
+
console.log("error trying to create course", u),
|
18281
18281
|
((a = u.response) == null ? void 0 : a.status) === 403
|
18282
18282
|
? Ge.error("You've reached the limit. Please log in to continue.")
|
18283
18283
|
: Ge.error("Something went wrong while generating the course."),
|
@@ -10,7 +10,7 @@
|
|
10
10
|
/>
|
11
11
|
|
12
12
|
<title>Learnpack Creator: Craft tutorials in seconds!</title>
|
13
|
-
<script type="module" crossorigin src="/creator/assets/index-
|
13
|
+
<script type="module" crossorigin src="/creator/assets/index-DJn8b8wj.js"></script>
|
14
14
|
<link rel="stylesheet" crossorigin href="/creator/assets/index-DmpsXknz.css">
|
15
15
|
</head>
|
16
16
|
<body>
|