@qratilabs/qrati-connect 1.0.0-beta.1
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/CHANGELOG.md +81 -0
- package/README.md +1 -0
- package/index.js +1446 -0
- package/package.json +98 -0
- package/stats.html +4949 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
# [1.0.0-beta.12](https://github.com/qrati-labs/qrati-connect-js/compare/v1.0.0-beta.11...v1.0.0-beta.12) (2025-02-14)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* Enable npm publishing in release workflow with tarball directory configuration ([d247ea6](https://github.com/qrati-labs/qrati-connect-js/commit/d247ea6eada24460e8ce359852a1c86fead95455))
|
|
7
|
+
* Remove beta tag from publish configuration in package.json ([d1b0665](https://github.com/qrati-labs/qrati-connect-js/commit/d1b06656f8aa6855fdeeb0a264b781db11208fbe))
|
|
8
|
+
|
|
9
|
+
# [1.0.0-beta.11](https://github.com/qrati-labs/qrati-connect-js/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2025-02-14)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
* Add npm publish step with dynamic tag handling in release workflow ([e0f5d5b](https://github.com/qrati-labs/qrati-connect-js/commit/e0f5d5be050219e98af224643b5e121e9a867b39))
|
|
15
|
+
|
|
16
|
+
# [1.0.0-beta.10](https://github.com/qrati-labs/qrati-connect-js/compare/v1.0.0-beta.9...v1.0.0-beta.10) (2025-02-14)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Features
|
|
20
|
+
|
|
21
|
+
* Add npm publishing configuration for latest and beta tags ([65f08de](https://github.com/qrati-labs/qrati-connect-js/commit/65f08de7cfbe44aa3b6165947bee1340b585d7c5))
|
|
22
|
+
* Add rollup-plugin-copy to copy files during build process ([ab651df](https://github.com/qrati-labs/qrati-connect-js/commit/ab651df9198134cacf1051f8416bb9cb26ff47a5))
|
|
23
|
+
* Add step to clean previous builds in release workflow ([38e5257](https://github.com/qrati-labs/qrati-connect-js/commit/38e5257e2cef9b55b21c4f0d8cce6060b3bc9baa))
|
|
24
|
+
* Refactor release workflow to streamline environment variable setup for beta and production ([7c0bdef](https://github.com/qrati-labs/qrati-connect-js/commit/7c0bdef6e3888efd4244665c9250f2edd8f7b42a))
|
|
25
|
+
* Update release configuration to include beta tag for npm publish ([56807d0](https://github.com/qrati-labs/qrati-connect-js/commit/56807d0a222dcf077eb4ea105e3fcfa606f8d9fa))
|
|
26
|
+
* Update release workflow and environment variable handling ([c6a4680](https://github.com/qrati-labs/qrati-connect-js/commit/c6a4680000bf6730c1b8515e1ca339c71843e58c))
|
|
27
|
+
|
|
28
|
+
# [1.0.0-beta.9](https://github.com/qrati-labs/qrati-connect-js/compare/v1.0.0-beta.8...v1.0.0-beta.9) (2025-02-14)
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### Bug Fixes
|
|
32
|
+
|
|
33
|
+
* Remove CHANGELOG.md from release assets in configuration ([212d90d](https://github.com/qrati-labs/qrati-connect-js/commit/212d90d942ddb28552935e950d1d6e6e8ddba098))
|
|
34
|
+
|
|
35
|
+
# [1.0.0-beta.8](https://github.com/qrati-labs/qrati-connect-js/compare/v1.0.0-beta.7...v1.0.0-beta.8) (2025-02-14)
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
### Bug Fixes
|
|
39
|
+
|
|
40
|
+
* Update README.md with new content ([e955639](https://github.com/qrati-labs/qrati-connect-js/commit/e9556393de730d69142f4837a34b223651708f67))
|
|
41
|
+
|
|
42
|
+
# [1.0.0-beta.3](https://github.com/qrati-labs/qrati-connect-js/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2025-02-13)
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
### Bug Fixes
|
|
46
|
+
|
|
47
|
+
* Update release configuration to use dynamic tagging and remove unnecessary fields ([086f780](https://github.com/qrati-labs/qrati-connect-js/commit/086f78041397d443fdd4d92f06491444a724fc5d))
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
### Features
|
|
51
|
+
|
|
52
|
+
* Update release configuration for public access and tagging ([5a25151](https://github.com/qrati-labs/qrati-connect-js/commit/5a2515111bbc77ac918347c6e64d6e95ef02d6af))
|
|
53
|
+
|
|
54
|
+
# [1.0.0-beta.2](https://github.com/qrati-labs/qrati-connect-js/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2025-02-13)
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
### Bug Fixes
|
|
58
|
+
|
|
59
|
+
* Remove [skip ci] from release message in .releaserc.json ([51ec461](https://github.com/qrati-labs/qrati-connect-js/commit/51ec46105cc57ba084f2cfbbb00c28e9e25c73a4))
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
### Features
|
|
63
|
+
|
|
64
|
+
* Add public access setting to release configuration ([d7822d0](https://github.com/qrati-labs/qrati-connect-js/commit/d7822d016799775462a5486aa52633d35d3a3ef1))
|
|
65
|
+
|
|
66
|
+
# 1.0.0-beta.1 (2025-02-13)
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
### Bug Fixes
|
|
70
|
+
|
|
71
|
+
* Rename NODE_AUTH_TOKEN to NPM_TOKEN in release workflow for consistency ([02298d6](https://github.com/qrati-labs/qrati-connect-js/commit/02298d6e6a3c9589dc37eb5b8bd0625113941f99))
|
|
72
|
+
* Update environment variable names in release workflow for consistency ([0332aa8](https://github.com/qrati-labs/qrati-connect-js/commit/0332aa8140823b5b7ba143f3a8db16b969782ba2))
|
|
73
|
+
* Update wouter dependency to version 3.6.0 in package.json and package-lock.json ([09a7d53](https://github.com/qrati-labs/qrati-connect-js/commit/09a7d53bfb915c2b8f14b49576955b6cdc4f26b2))
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
### Features
|
|
77
|
+
|
|
78
|
+
* Add rollup-plugin-delete to clean output directory before builds ([b50b989](https://github.com/qrati-labs/qrati-connect-js/commit/b50b989aa652c7cd9d0ba2b2c6b09498d15f7350))
|
|
79
|
+
* Refactor package structure and update release workflow for improved organization ([b95b157](https://github.com/qrati-labs/qrati-connect-js/commit/b95b15720d14777d454791a599f87f11bd1e3d3b))
|
|
80
|
+
* Release file added ([ee0a85e](https://github.com/qrati-labs/qrati-connect-js/commit/ee0a85e493fe5425cac75218e52517399c97c49c))
|
|
81
|
+
* Update Rollup configuration and TypeScript settings for improved build process ([ae647b2](https://github.com/qrati-labs/qrati-connect-js/commit/ae647b279c7a3e069393d46a35819b2bfb1b495e))
|
package/README.md
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
updated readme
|