m2m-components 3.1.0 → 3.1.1-alpha-17ba17e.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.
@@ -5,6 +5,8 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.m2mStorageHub = void 0;
7
7
  var _hub = require("./lib/hub");
8
+ // eslint-disable-next-line @typescript-eslint/no-empty-interface
9
+
8
10
  /**
9
11
  * Init the hub.
10
12
  */
@@ -1 +1 @@
1
- {"version":3,"file":"hub.js","names":["_hub","require","initM2mStorageHub","permissions","init","m2mStorageHub","exports"],"sources":["../../src/storage/hub.ts"],"sourcesContent":["import { init } from \"./lib/hub\";\nimport type { Permission } from \"./lib/hub\";\n\n// eslint-disable-next-line @typescript-eslint/no-empty-interface\nexport interface M2mStoragePermission extends Permission {}\n\n/**\n * Init the hub.\n */\nconst initM2mStorageHub = (permissions: M2mStoragePermission[]) => {\n init(permissions);\n};\n\nexport const m2mStorageHub = {\n init: initM2mStorageHub,\n};\n"],"mappings":";;;;;;AAAA,IAAAA,IAAA,GAAAC,OAAA;AAMA;AACA;AACA;AACA,MAAMC,iBAAiB,GAAIC,WAAmC,IAAK;EACjE,IAAAC,SAAI,EAACD,WAAW,CAAC;AACnB,CAAC;AAEM,MAAME,aAAa,GAAG;EAC3BD,IAAI,EAAEF;AACR,CAAC;AAACI,OAAA,CAAAD,aAAA,GAAAA,aAAA"}
1
+ {"version":3,"file":"hub.js","names":["_hub","require","initM2mStorageHub","permissions","init","m2mStorageHub","exports"],"sources":["../../src/storage/hub.ts"],"sourcesContent":["import { init } from \"./lib/hub\";\nimport type { Permission } from \"./lib/hub\";\n\n// eslint-disable-next-line @typescript-eslint/no-empty-interface\nexport interface M2mStoragePermission extends Permission {}\n\n/**\n * Init the hub.\n */\nconst initM2mStorageHub = (permissions: M2mStoragePermission[]) => {\n init(permissions);\n};\n\nexport const m2mStorageHub = {\n init: initM2mStorageHub,\n};\n"],"mappings":";;;;;;AAAA,IAAAA,IAAA,GAAAC,OAAA;AAGA;;AAGA;AACA;AACA;AACA,MAAMC,iBAAiB,GAAIC,WAAmC,IAAK;EACjE,IAAAC,SAAI,EAACD,WAAW,CAAC;AACnB,CAAC;AAEM,MAAME,aAAa,GAAG;EAC3BD,IAAI,EAAEF;AACR,CAAC;AAACI,OAAA,CAAAD,aAAA,GAAAA,aAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "m2m-components",
3
- "version": "3.1.0",
3
+ "version": "3.1.1-alpha-17ba17e.0",
4
4
  "main": "cjs/index.js",
5
5
  "module": "index.js",
6
6
  "typings": "index.d.ts",
@@ -26,8 +26,8 @@
26
26
  "default": "./domains.js"
27
27
  },
28
28
  "./feedback": {
29
- "require": "./cjs/feedback.js",
30
- "default": "./feedback.js"
29
+ "require": "./cjs/feedback/index.js",
30
+ "default": "./feedback/index.js"
31
31
  },
32
32
  "./storage/client": {
33
33
  "require": "./cjs/storage/client.js",
@@ -84,7 +84,7 @@
84
84
  },
85
85
  "dependencies": {
86
86
  "lit": "^2.0.2",
87
- "matsuri-forms-sdk": "^0.0.0"
87
+ "matsuri-forms-sdk": "^0.0.1-alpha-349a38f.0"
88
88
  },
89
89
  "peerDependencies": {
90
90
  "matsuri-hooks": "^0.1.0",
@@ -93,15 +93,15 @@
93
93
  },
