dphelper 3.3.3 → 3.3.4

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "dphelper",
3
3
  "code": "dphelper",
4
- "version": "3.3.3",
4
+ "version": "3.3.4",
5
5
  "description": "dphelper devtools for developers",
6
6
  "main": "./index.cjs",
7
7
  "browser": "./index.cjs",
@@ -658,8 +658,10 @@ interface globalThis {
658
658
  [key: string]: any
659
659
  }
660
660
 
661
+ declare var DPH_APP_CODE: string
662
+ declare var DPH_APP_VERSION: string
663
+
661
664
  declare function confirm(message: string, func1: Function, func2?: Function): boolean
662
- declare var __DPH_VERSION__: string
663
665
 
664
666
  declare var dphelper: _dphelper
665
667
  type dphelper = _dphelper