@aws-amplify/rtn-push-notification 1.2.29-unstable.fa02396.0 → 1.2.29

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/rtn-push-notification",
3
- "version": "1.2.29-unstable.fa02396.0+fa02396",
3
+ "version": "1.2.29",
4
4
  "description": "React Native module for aws-amplify push notifications",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.mjs",
@@ -14,7 +14,7 @@
14
14
  "test": "npm run lint && jest -w 1 --coverage --logHeapUsage",
15
15
  "test:android": "./android/gradlew test -p ./android",
16
16
  "build-with-test": "npm run clean && npm test && tsc",
17
- "build:esm-cjs": "rollup -c rollup.config.mjs",
17
+ "build:esm-cjs": "rollup --forceExit -c rollup.config.mjs",
18
18
  "build:watch": "npm run build:esm-cjs -- --watch",
19
19
  "build": "npm run clean && npm run build:esm-cjs",
20
20
  "clean": "rimraf lib-esm lib dist",
@@ -45,5 +45,5 @@
45
45
  "dist/esm",
46
46
  "src"
47
47
  ],
48
- "gitHead": "fa02396112561ff9a202fbd528839ed3e9855117"
48
+ "gitHead": "3283f520db9a28b317b261f08ad0ad33b5957441"
49
49
  }