etendo-ui-library 1.3.76 → 1.3.78

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "etendo-ui-library",
3
- "version": "1.3.76",
3
+ "version": "1.3.78",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "android": "react-native run-android",
@@ -17,7 +17,7 @@
17
17
  "build:web": "tsc --emitDeclarationOnly --outDir dist-web && babel src --out-dir dist-web --extensions '.ts,.tsx' --config-file ./babel.config.web.js",
18
18
  "build:native": "tsc --emitDeclarationOnly --outDir dist-native && babel src --out-dir dist-native --extensions '.ts,.tsx' --config-file ./babel.config.native.js",
19
19
  "nextjs": "cd examples/nextjs && yarn install && yarn dev",
20
- "copy-to-reactnative": "rsync -av --exclude='__tests__' --exclude='__snapshots__' --exclude='*.test.*' src/ ./examples/ReactNative",
20
+ "copy-to-reactnative": "rsync -av --exclude='__tests__' --exclude='__snapshots__' --exclude='*.test.*' src/ ./examples/ReactNativeTS706",
21
21
  "copy-to-nextjs": "rsync -av --exclude='__tests__' --exclude='__snapshots__' --exclude='*.test.*' src/ ./examples/nextjs/apps/web/app",
22
22
  "copy-to-storybook": "rsync -av --exclude='__tests__' --exclude='__snapshots__' --exclude='*.test.*' src/ ./examples/storybook",
23
23
  "watch": "nodemon --watch src -e js,jsx,ts,tsx --exec \"concurrently 'yarn copy-to-reactnative' 'yarn copy-to-nextjs' 'yarn copy-to-storybook' \""