@nuskin/routine-feature 3.0.2 → 3.0.3

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 +10 -7
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nuskin/routine-feature",
3
3
  "private": false,
4
- "version": "3.0.2",
4
+ "version": "3.0.3",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://code.tls.nuskin.io/ns-am/mobile/applications/luna-and-sol/shared2.git",
@@ -23,11 +23,11 @@
23
23
  },
24
24
  "scripts": {
25
25
  "prepare": "npx bob build",
26
- "mobiledeploy": "../../scripts/mobiledeploy ${npm_package_name}",
26
+ "mobiledeploy": "../../uberscripts/mobiledeploy ${npm_package_name}",
27
27
  "clean": "rm -rf lib",
28
28
  "lint": "eslint \"**/*.{js,ts,tsx}\"",
29
29
  "test": "jest",
30
- "changelog": "../../scripts/changelog ${npm_package_name}"
30
+ "changelog": "../../uberscripts/changelog ${npm_package_name}"
31
31
  },
32
32
  "peerDependencies": {
33
33
  "react": "^17.0.2",
@@ -56,6 +56,9 @@
56
56
  "transform": {
57
57
  "^.+\\.(js|jsx|ts|tsx)?$": "babel-jest"
58
58
  },
59
+ "moduleNameMapper": {
60
+ "^axios$": "axios/dist/node/axios.cjs"
61
+ },
59
62
  "collectCoverage": true,
60
63
  "collectCoverageFrom": [
61
64
  "**/*.tsx",
@@ -142,10 +145,10 @@
142
145
  ]
143
146
  ]
144
147
  },
145
- "commithash": "c08fc7f9ff8205c3a7310093eb1c76078bc2eb57",
148
+ "commithash": "3f9be620ff2bdfa71df2c07152190543ee80456f",
146
149
  "author": {
147
- "name": "Treg Anderson",
148
- "email": "tsanderson@nuskin.com",
149
- "url": "https://code.tls.nuskin.io/tsanderson"
150
+ "name": "Jaime Alonzo Zamudio Bustamente",
151
+ "email": "jzamudio@nuskin.com",
152
+ "url": "https://code.tls.nuskin.io/jzamudio"
150
153
  }
151
154
  }