@searchspring/snap-toolbox 0.29.0 → 0.30.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.
@@ -6,4 +6,5 @@ export * from './getContext/getContext';
6
6
  export * from './url/url';
7
7
  export * from './version/version';
8
8
  export * from './charsParams/charsParams';
9
+ export * from './types';
9
10
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,OAAO,MAAM,mBAAmB,CAAC;AAC7C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,mBAAmB,CAAC;AAClC,cAAc,yBAAyB,CAAC;AACxC,cAAc,WAAW,CAAC;AAC1B,cAAc,mBAAmB,CAAC;AAClC,cAAc,2BAA2B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,OAAO,MAAM,mBAAmB,CAAC;AAC7C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,mBAAmB,CAAC;AAClC,cAAc,yBAAyB,CAAC;AACxC,cAAc,WAAW,CAAC;AAC1B,cAAc,mBAAmB,CAAC;AAClC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,SAAS,CAAC"}
package/dist/cjs/index.js CHANGED
@@ -35,3 +35,4 @@ __exportStar(require("./getContext/getContext"), exports);
35
35
  __exportStar(require("./url/url"), exports);
36
36
  __exportStar(require("./version/version"), exports);
37
37
  __exportStar(require("./charsParams/charsParams"), exports);
38
+ __exportStar(require("./types"), exports);
@@ -1 +1,5 @@
1
+ export declare enum AppMode {
2
+ production = "production",
3
+ development = "development"
4
+ }
1
5
  //# sourceMappingURL=types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/types.ts"],"names":[],"mappings":""}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/types.ts"],"names":[],"mappings":"AAAA,oBAAY,OAAO;IAClB,UAAU,eAAe;IACzB,WAAW,gBAAgB;CAC3B"}
package/dist/cjs/types.js CHANGED
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AppMode = void 0;
4
+ var AppMode;
5
+ (function (AppMode) {
6
+ AppMode["production"] = "production";
7
+ AppMode["development"] = "development";
8
+ })(AppMode = exports.AppMode || (exports.AppMode = {}));
@@ -6,4 +6,5 @@ export * from './getContext/getContext';
6
6
  export * from './url/url';
7
7
  export * from './version/version';
8
8
  export * from './charsParams/charsParams';
9
+ export * from './types';
9
10
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,OAAO,MAAM,mBAAmB,CAAC;AAC7C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,mBAAmB,CAAC;AAClC,cAAc,yBAAyB,CAAC;AACxC,cAAc,WAAW,CAAC;AAC1B,cAAc,mBAAmB,CAAC;AAClC,cAAc,2BAA2B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,OAAO,MAAM,mBAAmB,CAAC;AAC7C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,mBAAmB,CAAC;AAClC,cAAc,yBAAyB,CAAC;AACxC,cAAc,WAAW,CAAC;AAC1B,cAAc,mBAAmB,CAAC;AAClC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,SAAS,CAAC"}
package/dist/esm/index.js CHANGED
@@ -6,3 +6,4 @@ export * from './getContext/getContext';
6
6
  export * from './url/url';
7
7
  export * from './version/version';
8
8
  export * from './charsParams/charsParams';
9
+ export * from './types';
@@ -1 +1,5 @@
1
+ export declare enum AppMode {
2
+ production = "production",
3
+ development = "development"
4
+ }
1
5
  //# sourceMappingURL=types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/types.ts"],"names":[],"mappings":""}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/types.ts"],"names":[],"mappings":"AAAA,oBAAY,OAAO;IAClB,UAAU,eAAe;IACzB,WAAW,gBAAgB;CAC3B"}
package/dist/esm/types.js CHANGED
@@ -1 +1,5 @@
1
- "use strict";
1
+ export var AppMode;
2
+ (function (AppMode) {
3
+ AppMode["production"] = "production";
4
+ AppMode["development"] = "development";
5
+ })(AppMode || (AppMode = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@searchspring/snap-toolbox",
3
- "version": "0.29.0",
3
+ "version": "0.30.0",
4
4
  "description": "Snap Toolbox",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -23,5 +23,5 @@
23
23
  "files": [
24
24
  "dist/**/*"
25
25
  ],
26
- "gitHead": "8519941d9efa15462c21be62a51fa43000177584"
26
+ "gitHead": "48ab43e7ecb42f7b0e1da15b85fe02cc929918f6"
27
27
  }