tetrons 2.3.67 → 2.3.69

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 +2 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tetrons",
3
- "version": "2.3.67",
3
+ "version": "2.3.69",
4
4
  "description": "A Next.js project written in TypeScript",
5
5
  "main": "./dist/index.node.cjs",
6
6
  "module": "./dist/index.node.mjs",
@@ -75,6 +75,7 @@
75
75
  "license": "MIT",
76
76
  "exports": {
77
77
  ".": {
78
+ "browser": "./dist/index.browser.js",
78
79
  "import": "./dist/index.node.mjs",
79
80
  "require": "./dist/index.node.cjs"
80
81
  },
@@ -108,11 +109,6 @@
108
109
  "require": "./dist/app/api/validate/route.cjs"
109
110
  }
110
111
  },
111
- "browser": {
112
- "./dist/index.node.mjs": "./dist/index.browser.js",
113
- "./dist/index.node.cjs": "./dist/index.browser.js",
114
- "./dist/licenseUtils.server.js": false
115
- },
116
112
  "files": [
117
113
  "dist",
118
114
  "dist/styles/tetrons.css",