@mirai/core 0.4.52 → 0.4.53

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 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirai/core",
3
- "version": "0.4.52",
3
+ "version": "0.4.53",
4
4
  "source": "src/index.js",
5
5
  "repository": "https://gitlab.com/miraicorp/dev/frontend/core",
6
6
  "author": "JΛVI <hello@soyjavi.com>",
@@ -9,7 +9,7 @@
9
9
  "setup": "rm -rf node_modules && rm -rf yarn.lock && yarn install --force",
10
10
  "start": "node scripts/start.js development",
11
11
  "build:npm": "node scripts/build.js",
12
- "build:bundle": "node scripts/bundle.js && yarn sentry:sourcemaps",
12
+ "build:bundle": "node scripts/bundle.js && node scripts/sentry.js",
13
13
  "build:stats": "source-map-explorer 'dist/**/*.js'",
14
14
  "serve": "serve dist/site -p 8080 -u -n",
15
15
  "lint": "eslint --cache --fix --format codeframe --ext .jsx,.js src",
@@ -21,8 +21,7 @@
21
21
  "test:e2e:recorder": "yarn playwright codegen --device='iPhone 12'",
22
22
  "test:e2e:report": "yarn playwright show-report",
23
23
  "pipeline": "yarn lint && yarn test",
24
- "release": "yarn build:npm && yarn version --patch && yarn publish --access public",
25
- "sentry:sourcemaps": "sentry-cli sourcemaps inject --org mirai-7f --project core ./dist-with-maps && sentry-cli sourcemaps upload --org mirai-7f --project core ./dist-with-maps"
24
+ "release": "yarn build:npm && yarn version --patch && yarn publish --access public"
26
25
  },
27
26
  "dependencies": {
28
27
  "@mirai/data-sources": "^0.1",