anncic-apihelper 3.4.22 → 3.4.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.
- package/dist/configuration.js +1 -1
- package/dist/helper.js +1 -1
- package/dist/index.js +1 -1
- package/dist/service/ApicreateService.js +1 -1
- package/dist/templateFun/Action.js +1 -1
- package/dist/templateFun/Common.js +1 -1
- package/dist/templateFun/Entities.js +1 -1
- package/dist/templateFun/Event.js +1 -1
- package/dist/templateFun/Handler.js +1 -1
- package/dist/templateFun/Search.js +1 -1
- package/dist/templateFun/Validator.js +1 -1
- package/dist/templateVue/Api.js +1 -1
- package/dist/templateVue/Layout.js +1 -1
- package/dist/templateVue/LayoutVue.js +1 -1
- package/dist/templateVue/Router.js +1 -1
- package/dist/templateVue/Validator.js +1 -1
- package/dist/templateVueV2/Api.js +1 -1
- package/dist/templateVueV2/Layout.js +1 -1
- package/dist/templateVueV2/LayoutVue.js +1 -1
- package/dist/templateVueV2/Router.js +1 -1
- package/dist/templateVueV2/Validator.js +1 -1
- package/dist/templateVueV3/Api.d.ts +9 -0
- package/dist/templateVueV3/Api.js +1 -0
- package/dist/templateVueV3/Layout.d.ts +7 -0
- package/dist/templateVueV3/Layout.js +1 -0
- package/dist/templateVueV3/LayoutVue.d.ts +11 -0
- package/dist/templateVueV3/LayoutVue.js +1 -0
- package/dist/templateVueV3/Router.d.ts +8 -0
- package/dist/templateVueV3/Router.js +1 -0
- package/dist/templateVueV3/Validator.d.ts +8 -0
- package/dist/templateVueV3/Validator.js +1 -0
- package/dist/types/index.d.ts +2 -1
- package/dist/types/index.js +1 -1
- package/package.json +3 -3
package/dist/types/index.d.ts
CHANGED
package/dist/types/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var a26_0x51a088=a26_0x3d20;function a26_0x3fd7(){var _0x368c74=['(((.+)+)+)+$','2403480UTWhLJ','16156539moPtpT','5129679EjALMU','__esModule','defineProperty','378616rpwUVO','1623269sOcPwV','constructor','search','10ABwoas','3539874iuBywI','7QYRmeT','35kKUJzI','apply','11744072potTAy','toString'];a26_0x3fd7=function(){return _0x368c74;};return a26_0x3fd7();}(function(_0x219e1c,_0x15e405){var _0x145016=a26_0x3d20,_0x367dd0=_0x219e1c();while(!![]){try{var _0x20f4e6=parseInt(_0x145016(0x90))/0x1+-parseInt(_0x145016(0x83))/0x2+parseInt(_0x145016(0x8c))/0x3+parseInt(_0x145016(0x8f))/0x4*(-parseInt(_0x145016(0x85))/0x5)+parseInt(_0x145016(0x8a))/0x6+parseInt(_0x145016(0x84))/0x7*(parseInt(_0x145016(0x87))/0x8)+-parseInt(_0x145016(0x8b))/0x9*(parseInt(_0x145016(0x82))/0xa);if(_0x20f4e6===_0x15e405)break;else _0x367dd0['push'](_0x367dd0['shift']());}catch(_0x158383){_0x367dd0['push'](_0x367dd0['shift']());}}}(a26_0x3fd7,0xedcf1));var a26_0x14ab77=(function(){var _0x359f5d=!![];return function(_0x408fc4,_0x1ab444){var _0x42dbd3=_0x359f5d?function(){var _0x516d8d=a26_0x3d20;if(_0x1ab444){var _0x51fa34=_0x1ab444[_0x516d8d(0x86)](_0x408fc4,arguments);return _0x1ab444=null,_0x51fa34;}}:function(){};return _0x359f5d=![],_0x42dbd3;};}()),a26_0x578e0=a26_0x14ab77(this,function(){var _0x450d41=a26_0x3d20;return a26_0x578e0[_0x450d41(0x88)]()[_0x450d41(0x81)](_0x450d41(0x89))[_0x450d41(0x88)]()[_0x450d41(0x80)](a26_0x578e0)[_0x450d41(0x81)](_0x450d41(0x89));});function a26_0x3d20(_0x2a66d5,_0x22ccfc){var _0x548ad2=a26_0x3fd7();return a26_0x3d20=function(_0x578e0,_0x14ab77){_0x578e0=_0x578e0-0x80;var _0x3fd7b7=_0x548ad2[_0x578e0];return _0x3fd7b7;},a26_0x3d20(_0x2a66d5,_0x22ccfc);}a26_0x578e0();'use strict';Object[a26_0x51a088(0x8e)](exports,a26_0x51a088(0x8d),{'value':!![]});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "anncic-apihelper",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.32",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -14,12 +14,12 @@
|
|
|
14
14
|
"build": "tsc && javascript-obfuscator ./dist --output ./dist --config obfuscator.json"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@anncic-api/typeorm": "^3.4.
|
|
17
|
+
"@anncic-api/typeorm": "^3.4.32"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@types/node": "^20.3.2",
|
|
21
21
|
"javascript-obfuscator": "^4.0.2",
|
|
22
22
|
"typescript": "^5.1.3"
|
|
23
23
|
},
|
|
24
|
-
"gitHead": "
|
|
24
|
+
"gitHead": "5afc38409934e75ee16d85df4b50cf6bea738297"
|
|
25
25
|
}
|