startupjs 0.49.0 → 0.50.7

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.
Files changed (2) hide show
  1. package/index.js +1 -0
  2. package/package.json +15 -15
package/index.js CHANGED
@@ -9,3 +9,4 @@ export function styl (stylString) { return stylString }
9
9
  // dummy pug function (it gets compiled to jsx by babel pug plugin)
10
10
  export function pug (pugString) { return pugString }
11
11
  export { default as t } from '@startupjs/i18n/client/t.js'
12
+
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "startupjs",
3
3
  "type": "module",
4
- "version": "0.49.0",
4
+ "version": "0.50.7",
5
5
  "engines": {
6
6
  "node": ">= 14"
7
7
  },
@@ -10,20 +10,20 @@
10
10
  "bin": "./cli.js",
11
11
  "license": "MIT",
12
12
  "dependencies": {
13
- "@startupjs/app": "^0.49.0",
14
- "@startupjs/backend": "^0.49.0",
15
- "@startupjs/bundler": "^0.49.0",
16
- "@startupjs/cli": "^0.49.0",
17
- "@startupjs/hooks": "^0.49.0",
18
- "@startupjs/i18n": "^0.49.0",
19
- "@startupjs/init": "^0.49.0",
20
- "@startupjs/isomorphic-helpers": "^0.49.0",
21
- "@startupjs/orm": "^0.49.0",
22
- "@startupjs/patches": "^0.49.0",
23
- "@startupjs/react-sharedb": "^0.49.0",
24
- "@startupjs/server": "^0.49.0",
25
- "babel-preset-startupjs": "^0.49.0",
13
+ "@startupjs/app": "^0.50.5",
14
+ "@startupjs/backend": "^0.50.5",
15
+ "@startupjs/bundler": "^0.50.5",
16
+ "@startupjs/cli": "^0.50.5",
17
+ "@startupjs/hooks": "^0.50.5",
18
+ "@startupjs/i18n": "^0.50.5",
19
+ "@startupjs/init": "^0.50.5",
20
+ "@startupjs/isomorphic-helpers": "^0.50.5",
21
+ "@startupjs/orm": "^0.50.5",
22
+ "@startupjs/patches": "^0.50.5",
23
+ "@startupjs/react-sharedb": "^0.50.5",
24
+ "@startupjs/server": "^0.50.7",
25
+ "babel-preset-startupjs": "^0.50.5",
26
26
  "react-native-web": "^0.14.3"
27
27
  },
28
- "gitHead": "f4f961f22f31c264bf55e7755fb90b79f3ed8b65"
28
+ "gitHead": "f167ab05e1699dcaa0e37c0fc0bba1e587cb9125"
29
29
  }