@divkitframework/divkit 4.0.0 → 5.0.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/LICENSE +6 -0
- package/README.md +2 -1
- package/dist/browser/client-devtool.js +1 -1
- package/dist/browser/client-devtool.js.map +1 -1
- package/dist/browser/client-hydratable.js +1 -1
- package/dist/browser/client-hydratable.js.map +1 -1
- package/dist/browser/client.js +1 -1
- package/dist/browser/client.js.map +1 -1
- package/dist/client-devtool.js +1 -1
- package/dist/client-devtool.js.map +1 -1
- package/dist/client-hydratable.js +1 -1
- package/dist/client-hydratable.js.map +1 -1
- package/dist/client.js +1 -1
- package/dist/client.js.map +1 -1
- package/dist/esm/client-devtool.mjs +1 -1
- package/dist/esm/client-devtool.mjs.map +1 -1
- package/dist/esm/client-hydratable.mjs +1 -1
- package/dist/esm/client-hydratable.mjs.map +1 -1
- package/dist/esm/client.mjs +1 -1
- package/dist/esm/client.mjs.map +1 -1
- package/dist/esm/server.mjs +1 -1
- package/dist/esm/server.mjs.map +1 -1
- package/dist/server.js +1 -1
- package/dist/server.js.map +1 -1
- package/package.json +1 -1
package/LICENSE
CHANGED
|
@@ -136,6 +136,8 @@ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
|
|
|
136
136
|
|
|
137
137
|
com.google.android.material:material
|
|
138
138
|
|
|
139
|
+
Copyright (C) 2015 The Android Open Source Project
|
|
140
|
+
|
|
139
141
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
140
142
|
you may not use this file except in compliance with the License.
|
|
141
143
|
You may obtain a copy of the License at
|
|
@@ -288,6 +290,8 @@ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
|
|
|
288
290
|
|
|
289
291
|
com.squareup.moshi:moshi
|
|
290
292
|
|
|
293
|
+
Copyright (c) 2018 Square Inc.
|
|
294
|
+
|
|
291
295
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
292
296
|
you may not use this file except in compliance with the License.
|
|
293
297
|
You may obtain a copy of the License at
|
|
@@ -302,6 +306,8 @@ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
|
|
|
302
306
|
|
|
303
307
|
com.squareup:fest-android
|
|
304
308
|
|
|
309
|
+
Copyright (c) 2015 Square Inc.
|
|
310
|
+
|
|
305
311
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
306
312
|
you may not use this file except in compliance with the License.
|
|
307
313
|
You may obtain a copy of the License at
|
package/README.md
CHANGED
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|

|
|
4
4
|
|
|
5
|
-
|
|
6
5
|
### Installation
|
|
7
6
|
|
|
8
7
|
```
|
|
@@ -315,6 +314,8 @@ render(({
|
|
|
315
314
|
});
|
|
316
315
|
```
|
|
317
316
|
|
|
317
|
+
---
|
|
318
|
+
|
|
318
319
|
[Documentation](https://divkit.tech/doc). [Medium tutorial](https://medium.com/p/cad519252f0f). [Habr tutorial](https://habr.com/ru/company/yandex/blog/683886/).
|
|
319
320
|
|
|
320
321
|
Telegram: [News](https://t.me/divkit_news) | [English-speaking chat](https://t.me/divkit_community_en) | [Чат на русском](https://t.me/divkit_community_ru).
|