@simple-table/solid 3.0.2 → 3.0.3

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -33,4 +33,4 @@ npm install @simple-table/solid
33
33
 
34
34
  ## License
35
35
 
36
- Dual licensed — MIT for individuals & startups, proprietary Pro tier for revenue-generating companies. See [LICENSE](LICENSE) and [EULA.txt](../../EULA.txt) for details.
36
+ Dual licensed — MIT for zero-revenue individuals and startups; Pro and Enterprise (commercial EULA) for revenue-generating companies. See [LICENSE](LICENSE), [EULA.txt](../../EULA.txt), and [pricing](https://www.simple-table.com/pricing).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simple-table/solid",
3
- "version": "3.0.2",
3
+ "version": "3.0.3",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/index.es.js",
6
6
  "types": "dist/types/solid/src/index.d.ts",
@@ -28,7 +28,7 @@
28
28
  "solid-js": ">=1.0.0"
29
29
  },
30
30
  "dependencies": {
31
- "simple-table-core": "3.0.2"
31
+ "simple-table-core": "3.0.3"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@babel/preset-typescript": "^7.28.5",