@just-web/presets-browser 3.0.0 → 3.0.1

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/cjs/index.d.ts CHANGED
@@ -1,2 +1,3 @@
1
- export type { PresetsBrowserContext, BrowserHistory, ReadonlyErrorStore, default } from './presetsBrowserPlugin.js';
1
+ export { default } from './presetsBrowserPlugin.js';
2
+ export type { BrowserHistory, PresetsBrowserContext, ReadonlyErrorStore } from './presetsBrowserPlugin.js';
2
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../ts/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,qBAAqB,EAAE,cAAc,EAAE,kBAAkB,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../ts/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAA;AACnD,YAAY,EAAE,cAAc,EAAE,qBAAqB,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAA"}
package/cjs/index.js CHANGED
@@ -1,3 +1,9 @@
1
1
  "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
2
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.default = void 0;
7
+ var presetsBrowserPlugin_js_1 = require("./presetsBrowserPlugin.js");
8
+ Object.defineProperty(exports, "default", { enumerable: true, get: function () { return __importDefault(presetsBrowserPlugin_js_1).default; } });
3
9
  //# sourceMappingURL=index.js.map
package/cjs/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../ts/index.ts"],"names":[],"mappings":"","sourcesContent":["export type { PresetsBrowserContext, BrowserHistory, ReadonlyErrorStore, default } from './presetsBrowserPlugin.js'\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../ts/index.ts"],"names":[],"mappings":";;;;;;AAAA,qEAAmD;AAA1C,mIAAA,OAAO,OAAA","sourcesContent":["export { default } from './presetsBrowserPlugin.js'\nexport type { BrowserHistory, PresetsBrowserContext, ReadonlyErrorStore } from './presetsBrowserPlugin.js'\n"]}
package/esm/index.d.ts CHANGED
@@ -1,2 +1,3 @@
1
- export type { PresetsBrowserContext, BrowserHistory, ReadonlyErrorStore, default } from './presetsBrowserPlugin.js';
1
+ export { default } from './presetsBrowserPlugin.js';
2
+ export type { BrowserHistory, PresetsBrowserContext, ReadonlyErrorStore } from './presetsBrowserPlugin.js';
2
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../ts/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,qBAAqB,EAAE,cAAc,EAAE,kBAAkB,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../ts/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAA;AACnD,YAAY,EAAE,cAAc,EAAE,qBAAqB,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAA"}
package/esm/index.js CHANGED
@@ -1,2 +1,2 @@
1
- export {};
1
+ export { default } from './presetsBrowserPlugin.js';
2
2
  //# sourceMappingURL=index.js.map
package/esm/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../ts/index.ts"],"names":[],"mappings":"","sourcesContent":["export type { PresetsBrowserContext, BrowserHistory, ReadonlyErrorStore, default } from './presetsBrowserPlugin.js'\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../ts/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAA","sourcesContent":["export { default } from './presetsBrowserPlugin.js'\nexport type { BrowserHistory, PresetsBrowserContext, ReadonlyErrorStore } from './presetsBrowserPlugin.js'\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@just-web/presets-browser",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "just-web presets for browser related features",
5
5
  "keywords": [
6
6
  "just-web",
package/ts/index.ts CHANGED
@@ -1 +1,2 @@
1
- export type { PresetsBrowserContext, BrowserHistory, ReadonlyErrorStore, default } from './presetsBrowserPlugin.js'
1
+ export { default } from './presetsBrowserPlugin.js'
2
+ export type { BrowserHistory, PresetsBrowserContext, ReadonlyErrorStore } from './presetsBrowserPlugin.js'