startupjs 0.50.13 → 0.50.20

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/index.js CHANGED
@@ -3,7 +3,7 @@ export * from '@startupjs/hooks'
3
3
  // HINT: `isomorphic` means that the code can be executed both
4
4
  // on the server and on the client
5
5
  export * from '@startupjs/isomorphic-helpers'
6
- // dummy babel macro functions for @startupjs/babel-plugin-rn-stylename-inline
6
+ // dummy babel macro functions for @startupjs/babel-plugin-rn-stylename-inline.
7
7
  export function css (cssString) { return cssString }
8
8
  export function styl (stylString) { return stylString }
9
9
  // dummy pug function (it gets compiled to jsx by babel pug plugin)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "startupjs",
3
3
  "type": "module",
4
- "version": "0.50.13",
4
+ "version": "0.50.20",
5
5
  "engines": {
6
6
  "node": ">= 14"
7
7
  },
@@ -10,10 +10,10 @@
10
10
  "bin": "./cli.js",
11
11
  "license": "MIT",
12
12
  "dependencies": {
13
- "@startupjs/app": "^0.50.13",
13
+ "@startupjs/app": "^0.50.15",
14
14
  "@startupjs/backend": "^0.50.13",
15
15
  "@startupjs/bundler": "^0.50.13",
16
- "@startupjs/cli": "^0.50.13",
16
+ "@startupjs/cli": "^0.50.15",
17
17
  "@startupjs/hooks": "^0.50.13",
18
18
  "@startupjs/i18n": "^0.50.13",
19
19
  "@startupjs/init": "^0.50.13",
@@ -25,5 +25,5 @@
25
25
  "babel-preset-startupjs": "^0.50.13",
26
26
  "react-native-web": "^0.14.3"
27
27
  },
28
- "gitHead": "682763888a6649089116fe668ed60a70ed1cf4f8"
28
+ "gitHead": "4823dbf7162635e59121a43505bd35478c67c865"
29
29
  }
@@ -22,7 +22,7 @@ init({ baseUrl: BASE_URL, orm })
22
22
 
23
23
  registerPlugins({
24
24
  '@startupjs/app': [
25
- [uiAppPlugin, { defaultEnable: true }]
25
+ [uiAppPlugin, { defaultEnabled: true }]
26
26
  ]
27
27
  })
28
28