@startupjs/babel-plugin-startupjs 0.55.0-alpha.1 → 0.55.0-alpha.11

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/README.md CHANGED
@@ -15,6 +15,6 @@ import Button from '@startupjs/ui/components/Button'
15
15
  import Span from '@startupjs/ui/components/typography/Span'
16
16
  ```
17
17
 
18
- ## Licence
18
+ ## License
19
19
 
20
20
  MIT
package/moduleMap.json CHANGED
@@ -82,7 +82,7 @@
82
82
  "ThemeContext": "/theming/ThemeContext.js",
83
83
  "ThemeProvider": "/theming/ThemeProvider.js",
84
84
  "themed": "/theming/themed.js",
85
- "uiAppPlugin": "/uiAppPlugin.js",
85
+ "UiProvider": "/UiProvider.js",
86
86
  "DialogsProvider": "/components/dialogs/DialogsProvider.js",
87
87
  "alert": "/components/dialogs/alert.js",
88
88
  "confirm": "/components/dialogs/confirm.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@startupjs/babel-plugin-startupjs",
3
- "version": "0.55.0-alpha.1",
3
+ "version": "0.55.0-alpha.11",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -31,5 +31,5 @@
31
31
  "babel-plugin-tester": "^9.1.0",
32
32
  "jest": "^26.0.1"
33
33
  },
34
- "gitHead": "f9f14627172890e54490aa3717e21f19614a958b"
34
+ "gitHead": "c0d3add391f41b4eb1b9c6789d6a0f197a0f1943"
35
35
  }