@plusscommunities/pluss-feature-builder-app-b 8.0.15 → 8.0.17-beta.1
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/dist/module/index.js +2 -2
- package/dist/module/index.js.map +1 -1
- package/package.json +4 -9
- package/src/index.js +2 -2
package/dist/module/index.js
CHANGED
|
@@ -11,8 +11,8 @@ export const Screens = {
|
|
|
11
11
|
[values.screens.featureDetail]: FeatureDetailScreen
|
|
12
12
|
};
|
|
13
13
|
export { default as Config } from "./feature.config";
|
|
14
|
-
export { default as WidgetSmall } from "./components/
|
|
15
|
-
export { default as WidgetLarge } from "./components/
|
|
14
|
+
export { default as WidgetSmall } from "./components/WidgetSmall";
|
|
15
|
+
export { default as WidgetLarge } from "./components/WidgetLarge";
|
|
16
16
|
export { default as WidgetGrid } from "./components/WidgetGrid";
|
|
17
17
|
export { FeatureConfig };
|
|
18
18
|
//# sourceMappingURL=index.js.map
|
package/dist/module/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["FeatureConfig","featureBuilderReducer","FeatureListScreen","FeatureDetailScreen","values","Reducers","reducerKey","Screens","screens","featureList","featureDetail","default","Config","WidgetSmall","WidgetLarge","WidgetGrid"],"sources":["index.js"],"sourcesContent":["import FeatureConfig from \"./feature.config\";\nimport featureBuilderReducer from \"./reducers/featureBuilderReducer\";\nimport FeatureListScreen from \"./components/FeatureListScreen\";\nimport FeatureDetailScreen from \"./components/FeatureDetailScreen\";\nimport { values } from \"./values.config\";\n\nexport const Reducers = {\n\t[values.reducerKey]: featureBuilderReducer,\n};\n\nexport const Screens = {\n\t[values.screens.featureList]: FeatureListScreen,\n\t[values.screens.featureDetail]: FeatureDetailScreen,\n};\n\nexport { default as Config } from \"./feature.config\";\nexport { default as WidgetSmall } from \"./components/
|
|
1
|
+
{"version":3,"names":["FeatureConfig","featureBuilderReducer","FeatureListScreen","FeatureDetailScreen","values","Reducers","reducerKey","Screens","screens","featureList","featureDetail","default","Config","WidgetSmall","WidgetLarge","WidgetGrid"],"sources":["index.js"],"sourcesContent":["import FeatureConfig from \"./feature.config\";\nimport featureBuilderReducer from \"./reducers/featureBuilderReducer\";\nimport FeatureListScreen from \"./components/FeatureListScreen\";\nimport FeatureDetailScreen from \"./components/FeatureDetailScreen\";\nimport { values } from \"./values.config\";\n\nexport const Reducers = {\n\t[values.reducerKey]: featureBuilderReducer,\n};\n\nexport const Screens = {\n\t[values.screens.featureList]: FeatureListScreen,\n\t[values.screens.featureDetail]: FeatureDetailScreen,\n};\n\nexport { default as Config } from \"./feature.config\";\nexport { default as WidgetSmall } from \"./components/WidgetSmall\";\nexport { default as WidgetLarge } from \"./components/WidgetLarge\";\nexport { default as WidgetGrid } from \"./components/WidgetGrid\";\n\nexport { FeatureConfig };\n"],"mappings":"AAAA,OAAOA,aAAa,MAAM,kBAAkB;AAC5C,OAAOC,qBAAqB,MAAM,kCAAkC;AACpE,OAAOC,iBAAiB,MAAM,gCAAgC;AAC9D,OAAOC,mBAAmB,MAAM,kCAAkC;AAClE,SAASC,MAAM,QAAQ,iBAAiB;AAExC,OAAO,MAAMC,QAAQ,GAAG;EACvB,CAACD,MAAM,CAACE,UAAU,GAAGL;AACtB,CAAC;AAED,OAAO,MAAMM,OAAO,GAAG;EACtB,CAACH,MAAM,CAACI,OAAO,CAACC,WAAW,GAAGP,iBAAiB;EAC/C,CAACE,MAAM,CAACI,OAAO,CAACE,aAAa,GAAGP;AACjC,CAAC;AAED,SAASQ,OAAO,IAAIC,MAAM,QAAQ,kBAAkB;AACpD,SAASD,OAAO,IAAIE,WAAW,QAAQ,0BAA0B;AACjE,SAASF,OAAO,IAAIG,WAAW,QAAQ,0BAA0B;AACjE,SAASH,OAAO,IAAII,UAAU,QAAQ,yBAAyB;AAE/D,SAASf,aAAa","ignoreList":[]}
|
package/package.json
CHANGED
|
@@ -1,14 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plusscommunities/pluss-feature-builder-app-b",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.17-beta.1",
|
|
4
4
|
"description": "Feature Builder mobile extension for displaying custom features",
|
|
5
5
|
"main": "dist/module/index.js",
|
|
6
6
|
"module": "dist/module/index.js",
|
|
7
7
|
"react-native": "src/index.js",
|
|
8
|
-
"files": [
|
|
9
|
-
"dist/",
|
|
10
|
-
"src/"
|
|
11
|
-
],
|
|
8
|
+
"files": ["dist/", "src/"],
|
|
12
9
|
"scripts": {
|
|
13
10
|
"build": "npm i --legacy-peer-deps && bob build",
|
|
14
11
|
"betapatch": "npm version prepatch --preid=beta",
|
|
@@ -21,7 +18,7 @@
|
|
|
21
18
|
"copy:get": "echo $npm_package_name",
|
|
22
19
|
"copy:set": "run(){ target='\\@plusscommunities\\/pluss-feature-builder-app'; ext=${1:-default}; [ $ext == 'default' ] && replace=$target || replace=$target'-'$ext; echo 'Setting target to '$replace; test -f src/values.config.$ext.js && cp -f src/values.config.$ext.js src/values.config.js; sed -i '' -e 's/'$target'.*\"/'$replace'\"/g' package.json; }; run",
|
|
23
20
|
"copy:upload": "npm run patch; for file in `ls ./src/values.config.*.js`; do dup=`echo $file | sed 's/.*values\\.config\\.\\(.*\\)\\.js/\\1/'`; npm run copy:set $dup; npm run upload; done; npm run copy:set;",
|
|
24
|
-
"copy:betaupload": "
|
|
21
|
+
"copy:betaupload": "for file in `ls ./src/values.config.*.js`; do dup=`echo $file | sed 's/.*values\\.config\\.\\(.*\\)\\.js/\\1/'`; npm run copy:set $dup; npm run betaupload; done; npm run copy:set;"
|
|
25
22
|
},
|
|
26
23
|
"author": "Thorbjorn Kappel Davis",
|
|
27
24
|
"license": "ISC",
|
|
@@ -48,8 +45,6 @@
|
|
|
48
45
|
"react-native-builder-bob": {
|
|
49
46
|
"source": "src",
|
|
50
47
|
"output": "dist",
|
|
51
|
-
"targets": [
|
|
52
|
-
"module"
|
|
53
|
-
]
|
|
48
|
+
"targets": ["module"]
|
|
54
49
|
}
|
|
55
50
|
}
|
package/src/index.js
CHANGED
|
@@ -14,8 +14,8 @@ export const Screens = {
|
|
|
14
14
|
};
|
|
15
15
|
|
|
16
16
|
export { default as Config } from "./feature.config";
|
|
17
|
-
export { default as WidgetSmall } from "./components/
|
|
18
|
-
export { default as WidgetLarge } from "./components/
|
|
17
|
+
export { default as WidgetSmall } from "./components/WidgetSmall";
|
|
18
|
+
export { default as WidgetLarge } from "./components/WidgetLarge";
|
|
19
19
|
export { default as WidgetGrid } from "./components/WidgetGrid";
|
|
20
20
|
|
|
21
21
|
export { FeatureConfig };
|