corisco 1.3.12-hml → 1.7.0-dev

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "corisco",
3
3
  "private": false,
4
- "version": "1.3.12-hml",
4
+ "version": "1.7.0-dev",
5
5
  "description": "Corisco - Extensão ChatJT para captura de documentos PJe",
6
6
  "type": "module",
7
7
  "main": "dist/corisco.umd.js",
@@ -33,7 +33,7 @@
33
33
  "scripts": {
34
34
  "dev": "cross-env NODE_ENV=dev vite",
35
35
  "build": "cross-env NODE_ENV=dev vite build",
36
- "build:dev": "cross-env NODE_ENV=dev vite build",
36
+ "build:dev": "cross-env NODE_ENV=dev vite build && node ops/copy-to-galileu.mjs",
37
37
  "build:hml": "cross-env NODE_ENV=hml vite build",
38
38
  "build:prd": "cross-env NODE_ENV=prd vite build",
39
39
  "bump": "bash ops/bump-version.sh",
@@ -48,7 +48,6 @@
48
48
  "publish:npm:prd": "npm run build:prd && npm publish --tag latest --registry=https://registry.npmjs.org/"
49
49
  },
50
50
  "dependencies": {
51
- "@sentry/browser": "^10.8.0",
52
51
  "@tailwindcss/vite": "^4.1.11",
53
52
  "js-yaml": "^4.1.0",
54
53
  "pdfjs-dist": "^5.4.54",