@nativelayer.dev/restate 0.2.0

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.

Potentially problematic release.


This version of @nativelayer.dev/restate might be problematic. Click here for more details.

@@ -0,0 +1,20 @@
1
+ name: Publish
2
+
3
+ on:
4
+ push:
5
+ tags:
6
+ - 'v*.*.*'
7
+
8
+ jobs:
9
+ publish:
10
+ runs-on: ubuntu-latest
11
+
12
+ steps:
13
+ - uses: actions/checkout@v4
14
+ - uses: actions/setup-node@v4
15
+ with:
16
+ node-version: '20'
17
+ registry-url: 'https://registry.npmjs.org'
18
+ - run: npm publish --access public
19
+ env:
20
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
package/CHANGELOG.md ADDED
@@ -0,0 +1,16 @@
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ ## [0.2.0] - 2026-02-11
6
+
7
+ ### Added
8
+
9
+ - Plugin namespace collision system
10
+ - $methods, $computed now incorporated in core instead of plugin
11
+
12
+ ## [0.1.0] - 2025-07-26
13
+
14
+ ### Added
15
+
16
+ - Initial release of restate library ~
package/LICENSE ADDED
@@ -0,0 +1,132 @@
1
+ PolyForm Noncommercial License 1.0.0
2
+
3
+ Required Notice: Copyright (c) 2025 Yannick J.A. Charlery (https://github.com/ynck-chrl/restate)
4
+
5
+ For commercial licensing, contact: info@nativelayer.dev
6
+
7
+ https://polyformproject.org/licenses/noncommercial/1.0.0
8
+
9
+ ## Acceptance
10
+
11
+ In order to get any license under these terms, you must agree
12
+ to them as both strict obligations and conditions to all
13
+ your licenses.
14
+
15
+ ## Copyright License
16
+
17
+ The licensor grants you a copyright license for the
18
+ software to do everything you might do with the software
19
+ that would otherwise infringe the licensor's copyright
20
+ in it for any permitted purpose. However, you may
21
+ only distribute the software according to Distribution
22
+ License and make changes or new works based on the
23
+ software according to Changes and New Works License.
24
+
25
+ ## Distribution License
26
+
27
+ The licensor grants you an additional copyright license
28
+ to distribute copies of the software. Your license
29
+ to distribute covers distributing the software with
30
+ changes and new works permitted by Changes and New Works
31
+ License.
32
+
33
+ ## Notices
34
+
35
+ You must ensure that anyone who gets a copy of any part of
36
+ the software from you also gets a copy of these terms or the
37
+ URL for them above, as well as copies of any plain-text lines
38
+ beginning with Required Notice: that the licensor provided
39
+ with the software.
40
+
41
+ ## Changes and New Works License
42
+
43
+ The licensor grants you an additional copyright license to
44
+ make changes and new works based on the software for any
45
+ permitted purpose.
46
+
47
+ ## Patent License
48
+
49
+ The licensor grants you a patent license for the software that
50
+ covers patent claims the licensor can license, or becomes able
51
+ to license, that you would infringe by using the software.
52
+
53
+ ## Noncommercial Purposes
54
+
55
+ Any noncommercial purpose is a permitted purpose.
56
+
57
+ ## Personal Uses
58
+
59
+ Personal use for research, experiment, and testing for
60
+ the benefit of public knowledge, personal study, private
61
+ entertainment, hobby projects, amateur pursuits, or religious
62
+ observance, without any anticipated commercial application,
63
+ is use for a permitted purpose.
64
+
65
+ ## Noncommercial Organizations
66
+
67
+ Use by any charitable organization, educational institution,
68
+ public research organization, public safety or health
69
+ organization, environmental protection organization,
70
+ or government institution is use for a permitted purpose
71
+ regardless of the source of funding or obligations resulting
72
+ from the funding.
73
+
74
+ ## Fair Use
75
+
76
+ You may have "fair use" rights for the software under the
77
+ law. These terms do not limit them.
78
+
79
+ ## No Other Rights
80
+
81
+ These terms do not allow you to sublicense or transfer any of
82
+ your licenses to anyone else, or prevent the licensor from
83
+ granting licenses to anyone else. These terms do not imply
84
+ any other licenses.
85
+
86
+ ## Patent Defense
87
+
88
+ If you make any written claim that the software infringes or
89
+ contributes to infringement of any patent, your patent license
90
+ for the software granted under these terms ends immediately. If
91
+ your company makes such a claim, your patent license ends
92
+ immediately for work on behalf of your company.
93
+
94
+ ## Violations
95
+
96
+ The first time you are notified in writing that you have
97
+ violated any of these terms, or done anything with the software
98
+ not covered by your licenses, your licenses can nonetheless
99
+ continue if you come into full compliance with these terms,
100
+ and take practical steps to correct past violations, within
101
+ 32 days of receiving notice. Otherwise, all your licenses
102
+ end immediately.
103
+
104
+ ## No Liability
105
+
106
+ As far as the law allows, the software comes as is, without
107
+ any warranty or condition, and the licensor will not be liable
108
+ to you for any damages arising out of these terms or the use
109
+ or nature of the software, under any kind of legal claim.
110
+
111
+ ## Definitions
112
+
113
+ The licensor is the individual or entity offering these
114
+ terms, and the software is the software the licensor makes
115
+ available under these terms.
116
+
117
+ You refers to the individual or entity agreeing to these
118
+ terms.
119
+
120
+ Your company is any legal entity, sole proprietorship,
121
+ or other kind of organization that you work for, plus all
122
+ organizations that have control over, are under the control of,
123
+ or are under common control with that organization. Control
124
+ means ownership of substantially all the assets of an entity,
125
+ or the power to direct its management and policies by vote,
126
+ contract, or otherwise. Control can be direct or indirect.
127
+
128
+ Your licenses are all the licenses granted to you for the
129
+ software under these terms.
130
+
131
+ Use means anything you do with the software requiring one
132
+ of your licenses.