@tamer4lynx/tamer-host 0.0.1 → 0.0.2

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.
@@ -99,6 +99,7 @@ class MainActivity : AppCompatActivity() {
99
99
  private fun buildLynxView(): LynxView {
100
100
  val viewBuilder = LynxViewBuilder()
101
101
  viewBuilder.setTemplateProvider(TemplateProvider(this))
102
+ GeneratedLynxExtensions.configureViewBuilder(viewBuilder)
102
103
  return viewBuilder.build(this)
103
104
  }
104
105
  }
package/package.json CHANGED
@@ -1,10 +1,17 @@
1
1
  {
2
2
  "name": "@tamer4lynx/tamer-host",
3
- "version": "0.0.1",
4
- "publishConfig": { "access": "public", "tag": "prerelease" },
3
+ "version": "0.0.2",
4
+ "publishConfig": {
5
+ "access": "public",
6
+ "tag": "prerelease"
7
+ },
5
8
  "type": "module",
6
9
  "description": "Production Lynx host templates for injecting LynxView into existing apps",
7
- "files": ["android/templates", "ios", "lynx.ext.json"],
10
+ "files": [
11
+ "android/templates",
12
+ "ios",
13
+ "lynx.ext.json"
14
+ ],
8
15
  "repository": {
9
16
  "type": "git",
10
17
  "url": "https://github.com/tamer4lynx/tamer-host.git"