@operato/scene-google-map 8.0.0-beta.1 → 9.0.0-beta.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.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@operato/scene-google-map",
3
3
  "description": "Google map integration component for things-scene",
4
4
  "author": "heartyoh",
5
- "version": "8.0.0-beta.1",
5
+ "version": "9.0.0-beta.0",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
8
8
  "license": "MIT",
@@ -27,7 +27,7 @@
27
27
  "migration": "things-factory-migration"
28
28
  },
29
29
  "dependencies": {
30
- "@hatiolab/things-scene": "^8.0.0-beta"
30
+ "@hatiolab/things-scene": "^9.0.0-beta"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@hatiolab/prettier-config": "^1.0.0",
@@ -58,5 +58,5 @@
58
58
  "prettier --write"
59
59
  ]
60
60
  },
61
- "gitHead": "acb632aa522d8348f2602bcb614e2819d19a09ed"
61
+ "gitHead": "87f7a74e8b66f6cc6f19b9c75a7c9a03637ab7ac"
62
62
  }
package/CHANGELOG.md DELETED
@@ -1,139 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- ## [8.0.0-beta.1](https://github.com/things-scene/operato-scene/compare/v8.0.0-beta.0...v8.0.0-beta.1) (2025-01-07)
7
-
8
-
9
- ### :bug: Bug Fix
10
-
11
- * [@things-factory](https://github.com/things-factory)@v8.0.0-beta ([2cd95a8](https://github.com/things-scene/operato-scene/commit/2cd95a8b07b588f3d96e5da2a0309910e683e33f))
12
-
13
-
14
-
15
- ## [8.0.0-beta.0](https://github.com/things-scene/operato-scene/compare/v8.0.0-alpha.12...v8.0.0-beta.0) (2025-01-07)
16
-
17
-
18
- ### :bug: Bug Fix
19
-
20
- * @hatiolab/things-scene@^8.0.0-beta ([c32f4c0](https://github.com/things-scene/operato-scene/commit/c32f4c00decf244ca82ae17a41e33f269e1882e7))
21
-
22
-
23
-
24
- ## [8.0.0-alpha.1](https://github.com/things-scene/operato-scene/compare/v8.0.0-alpha.0...v8.0.0-alpha.1) (2024-09-09)
25
-
26
-
27
- ### :bug: Bug Fix
28
-
29
- * update [@things-factory](https://github.com/things-factory)@^8.0.0-alpha ([1dc3163](https://github.com/things-scene/operato-scene/commit/1dc31638ed9d3fd0ecb2ac55be0ce541e5599ab8))
30
-
31
-
32
-
33
- ## [8.0.0-alpha.0](https://github.com/things-scene/operato-scene/compare/v7.3.7...v8.0.0-alpha.0) (2024-09-01)
34
-
35
- **Note:** Version bump only for package @operato/scene-google-map
36
-
37
-
38
-
39
-
40
-
41
- ## [7.0.1](https://github.com/things-scene/operato-scene/compare/v7.0.0...v7.0.1) (2024-06-30)
42
-
43
-
44
- ### :bug: Bug Fix
45
-
46
- * things-factory@7.0.0 ([f4cfe44](https://github.com/things-scene/operato-scene/commit/f4cfe44cb565e7b8fdc0df210a722b6526871848))
47
-
48
-
49
-
50
- ## [7.0.0](https://github.com/things-scene/operato-scene/compare/v7.0.0-rc.4...v7.0.0) (2024-06-30)
51
-
52
- **Note:** Version bump only for package @operato/scene-google-map
53
-
54
-
55
-
56
-
57
-
58
- ## [7.0.0-rc.1](https://github.com/things-scene/operato-scene/compare/v7.0.0-rc.0...v7.0.0-rc.1) (2024-06-21)
59
-
60
-
61
- ### :bug: Bug Fix
62
-
63
- * apply v7-rc dependencies ([eee5612](https://github.com/things-scene/operato-scene/commit/eee5612e1d569387c284a7c6c49d64ef44b6d701))
64
-
65
-
66
-
67
- ## [7.0.0-rc.0](https://github.com/things-scene/operato-scene/compare/v2.0.0-beta.8...v7.0.0-rc.0) (2024-06-21)
68
-
69
- **Note:** Version bump only for package @operato/scene-google-map
70
-
71
-
72
-
73
-
74
-
75
- ## [2.0.0-beta.0](https://github.com/things-scene/operato-scene/compare/v2.0.0-alpha.12...v2.0.0-beta.0) (2024-06-01)
76
-
77
-
78
- ### :rocket: New Features
79
-
80
- * 2.0.0-beta.0 ([a2e2869](https://github.com/things-scene/operato-scene/commit/a2e28694eedf5bab0c54bcab5432d54ec59edd7f))
81
-
82
-
83
- ### :bug: Bug Fix
84
-
85
- * allowJs in tsconfig option ([fa77174](https://github.com/things-scene/operato-scene/commit/fa771742188f21f177f0a85281570f59f0c478cf))
86
-
87
-
88
-
89
- ## [2.0.0-alpha.9](https://github.com/things-scene/operato-scene/compare/v2.0.0-alpha.8...v2.0.0-alpha.9) (2024-04-11)
90
-
91
-
92
- ### :bug: Bug Fix
93
-
94
- * things-factory@7.0.1 ([a9f4c18](https://github.com/things-scene/operato-scene/commit/a9f4c1873b80c540e4c2e16649e127ccffcf9a4c))
95
-
96
-
97
-
98
- ## [2.0.0-alpha.6](https://github.com/things-scene/operato-scene/compare/v2.0.0-alpha.5...v2.0.0-alpha.6) (2024-03-24)
99
-
100
-
101
- ### :bug: Bug Fix
102
-
103
- * translation ([266d423](https://github.com/things-scene/operato-scene/commit/266d423d9d6992464f45a437acc90ccf8ed33bf6))
104
-
105
-
106
-
107
- ## [2.0.0-alpha.4](https://github.com/things-scene/operato-scene/compare/v2.0.0-alpha.3...v2.0.0-alpha.4) (2024-03-21)
108
-
109
-
110
- ### :bug: Bug Fix
111
-
112
- * 컴포넌트 명 다국어 ([64e1f08](https://github.com/things-scene/operato-scene/commit/64e1f08af32d2ac193c3d31b0025f8d06f569ca4))
113
-
114
-
115
-
116
- ## [2.0.0-alpha.0](https://github.com/things-scene/operato-scene/compare/v1.3.9...v2.0.0-alpha.0) (2024-01-14)
117
-
118
-
119
- ### :bug: Bug Fix
120
-
121
- * 2.0.0-alpha.0 ([93274e3](https://github.com/things-scene/operato-scene/commit/93274e36c5d184f339f83899654dd48b4786ac2b))
122
-
123
-
124
-
125
- ## [1.3.7](https://github.com/things-scene/operato-scene/compare/v1.3.6...v1.3.7) (2024-01-01)
126
-
127
-
128
- ### :bug: Bug Fix
129
-
130
- * mpi module moved from things-factory ([47b743f](https://github.com/things-scene/operato-scene/commit/47b743fd19001f195db85e50b8f6e457a1573aa5))
131
-
132
-
133
-
134
- ## [1.3.6](https://github.com/things-scene/operato-scene/compare/v1.3.5...v1.3.6) (2024-01-01)
135
-
136
-
137
- ### :bug: Bug Fix
138
-
139
- * google-map module moved from things-factory ([86c129f](https://github.com/things-scene/operato-scene/commit/86c129f14d91ec951f0e81a746005a3dfa857156))
@@ -1,15 +0,0 @@
1
- {
2
- "keep": {
3
- "days": true,
4
- "amount": 2
5
- },
6
- "auditLog": "logs/.08636eb59927f12972f6774f5947c8507b3564c2-audit.json",
7
- "files": [
8
- {
9
- "date": 1704093807950,
10
- "name": "logs/application-2024-01-01-16.log",
11
- "hash": "ae8531454c7d8a5113cbd9b73c99ed6cb1c7cbd928a3c0e5b5f49010392e4c5e"
12
- }
13
- ],
14
- "hashType": "sha256"
15
- }
@@ -1,15 +0,0 @@
1
- {
2
- "keep": {
3
- "days": true,
4
- "amount": 14
5
- },
6
- "auditLog": "logs/.5e5d741d8b7784a2fbad65eedc0fd46946aaf6f2-audit.json",
7
- "files": [
8
- {
9
- "date": 1704093809454,
10
- "name": "logs/connections-2024-01-01-16.log",
11
- "hash": "681b7cb4ae7a3fc5eb304ad2d5a6e2fe59d9f48fdd41105f4f6154c2ff044c3a"
12
- }
13
- ],
14
- "hashType": "sha256"
15
- }
@@ -1,9 +0,0 @@
1
- 2024-01-01T16:23:28+09:00 info: File Storage is Ready.
2
- 2024-01-01T16:23:29+09:00 error: oracledb module loading failed
3
- 2024-01-01T16:23:29+09:00 error: oracledb module loading failed
4
- 2024-01-01T16:23:40+09:00 info: File Storage is Ready.
5
- 2024-01-01T16:23:40+09:00 error: oracledb module loading failed
6
- 2024-01-01T16:23:40+09:00 error: oracledb module loading failed
7
- 2024-01-01T16:23:41+09:00 info: Default DataSource established
8
- 2024-01-01T16:23:42+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
9
- 2024-01-01T16:23:42+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
@@ -1,41 +0,0 @@
1
- 2024-01-01T16:23:42+09:00 info: Initializing ConnectionManager...
2
- 2024-01-01T16:23:42+09:00 info: Connector 'echo-back-server' started to ready
3
- 2024-01-01T16:23:42+09:00 info: Connector 'echo-back' started to ready
4
- 2024-01-01T16:23:42+09:00 info: Connector 'http-connector' started to ready
5
- 2024-01-01T16:23:42+09:00 info: Connector 'graphql-connector' started to ready
6
- 2024-01-01T16:23:42+09:00 info: Connector 'sqlite-connector' started to ready
7
- 2024-01-01T16:23:42+09:00 info: Connector 'postgresql-connector' started to ready
8
- 2024-01-01T16:23:42+09:00 info: Connector 'mqtt-connector' started to ready
9
- 2024-01-01T16:23:42+09:00 info: Connector 'mssql-connector' started to ready
10
- 2024-01-01T16:23:42+09:00 info: Connector 'oracle-connector' started to ready
11
- 2024-01-01T16:23:42+09:00 info: Connector 'mysql-connector' started to ready
12
- 2024-01-01T16:23:42+09:00 info: Connector 'socket-server' started to ready
13
- 2024-01-01T16:23:42+09:00 info: Connector 'operato-connector' started to ready
14
- 2024-01-01T16:23:42+09:00 info: Connector 'msgraph-connector' started to ready
15
- 2024-01-01T16:23:42+09:00 info: echo-back-servers are ready
16
- 2024-01-01T16:23:42+09:00 info: echo-back connections are ready
17
- 2024-01-01T16:23:42+09:00 info: http-connector connections are ready
18
- 2024-01-01T16:23:42+09:00 info: graphql-connector connections are ready
19
- 2024-01-01T16:23:42+09:00 info: sqlite-connector connections are ready
20
- 2024-01-01T16:23:42+09:00 info: postgresql-connector connections are ready
21
- 2024-01-01T16:23:42+09:00 info: mqtt-connector connections are ready
22
- 2024-01-01T16:23:42+09:00 info: mssql-connector connections are ready
23
- 2024-01-01T16:23:42+09:00 info: oracle-connector connections are ready
24
- 2024-01-01T16:23:42+09:00 info: mysql-connector connections are ready
25
- 2024-01-01T16:23:42+09:00 info: socket servers are ready
26
- 2024-01-01T16:23:42+09:00 info: graphql-connector connections are ready
27
- 2024-01-01T16:23:42+09:00 info: msgraph-connector connections are ready
28
- 2024-01-01T16:23:42+09:00 info: All connector for 'echo-back-server' ready
29
- 2024-01-01T16:23:42+09:00 info: All connector for 'echo-back' ready
30
- 2024-01-01T16:23:42+09:00 info: All connector for 'http-connector' ready
31
- 2024-01-01T16:23:42+09:00 info: All connector for 'graphql-connector' ready
32
- 2024-01-01T16:23:42+09:00 info: All connector for 'sqlite-connector' ready
33
- 2024-01-01T16:23:42+09:00 info: All connector for 'postgresql-connector' ready
34
- 2024-01-01T16:23:42+09:00 info: All connector for 'mqtt-connector' ready
35
- 2024-01-01T16:23:42+09:00 info: All connector for 'mssql-connector' ready
36
- 2024-01-01T16:23:42+09:00 info: All connector for 'oracle-connector' ready
37
- 2024-01-01T16:23:42+09:00 info: All connector for 'mysql-connector' ready
38
- 2024-01-01T16:23:42+09:00 info: All connector for 'socket-server' ready
39
- 2024-01-01T16:23:42+09:00 info: All connector for 'operato-connector' ready
40
- 2024-01-01T16:23:42+09:00 info: All connector for 'msgraph-connector' ready
41
- 2024-01-01T16:23:42+09:00 info: ConnectionManager initialization done: