@freelensapp/animate 0.1.0 → 0.1.2
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/LICENSE +14 -20
- package/README.md +3 -3
- package/package.json +5 -5
package/LICENSE
CHANGED
@@ -1,28 +1,22 @@
|
|
1
|
-
|
1
|
+
MIT License
|
2
2
|
|
3
|
-
Copyright (c)
|
4
|
-
|
5
|
-
Portions of this software are licensed as follows:
|
3
|
+
Copyright (c) 2024-2025 Freelens Authors.
|
6
4
|
|
7
|
-
|
8
|
-
directory exists, is licensed under "Creative Commons: CC BY-SA 4.0 license".
|
9
|
-
* Content outside of the above mentioned directories or restrictions above is
|
10
|
-
available under the "MIT" license as defined below.
|
5
|
+
Copyright (c) 2022 OpenLens Authors.
|
11
6
|
|
12
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
7
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
8
|
+
this software and associated documentation files (the "Software"), to deal in
|
9
|
+
the Software without restriction, including without limitation the rights to
|
10
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
11
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
12
|
+
subject to the following conditions:
|
18
13
|
|
19
14
|
The above copyright notice and this permission notice shall be included in all
|
20
15
|
copies or substantial portions of the Software.
|
21
16
|
|
22
17
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
23
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
SOFTWARE.
|
18
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
19
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
20
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
21
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
22
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
package/README.md
CHANGED
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@freelensapp/animate",
|
3
3
|
"private": false,
|
4
|
-
"version": "0.1.
|
4
|
+
"version": "0.1.2",
|
5
5
|
"description": "Highly extendable animate in the Lens.",
|
6
6
|
"type": "commonjs",
|
7
7
|
"files": [
|
@@ -26,7 +26,7 @@
|
|
26
26
|
"email": "freelens@freelens.app"
|
27
27
|
},
|
28
28
|
"license": "MIT",
|
29
|
-
"homepage": "https://
|
29
|
+
"homepage": "https://freelens.app",
|
30
30
|
"scripts": {
|
31
31
|
"build": "lens-webpack-build",
|
32
32
|
"lint": "lens-lint",
|
@@ -41,8 +41,8 @@
|
|
41
41
|
"react": "^17.0.2"
|
42
42
|
},
|
43
43
|
"devDependencies": {
|
44
|
-
"@freelensapp/eslint-config": "^0.1.
|
45
|
-
"@freelensapp/webpack": "^0.1.
|
44
|
+
"@freelensapp/eslint-config": "^0.1.2",
|
45
|
+
"@freelensapp/webpack": "^0.1.2"
|
46
46
|
},
|
47
|
-
"gitHead": "
|
47
|
+
"gitHead": "3faea45763aed1a43cc8c26d8d83bec159609cdc"
|
48
48
|
}
|