@apps-in-toss/plugins 0.0.29 → 0.0.30

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/index.cjs CHANGED
@@ -27659,10 +27659,6 @@ function appsInTossPostNotice() {
27659
27659
  build: {
27660
27660
  order: phase,
27661
27661
  async handler({ appName }) {
27662
- if (this.meta.hermes == null) {
27663
- log2(`Hermes \uD50C\uB7EC\uADF8\uC778 \uAD6C\uC131\uC744 \uCC3E\uC744 \uC218 \uC5C6\uC5B4\uC694. \uAC00\uC774\uB4DC\uB97C \uCC38\uACE0\uD558\uC5EC Hermes \uD50C\uB7EC\uADF8\uC778\uC744 \uAD6C\uC131\uD574\uC8FC\uC138\uC694.`);
27664
- return;
27665
- }
27666
27662
  if (this.meta.sentry) {
27667
27663
  const command = [
27668
27664
  "ait sentry upload-sourcemap",
package/dist/index.js CHANGED
@@ -27649,10 +27649,6 @@ function appsInTossPostNotice() {
27649
27649
  build: {
27650
27650
  order: phase,
27651
27651
  async handler({ appName }) {
27652
- if (this.meta.hermes == null) {
27653
- log2(`Hermes \uD50C\uB7EC\uADF8\uC778 \uAD6C\uC131\uC744 \uCC3E\uC744 \uC218 \uC5C6\uC5B4\uC694. \uAC00\uC774\uB4DC\uB97C \uCC38\uACE0\uD558\uC5EC Hermes \uD50C\uB7EC\uADF8\uC778\uC744 \uAD6C\uC131\uD574\uC8FC\uC138\uC694.`);
27654
- return;
27655
- }
27656
27652
  if (this.meta.sentry) {
27657
27653
  const command = [
27658
27654
  "ait sentry upload-sourcemap",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@apps-in-toss/plugins",
3
3
  "type": "module",
4
- "version": "0.0.29",
4
+ "version": "0.0.30",
5
5
  "description": "The plugins for Apps In Toss",
6
6
  "scripts": {
7
7
  "prepack": "yarn build",
@@ -44,5 +44,5 @@
44
44
  "publishConfig": {
45
45
  "access": "public"
46
46
  },
47
- "gitHead": "d05ff237b358da05d562728d0ac965f00c419d63"
47
+ "gitHead": "7390d4ed0f09dec042523a302bc1aa0d21474512"
48
48
  }