create-gramstax 0.8.19 → 0.8.20

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.
@@ -38,7 +38,7 @@
38
38
  "test:all": "bun test test/ e2e/"
39
39
  },
40
40
  "dependencies": {
41
- "gramstax": "^0.8.18",
41
+ "gramstax": "^0.8.19",
42
42
  "dayjs": "^1.11.13"
43
43
  },
44
44
  "peerDependencies": {
@@ -32,7 +32,7 @@ class Main {
32
32
  const bi = Base.step1
33
33
  const kb = Helper.kb(ctx, bi)
34
34
  const da = {}
35
- await ctx.sessionFreeText({step: bi})
35
+ await ctx.setSessionFreeText({step: bi})
36
36
  if (edit) {
37
37
  await ctx.edit(kb, da, bi)
38
38
  } else {
@@ -52,7 +52,7 @@ class Main {
52
52
  const bi = Base.step2
53
53
  const kb = Helper.kb(ctx, bi)
54
54
  const da = {}
55
- await ctx.sessionFreeText({step: bi, left})
55
+ await ctx.setSessionFreeText({step: bi, left})
56
56
  await ctx.reply(kb, da, bi)
57
57
  }
58
58
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-gramstax",
3
- "version": "0.8.19",
3
+ "version": "0.8.20",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public",