94
94
  "devDependencies": {
95
95
  "@babel/cli": "^7.21.0",
96
- "@babel/core": "^7.21.3",
96
+ "@babel/core": "^7.21.4",
97
97
  "@babel/plugin-proposal-class-properties": "^7.18.6",
98
98
  "@babel/plugin-proposal-decorators": "^7.21.0",
99
- "@babel/preset-env": "^7.20.2",
99
+ "@babel/preset-env": "^7.21.4",
100
100
  "@babel/preset-react": "^7.18.6",
101
- "@babel/preset-typescript": "^7.21.0",
101
+ "@babel/preset-typescript": "^7.21.4",
102
102
  "@datadog/browser-logs": "^4.37.0",
103
- "@mui/icons-material": "^5.11.11",
104
- "@mui/material": "^5.11.15",
103
+ "@mui/icons-material": "^5.11.16",
104
+ "@mui/material": "^5.11.16",
105
105
  "@rollup/plugin-babel": "^5.3.1",
106
106
  "@rollup/plugin-node-resolve": "^13.3.0",
107
107
  "@rollup/plugin-typescript": "^8.5.0",
@@ -110,7 +110,7 @@
110
110
  "@testing-library/react-hooks": "^8.0.1",
111
111
  "@types/jest": "^27.5.2",
112
112
  "@types/node": "^17.0.5",
113
- "@types/react": "^18.0.31",
113
+ "@types/react": "^18.0.35",
114
114
  "@types/react-dom": "^18.0.11",
115
115
  "@typescript-eslint/eslint-plugin": "^5.9.1",
116
116
  "@typescript-eslint/parser": "^5.9.1",
@@ -122,7 +122,7 @@
122
122
  "eslint-plugin-react-hooks": "^4.6.0",
123
123
  "jest": "^27.5.1",
124
124
  "matsuri-hooks": "^0.1.0",
125
- "matsuri-ui": "^13.5.3",
125
+ "matsuri-ui": "^13.5.4",
126
126
  "prettier": "^2.5.1",
127
127
  "react": "^18.2.0",
128
128
  "react-dom": "^18.2.0",
package/storage/hub.js CHANGED
@@ -1,4 +1,7 @@
1
1
  import { init } from "./lib/hub";
2
+
3
+ // eslint-disable-next-line @typescript-eslint/no-empty-interface
4
+
2
5
  /**
3
6
  * Init the hub.
4
7
  */
@@ -1 +1 @@
1
- {"version":3,"file":"hub.js","names":["init","initM2mStorageHub","permissions","m2mStorageHub"],"sources":["../src/storage/hub.ts"],"sourcesContent":["import { init } from \"./lib/hub\";\nimport type { Permission } from \"./lib/hub\";\n\n// eslint-disable-next-line @typescript-eslint/no-empty-interface\nexport interface M2mStoragePermission extends Permission {}\n\n/**\n * Init the hub.\n */\nconst initM2mStorageHub = (permissions: M2mStoragePermission[]) => {\n init(permissions);\n};\n\nexport const m2mStorageHub = {\n init: initM2mStorageHub,\n};\n"],"mappings":"AAAA,SAASA,IAAI,QAAQ,WAAW;AAMhC;AACA;AACA;AACA,IAAMC,iBAAiB,GAAIC,WAAmC,IAAK;EACjEF,IAAI,CAACE,WAAW,CAAC;AACnB,CAAC;AAED,OAAO,IAAMC,aAAa,GAAG;EAC3BH,IAAI,EAAEC;AACR,CAAC"}
1
+ {"version":3,"file":"hub.js","names":["init","initM2mStorageHub","permissions","m2mStorageHub"],"sources":["../src/storage/hub.ts"],"sourcesContent":["import { init } from \"./lib/hub\";\nimport type { Permission } from \"./lib/hub\";\n\n// eslint-disable-next-line @typescript-eslint/no-empty-interface\nexport interface M2mStoragePermission extends Permission {}\n\n/**\n * Init the hub.\n */\nconst initM2mStorageHub = (permissions: M2mStoragePermission[]) => {\n init(permissions);\n};\n\nexport const m2mStorageHub = {\n init: initM2mStorageHub,\n};\n"],"mappings":"AAAA,SAASA,IAAI,QAAQ,WAAW;;AAGhC;;AAGA;AACA;AACA;AACA,IAAMC,iBAAiB,GAAIC,WAAmC,IAAK;EACjEF,IAAI,CAACE,WAAW,CAAC;AACnB,CAAC;AAED,OAAO,IAAMC,aAAa,GAAG;EAC3BH,IAAI,EAAEC;AACR,CAAC"}