@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.
Files changed (3) hide show
  1. package/LICENSE +14 -20
  2. package/README.md +3 -3
  3. package/package.json +5 -5
package/LICENSE CHANGED
@@ -1,28 +1,22 @@
1
- Copyright (c) 2024 Freelens Authors.
1
+ MIT License
2
2
 
3
- Copyright (c) 2022 OpenLens Authors.
4
-
5
- Portions of this software are licensed as follows:
3
+ Copyright (c) 2024-2025 Freelens Authors.
6
4
 
7
- * All content residing under the "docs/" directory of this repository, if that
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
- of this software and associated documentation files (the "Software"), to deal
14
- in the Software without restriction, including without limitation the rights
15
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
16
- copies of the Software, and to permit persons to whom the Software is
17
- furnished to do so, subject to the following conditions:
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
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
25
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
26
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
27
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
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
@@ -2,10 +2,10 @@
2
2
 
3
3
  This package contains stuff related to creating Lens-applications.
4
4
 
5
- # Usage
5
+ ## Usage
6
6
 
7
- ```bash
8
- $ npm install @freelensapp/animate
7
+ ```sh
8
+ npm install @freelensapp/animate
9
9
  ```
10
10
 
11
11
  ```typescript
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@freelensapp/animate",
3
3
  "private": false,
4
- "version": "0.1.0",
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://github.com/freelensapp/freelens",
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.0",
45
- "@freelensapp/webpack": "^0.1.0"
44
+ "@freelensapp/eslint-config": "^0.1.2",
45
+ "@freelensapp/webpack": "^0.1.2"
46
46
  },
47
- "gitHead": "de60759713d6e0e01eb480706a8daf7cb836b589"
47
+ "gitHead": "3faea45763aed1a43cc8c26d8d83bec159609cdc"
48
48
  }