@vulcanjs/react-ui 0.6.4-alpha.3 → 0.6.6-alpha.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vulcanjs/react-ui",
3
- "version": "0.6.4-alpha.3",
3
+ "version": "0.6.6-alpha.4",
4
4
  "description": "Vulcan UI components for React",
5
5
  "main": "./dist/index.js",
6
6
  "files": [
@@ -15,23 +15,20 @@
15
15
  "test": "echo \"Error: no test specified\" && exit 1",
16
16
  "build": "yarn run build:tsup",
17
17
  "build:tsup": "tsup",
18
- "build:types": "tsc --emitDeclarationOnly --declaration --project tsconfig.build.json ",
19
- "build:esm": "# TODO: not working, as it replaces import by 'require' in jsx # esbuild index.ts --outdir=dist --sourcemap --bundle --minify --platform=neutral --out-extension:.js=.mjs --main-fields=module,main,browser --external:tty --external:graphql --external:react --external:react-dom",
20
- "build:cjs": "# TODO: not working as expected # esbuild index.ts --outdir=dist --sourcemap --bundle --minify --platform=node --out-extension:.js=.cjs --external:tty --external:graphql --external:react --external:react-dom",
21
- "build:webpack": "webpack --config ./webpack.config.js"
18
+ "build:types": "tsc --emitDeclarationOnly --declaration --project tsconfig.build.json "
22
19
  },
23
20
  "author": "",
24
21
  "license": "MIT",
25
22
  "dependencies": {
26
- "@vulcanjs/core": "^0.6.4-alpha.0",
27
- "@vulcanjs/graphql": "^0.6.4-alpha.3",
28
- "@vulcanjs/i18n": "^0.6.4-alpha.0",
29
- "@vulcanjs/model": "^0.6.4-alpha.0",
30
- "@vulcanjs/permissions": "^0.6.4-alpha.0",
31
- "@vulcanjs/react-hooks": "^0.6.4-alpha.3",
32
- "@vulcanjs/react-i18n": "^0.6.4-alpha.0",
33
- "@vulcanjs/schema": "^0.6.2",
34
- "@vulcanjs/utils": "^0.6.4-alpha.0",
23
+ "@vulcanjs/core": "^0.6.4",
24
+ "@vulcanjs/graphql": "^0.6.6-alpha.4",
25
+ "@vulcanjs/i18n": "^0.6.4",
26
+ "@vulcanjs/model": "^0.6.4",
27
+ "@vulcanjs/permissions": "^0.6.4",
28
+ "@vulcanjs/react-hooks": "^0.6.6-alpha.4",
29
+ "@vulcanjs/react-i18n": "^0.6.4",
30
+ "@vulcanjs/schema": "^0.6.4",
31
+ "@vulcanjs/utils": "^0.6.4",
35
32
  "classnames": "^2.3.1",
36
33
  "debug": "^4.3.1",
37
34
  "lodash": "^4.17.21",
@@ -52,5 +49,5 @@
52
49
  "@types/underscore": "^1.11.1",
53
50
  "graphql": "^15.5.0"
54
51
  },
55
- "gitHead": "288fef2fbc3f9194e7f5773ae0e3b787c49bedf6"
52
+ "gitHead": "55ff247c655501c4a7f9fe031ac20b89aa27b144"
56
53
  }