deeke-script-app 1.3.4 → 1.3.5

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.
@@ -93,7 +93,7 @@ interface storage {
93
93
  * 获取对象类型的值
94
94
  * @param key 键
95
95
  */
96
- public getObject(key: string): object;
96
+ public getObj(key: string): object;
97
97
 
98
98
  /**
99
99
  * 移除某个键
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "deeke-script-app",
3
- "version": "1.3.4",
3
+ "version": "1.3.5",
4
4
  "description": "DeekeScript应用",
5
5
  "main": "src/index.ts",
6
6
  "scripts": {