@xfe-repo/web-register 1.1.0 → 1.1.3

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/index.js CHANGED
@@ -410,7 +410,7 @@ var createRegisterComponent = function(config, getContext, WrappedComponent) {
410
410
  RegisterComponent.displayName = "Register(".concat(componentName, ")");
411
411
  return RegisterComponent;
412
412
  };
413
- // src/contextStorage/client.ts
413
+ // src/storage/client.ts
414
414
  var ContextStorageClass = /*#__PURE__*/ function() {
415
415
  function ContextStorageClass(context) {
416
416
  _class_call_check(this, ContextStorageClass);
package/dist/index.mjs CHANGED
@@ -338,7 +338,7 @@ var createRegisterComponent = function(config, getContext, WrappedComponent) {
338
338
  RegisterComponent.displayName = "Register(".concat(componentName, ")");
339
339
  return RegisterComponent;
340
340
  };
341
- // src/contextStorage/client.ts
341
+ // src/storage/client.ts
342
342
  var ContextStorageClass = /*#__PURE__*/ function() {
343
343
  "use strict";
344
344
  function ContextStorageClass(context) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xfe-repo/web-register",
3
- "version": "1.1.0",
3
+ "version": "1.1.3",
4
4
  "sideEffects": false,
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -29,8 +29,8 @@
29
29
  "@types/node": "^20.16.5",
30
30
  "@types/react": "^18",
31
31
  "@types/react-helmet": "^6.1.11",
32
- "@xfe-repo/eslint-config": "0.0.2",
33
- "@xfe-repo/typescript-config": "0.0.3"
32
+ "@xfe-repo/typescript-config": "0.0.6",
33
+ "@xfe-repo/eslint-config": "0.0.4"
34
34
  },
35
35
  "scripts": {
36
36
  "build": "tsup",