fly-lang 0.4.4 → 0.4.6

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/README.md CHANGED
@@ -17,7 +17,7 @@ fly build example.fly -o out.py
17
17
  fly check app.fly
18
18
  fly run app.fly
19
19
  fly error E0031 # 查询错误码示例报错与修复方法
20
- fly update # 自更新(GitHub Releases 渠道,与原生安装一致)
20
+ fly update # 自更新(GitHub Releases 最新正式版,与原生安装一致)
21
21
  ```
22
22
 
23
23
  ## 工作原理
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fly-lang",
3
- "version": "0.4.4",
3
+ "version": "0.4.6",
4
4
  "description": "Fly-Lang: Python 3.10+ 安全增强超集转译器(safe/only/lock/mask/cage/guard/seal/trace)",
5
5
  "license": "MIT",
6
6
  "author": "anan29_china (https://www.npmjs.com/~anan29_china)",