@things-factory/notification 10.0.19 → 10.1.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.
@@ -0,0 +1,5 @@
1
+ # notification rule
2
+
3
+ <!--
4
+ 자리만 잡아 둔 문서다. 답해야 할 것은 en 판과 같다(`notification-rule.md`).
5
+ -->
@@ -0,0 +1,13 @@
1
+ # notification rule
2
+
3
+ <!--
4
+ 자리만 잡아 둔 문서다. **내용은 전담 에이전트가 쓴다** — 여기서는 배치만 했다.
5
+
6
+ 이 문서를 가리키는 화면:
7
+ · notification/notification-rule-list-page.ts
8
+
9
+ 전에는 그 화면의 도움말 아이콘이 **없는 문서를 가리켜 404 로 갔다.** 아이콘이 있으니 답이
10
+ 있는 줄 알고 누르는데 아무것도 없었다 — 없는 것보다 나쁘다.
11
+
12
+ 쓸 때 답해야 하는 것은 **그 화면의 독자가 무엇을 묻는가**다. 화면을 열어 보고 정한다.
13
+ -->
@@ -0,0 +1,5 @@
1
+ # notification
2
+
3
+ <!--
4
+ 자리만 잡아 둔 문서다. 답해야 할 것은 en 판과 같다(`notification.md`).
5
+ -->
@@ -0,0 +1,13 @@
1
+ # notification
2
+
3
+ <!--
4
+ 자리만 잡아 둔 문서다. **내용은 전담 에이전트가 쓴다** — 여기서는 배치만 했다.
5
+
6
+ 이 문서를 가리키는 화면:
7
+ · notification/notification-list-page.ts
8
+
9
+ 전에는 그 화면의 도움말 아이콘이 **없는 문서를 가리켜 404 로 갔다.** 아이콘이 있으니 답이
10
+ 있는 줄 알고 누르는데 아무것도 없었다 — 없는 것보다 나쁘다.
11
+
12
+ 쓸 때 답해야 하는 것은 **그 화면의 독자가 무엇을 묻는가**다. 화면을 열어 보고 정한다.
13
+ -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/notification",
3
- "version": "10.0.19",
3
+ "version": "10.1.1",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -29,15 +29,15 @@
29
29
  "dependencies": {
30
30
  "@material/web": "^2.0.0",
31
31
  "@operato/layout": "^10.0.0",
32
- "@things-factory/auth-base": "^10.0.19",
33
- "@things-factory/i18n-base": "^10.0.19",
34
- "@things-factory/organization": "^10.0.19",
35
- "@things-factory/setting-base": "^10.0.19",
36
- "@things-factory/shell": "^10.0.19",
32
+ "@things-factory/auth-base": "^10.1.1",
33
+ "@things-factory/i18n-base": "^10.1.1",
34
+ "@things-factory/organization": "^10.1.1",
35
+ "@things-factory/setting-base": "^10.1.1",
36
+ "@things-factory/shell": "^10.1.1",
37
37
  "clipboard": "^2.0.6",
38
38
  "firebase": "^9.14.0",
39
39
  "firebase-admin": "^11.3.0",
40
40
  "google": "^2.1.0"
41
41
  },
42
- "gitHead": "5c170a55152cfe906fe6dbc30e6bfe474ed64122"
42
+ "gitHead": "c8f13c30c39e006f932eb2903b27bd30587e7dc6"
43
43
  }