@plusscommunities/pluss-core-app 7.0.0-beta.1 → 7.0.0
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import createIconSetFromIcoMoon from '@expo/vector-icons/createIconSetFromIcoMoon';
|
|
2
2
|
import icoMoonConfig from './pluss60-icons.json';
|
|
3
3
|
const Pl60Icon = createIconSetFromIcoMoon(icoMoonConfig, 'pluss60-icons');
|
|
4
4
|
export { Pl60Icon };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["createIconSetFromIcoMoon","icoMoonConfig","Pl60Icon"],"sources":["pluss60-icons.js"],"sourcesContent":["import
|
|
1
|
+
{"version":3,"names":["createIconSetFromIcoMoon","icoMoonConfig","Pl60Icon"],"sources":["pluss60-icons.js"],"sourcesContent":["import createIconSetFromIcoMoon from '@expo/vector-icons/createIconSetFromIcoMoon';\n\nimport icoMoonConfig from './pluss60-icons.json';\n\nconst Pl60Icon = createIconSetFromIcoMoon(icoMoonConfig, 'pluss60-icons');\n\nexport { Pl60Icon };\n"],"mappings":"AAAA,OAAOA,wBAAwB,MAAM,6CAA6C;AAElF,OAAOC,aAAa,MAAM,sBAAsB;AAEhD,MAAMC,QAAQ,GAAGF,wBAAwB,CAACC,aAAa,EAAE,eAAe,CAAC;AAEzE,SAASC,QAAQ","ignoreList":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plusscommunities/pluss-core-app",
|
|
3
|
-
"version": "7.0.0
|
|
3
|
+
"version": "7.0.0",
|
|
4
4
|
"description": "Core extension package for Pluss Communities platform",
|
|
5
5
|
"main": "dist/module/index.js",
|
|
6
6
|
"module": "dist/module/index.js",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"src/"
|
|
11
11
|
],
|
|
12
12
|
"scripts": {
|
|
13
|
-
"build": "npm i
|
|
13
|
+
"build": "npm i && bob build",
|
|
14
14
|
"betapatch": "npm version prepatch --preid=beta",
|
|
15
15
|
"patch": "npm version patch",
|
|
16
16
|
"betaupload": "npm run build && npm publish --access public --tag beta",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"license": "ISC",
|
|
23
23
|
"dependencies": {},
|
|
24
24
|
"peerDependencies": {
|
|
25
|
-
"@expo/vector-icons": "^14.
|
|
25
|
+
"@expo/vector-icons": "^14.1.0",
|
|
26
26
|
"@react-native-async-storage/async-storage": "^1.23.1",
|
|
27
27
|
"aws-amplify": "^4.3.11",
|
|
28
28
|
"aws-amplify-react-native": "^6.0.2",
|
|
@@ -67,4 +67,4 @@
|
|
|
67
67
|
"module"
|
|
68
68
|
]
|
|
69
69
|
}
|
|
70
|
-
}
|
|
70
|
+
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import
|
|
1
|
+
import createIconSetFromIcoMoon from '@expo/vector-icons/createIconSetFromIcoMoon';
|
|
2
|
+
|
|
2
3
|
import icoMoonConfig from './pluss60-icons.json';
|
|
3
4
|
|
|
4
5
|
const Pl60Icon = createIconSetFromIcoMoon(icoMoonConfig, 'pluss60-icons');
|