@symbiotejs/symbiote 3.0.4 → 3.0.5

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 +2 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -356,9 +356,10 @@ Symbiote and Lit have similar base sizes, but Symbiote's **5.9 kb** includes mor
356
356
 
357
357
  All modern browsers: Chrome, Firefox, Safari, Edge, Opera.
358
358
 
359
- ## Docs
359
+ ## Docs & Examples
360
360
 
361
361
  - [Documentation](https://github.com/symbiotejs/symbiote.js/blob/main/docs/README.md)
362
+ - [Live Examples](https://rnd-pro.com/symbiote/3x/examples/) - Interactive Code Playground
362
363
  - [AI Reference](https://github.com/symbiotejs/symbiote.js/blob/main/AI_REFERENCE.md)
363
364
  - [Changelog](https://github.com/symbiotejs/symbiote.js/blob/main/CHANGELOG.md)
364
365
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@symbiotejs/symbiote",
4
- "version": "3.0.4",
4
+ "version": "3.0.5",
5
5
  "description": "Symbiote.js - zero-dependency close-to-platform frontend library to build super-powered web components",
6
6
  "author": "team@rnd-pro.com",
7
7
  "license": "MIT",
@@ -9,7 +9,7 @@
9
9
  "prepare": "git config core.hooksPath .git-hooks",
10
10
  "types": "rm -rf types && tsc -p dts.cfg.json && node scripts/clean-dts.js",
11
11
  "prepublishOnly": "npm test",
12
- "pub": "npm run types && node scripts/update-exports.js && npm publish --tag beta",
12
+ "pub": "npm run types && node scripts/update-exports.js && npm publish",
13
13
  "postinstall": "node scripts/postinstall.js",
14
14
  "test": "node --test test/node/*.test.js && npx playwright test",
15
15
  "test:unit": "node --test test/node/*.test.js",