@ibiliaze/global-vars 1.64.0 → 1.65.0
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/ticketops/pages.d.ts +0 -15
- package/dist/ticketops/pages.js +0 -10
- package/package.json +2 -2
|
@@ -190,21 +190,6 @@ export declare const pages: {
|
|
|
190
190
|
readonly name: "Accounts";
|
|
191
191
|
readonly Icon: react.ForwardRefExoticComponent<any>;
|
|
192
192
|
};
|
|
193
|
-
payments: {
|
|
194
|
-
readonly parentId: "payments-section";
|
|
195
|
-
readonly path: "/admin/payments";
|
|
196
|
-
readonly name: "Payments";
|
|
197
|
-
readonly Icon: react.ForwardRefExoticComponent<any>;
|
|
198
|
-
readonly subPages: readonly [{
|
|
199
|
-
readonly name: "Bank details";
|
|
200
|
-
readonly path: "/bank-details";
|
|
201
|
-
readonly Icon: react.ForwardRefExoticComponent<any>;
|
|
202
|
-
}, {
|
|
203
|
-
readonly name: "Discounts";
|
|
204
|
-
readonly path: "/discounts";
|
|
205
|
-
readonly Icon: react.ForwardRefExoticComponent<any>;
|
|
206
|
-
}];
|
|
207
|
-
};
|
|
208
193
|
emails: {
|
|
209
194
|
readonly parentId: "emails-section";
|
|
210
195
|
readonly path: "/admin/emails";
|
package/dist/ticketops/pages.js
CHANGED
|
@@ -145,16 +145,6 @@ exports.pages = {
|
|
|
145
145
|
name: 'Accounts',
|
|
146
146
|
Icon: icons_react_1.IconBrandOauth,
|
|
147
147
|
},
|
|
148
|
-
payments: {
|
|
149
|
-
parentId: 'payments-section',
|
|
150
|
-
path: '/admin/payments',
|
|
151
|
-
name: 'Payments',
|
|
152
|
-
Icon: icons_react_1.IconMoneybagPlus,
|
|
153
|
-
subPages: [
|
|
154
|
-
{ name: 'Bank details', path: '/bank-details', Icon: icons_react_1.IconCashBanknote },
|
|
155
|
-
{ name: 'Discounts', path: '/discounts', Icon: icons_react_1.IconDiscount },
|
|
156
|
-
],
|
|
157
|
-
},
|
|
158
148
|
emails: {
|
|
159
149
|
parentId: 'emails-section',
|
|
160
150
|
path: '/admin/emails',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ibiliaze/global-vars",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.65.0",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"exports": {
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"scripts": {
|
|
22
22
|
"build": "tsc",
|
|
23
23
|
"pub": "npm publish --access public",
|
|
24
|
-
"git": "git add .; git commit -m 'changes'; git tag -a v1.
|
|
24
|
+
"git": "git add .; git commit -m 'changes'; git tag -a v1.65.0 -m 'v1.65.0'; git push origin v1.65.0; git push",
|
|
25
25
|
"push": "npm run build; npm run git; npm run pub"
|
|
26
26
|
},
|
|
27
27
|
"author": "Ibi Hasanli",
|