tempest-react-sdk 0.1.0 → 0.1.2

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,6 +1,6 @@
1
1
  {
2
2
  "name": "tempest-react-sdk",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "SDK público da Tempest com componentes, hooks e integrações para projetos React.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -51,9 +51,6 @@
51
51
  "test": "vitest",
52
52
  "test:run": "vitest run",
53
53
  "test:coverage": "vitest run --coverage",
54
- "changeset": "changeset",
55
- "version": "changeset version",
56
- "release": "npm run build && changeset publish",
57
54
  "clean": "rm -rf dist coverage",
58
55
  "prepare": "husky",
59
56
  "prepublishOnly": "npm run typecheck && npm run lint && npm run test:run && npm run build"
@@ -98,7 +95,6 @@
98
95
  }
99
96
  },
100
97
  "devDependencies": {
101
- "@changesets/cli": "^2.31.0",
102
98
  "@eslint/js": "^9.36.0",
103
99
  "@tanstack/react-query": "^5.90.0",
104
100
  "@testing-library/jest-dom": "^6.9.1",