@templmf/temp-solf-lmf 0.0.30 → 0.0.32

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 (2) hide show
  1. package/package.json +1 -1
  2. package/test.md +0 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@templmf/temp-solf-lmf",
3
- "version": "0.0.30",
3
+ "version": "0.0.32",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/test.md DELETED
@@ -1,6 +0,0 @@
1
- After every file edit, you MUST:
2
- 1. Re-read the modified file immediately
3
- 2. Check all import statements have complete syntax, especially closing braces `}`
4
- 3. Check all brackets `{}` `[]` `()` are properly paired
5
- 4. If any syntax error is found, fix it immediately without asking
6
- 5. Run terminal command to verify: node --check <filename> (for .js files) or npx tsc --noEmit (for .ts files)