@ibiliaze/global-vars 1.57.0 → 1.58.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/globals.d.ts CHANGED
@@ -22,5 +22,5 @@ export interface Globals {
22
22
  export type GlobalVars = {
23
23
  [A in App]: Globals;
24
24
  };
25
- declare const globals: GlobalVars;
25
+ export declare const globals: GlobalVars;
26
26
  export default globals;
package/dist/globals.js CHANGED
@@ -1,7 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.globals = void 0;
3
4
  const pages_1 = require("./ticketops/pages");
4
- const globals = {
5
+ exports.globals = {
5
6
  TradeOps_a: {},
6
7
  SabahFK_A: {
7
8
  cart: { timer: 10 * 60 * 1000, limit: 100 },
@@ -22,4 +23,4 @@ const globals = {
22
23
  tickets: { accessControl: 'tacs', pages: pages_1.pages },
23
24
  },
24
25
  };
25
- exports.default = globals;
26
+ exports.default = exports.globals;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ibiliaze/global-vars",
3
- "version": "1.57.0",
3
+ "version": "1.58.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.57.0 -m 'v1.57.0'; git push origin v1.57.0; git push",
24
+ "git": "git add .; git commit -m 'changes'; git tag -a v1.58.0 -m 'v1.58.0'; git push origin v1.58.0; git push",
25
25
  "push": "npm run build; npm run git; npm run pub"
26
26
  },
27
27
  "author": "Ibi Hasanli",