@xyd-js/plugin-orama 0.0.0-build → 0.0.0-build-e16f484-20250813082829

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 (3) hide show
  1. package/CHANGELOG.md +6 -6
  2. package/LICENSE +2 -2
  3. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # @xyd-js/plugin-orama
2
2
 
3
- ## 0.0.0-build+6952c2c-20250813013245
3
+ ## 0.0.0-build-e16f484-20250813082829
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - update all packages
8
8
  - Updated dependencies
9
- - @xyd-js/analytics@0.0.0-build+6952c2c-20250813013245
10
- - @xyd-js/components@0.0.0-build+6952c2c-20250813013245
11
- - @xyd-js/content@0.0.0-build+6952c2c-20250813013245
12
- - @xyd-js/core@0.0.0-build+6952c2c-20250813013245
13
- - @xyd-js/plugins@0.0.0-build+6952c2c-20250813013245
9
+ - @xyd-js/analytics@0.0.0-build-e16f484-20250813082829
10
+ - @xyd-js/components@0.0.0-build-e16f484-20250813082829
11
+ - @xyd-js/content@0.0.0-build-e16f484-20250813082829
12
+ - @xyd-js/core@0.0.0-build-e16f484-20250813082829
13
+ - @xyd-js/plugins@0.0.0-build-e16f484-20250813082829
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2025 xyd
3
+ Copyright (c) LiveSession Sp.z.o.o
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
18
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
19
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
20
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
21
+ SOFTWARE.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyd-js/plugin-orama",
3
- "version": "0.0.0-build+6952c2c-20250813013245",
3
+ "version": "0.0.0-build-e16f484-20250813082829",
4
4
  "author": "",
5
5
  "description": "",
6
6
  "license": "MIT",
@@ -25,15 +25,15 @@
25
25
  "remark-parse": "^11.0.0",
26
26
  "remark-rehype": "^11.0.0",
27
27
  "rehype-stringify": "^10.0.0",
28
- "@xyd-js/core": "0.0.0-build+6952c2c-20250813013245",
29
- "@xyd-js/content": "0.0.0-build+6952c2c-20250813013245",
30
- "@xyd-js/plugins": "0.0.0-build+6952c2c-20250813013245",
31
- "@xyd-js/components": "0.0.0-build+6952c2c-20250813013245"
28
+ "@xyd-js/core": "0.0.0-build-e16f484-20250813082829",
29
+ "@xyd-js/content": "0.0.0-build-e16f484-20250813082829",
30
+ "@xyd-js/plugins": "0.0.0-build-e16f484-20250813082829",
31
+ "@xyd-js/components": "0.0.0-build-e16f484-20250813082829"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "react": "^19.1.0",
35
35
  "react-dom": "^19.1.0",
36
- "@xyd-js/analytics": "0.0.0-build+6952c2c-20250813013245"
36
+ "@xyd-js/analytics": "0.0.0-build-e16f484-20250813082829"
37
37
  },
38
38
  "devDependencies": {
39
39
  "vite": "^7.0.0",