@apps-in-toss/web-framework 1.4.1 → 1.4.2
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.
|
@@ -157393,7 +157393,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
157393
157393
|
function _getPendingOrders() {
|
|
157394
157394
|
_getPendingOrders = _asyncToGenerator(function* () {
|
|
157395
157395
|
var isSupported = _isMinVersionSupported({
|
|
157396
|
-
android: "5.
|
|
157396
|
+
android: "5.234.0",
|
|
157397
157397
|
ios: "5.231.0"
|
|
157398
157398
|
});
|
|
157399
157399
|
if (!isSupported) {
|
|
@@ -233665,7 +233665,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
233665
233665
|
function _getPendingOrders() {
|
|
233666
233666
|
_getPendingOrders = (0, _asyncToGenerator2.default)(function* () {
|
|
233667
233667
|
var isSupported = (0, _isMinVersionSupported.isMinVersionSupported)({
|
|
233668
|
-
android: '5.
|
|
233668
|
+
android: '5.234.0',
|
|
233669
233669
|
ios: '5.231.0'
|
|
233670
233670
|
});
|
|
233671
233671
|
if (!isSupported) {
|
package/dist/prebuilt/dev.ios.js
CHANGED
|
@@ -157214,7 +157214,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
157214
157214
|
function _getPendingOrders() {
|
|
157215
157215
|
_getPendingOrders = _asyncToGenerator(function* () {
|
|
157216
157216
|
var isSupported = _isMinVersionSupported({
|
|
157217
|
-
android: "5.
|
|
157217
|
+
android: "5.234.0",
|
|
157218
157218
|
ios: "5.231.0"
|
|
157219
157219
|
});
|
|
157220
157220
|
if (!isSupported) {
|
|
@@ -233505,7 +233505,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
233505
233505
|
function _getPendingOrders() {
|
|
233506
233506
|
_getPendingOrders = (0, _asyncToGenerator2.default)(function* () {
|
|
233507
233507
|
var isSupported = (0, _isMinVersionSupported.isMinVersionSupported)({
|
|
233508
|
-
android: '5.
|
|
233508
|
+
android: '5.234.0',
|
|
233509
233509
|
ios: '5.231.0'
|
|
233510
233510
|
});
|
|
233511
233511
|
if (!isSupported) {
|
|
@@ -11476,7 +11476,7 @@ var global=typeof globalThis!=='undefined'?globalThis:typeof global!=='undefined
|
|
|
11476
11476
|
var isSupported;
|
|
11477
11477
|
return __generator(this, function(_state) {
|
|
11478
11478
|
isSupported = isMinVersionSupported({
|
|
11479
|
-
android: "5.
|
|
11479
|
+
android: "5.234.0",
|
|
11480
11480
|
ios: "5.231.0"
|
|
11481
11481
|
});
|
|
11482
11482
|
if (!isSupported) {
|
|
@@ -11485,7 +11485,7 @@ var global=typeof globalThis!=='undefined'?globalThis:typeof global!=='undefined
|
|
|
11485
11485
|
var isSupported;
|
|
11486
11486
|
return __generator(this, function(_state) {
|
|
11487
11487
|
isSupported = isMinVersionSupported({
|
|
11488
|
-
android: "5.
|
|
11488
|
+
android: "5.234.0",
|
|
11489
11489
|
ios: "5.231.0"
|
|
11490
11490
|
});
|
|
11491
11491
|
if (!isSupported) {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@apps-in-toss/web-framework",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.4.
|
|
4
|
+
"version": "1.4.2",
|
|
5
5
|
"description": "Web Framework for Apps In Toss",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"prepack": "yarn build",
|
|
@@ -87,12 +87,12 @@
|
|
|
87
87
|
"zod": "3.24.4"
|
|
88
88
|
},
|
|
89
89
|
"dependencies": {
|
|
90
|
-
"@apps-in-toss/bridge-core": "1.4.
|
|
91
|
-
"@apps-in-toss/cli": "1.4.
|
|
92
|
-
"@apps-in-toss/framework": "1.4.
|
|
93
|
-
"@apps-in-toss/plugins": "1.4.
|
|
94
|
-
"@apps-in-toss/web-analytics": "1.4.
|
|
95
|
-
"@apps-in-toss/web-bridge": "1.4.
|
|
90
|
+
"@apps-in-toss/bridge-core": "1.4.2",
|
|
91
|
+
"@apps-in-toss/cli": "1.4.2",
|
|
92
|
+
"@apps-in-toss/framework": "1.4.2",
|
|
93
|
+
"@apps-in-toss/plugins": "1.4.2",
|
|
94
|
+
"@apps-in-toss/web-analytics": "1.4.2",
|
|
95
|
+
"@apps-in-toss/web-bridge": "1.4.2",
|
|
96
96
|
"@babel/core": "7.23.9",
|
|
97
97
|
"@granite-js/cli": "0.1.28",
|
|
98
98
|
"@granite-js/mpack": "0.1.28",
|
|
@@ -104,5 +104,5 @@
|
|
|
104
104
|
"publishConfig": {
|
|
105
105
|
"access": "public"
|
|
106
106
|
},
|
|
107
|
-
"gitHead": "
|
|
107
|
+
"gitHead": "992572077564048b34db9f6a0d9217612178c276"
|
|
108
108
|
}
|