dsh-plugin-lookatstudy 0.10.0 → 0.11.0

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.
Files changed (1) hide show
  1. package/package.json +5 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dsh-plugin-lookatstudy",
3
- "version": "0.10.0",
3
+ "version": "0.11.0",
4
4
  "packageManager": "pnpm@11.7.0",
5
5
  "description": "Turn any markdown, local folder, or GitHub learning repo into a guided course inside DeepSeek Harness: gated skill-tree progression, BKT mastery tracking, SM-2 spaced repetition.",
6
6
  "type": "module",
@@ -33,9 +33,11 @@
33
33
  "inject": [
34
34
  "slots",
35
35
  "workspaces",
36
- "sessions"
36
+ "sessions",
37
+ "locale"
37
38
  ],
38
- "platform": "web"
39
+ "platform": "web",
40
+ "immediately": true
39
41
  }
40
42
  },
41
43
  "peerDependencies": {