@vibecuting/video-project-helper 1.0.0 → 1.0.5

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 (2) hide show
  1. package/package.json +9 -10
  2. package/LICENSE +0 -22
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vibecuting/video-project-helper",
3
- "version": "1.0.0",
3
+ "version": "1.0.5",
4
4
  "type": "module",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "main": "src/index.ts",
@@ -10,19 +10,18 @@
10
10
  },
11
11
  "publishConfig": {
12
12
  "registry": "https://registry.npmjs.org",
13
- "access": "public",
14
- "provenance": true
15
- },
16
- "devDependencies": {
17
- "@testing-library/jest-dom": "^6.8.0",
18
- "@types/node": "20.12.2",
19
- "typescript": "5.9.3",
20
- "vitest": "^4.1.0"
13
+ "access": "public"
21
14
  },
22
15
  "scripts": {
23
16
  "lint": "node ../../../scripts/run-eslint.mjs .",
24
17
  "lint:fix": "node ../../../scripts/run-eslint.mjs . --fix",
25
18
  "typecheck": "pnpm exec tsc -p tsconfig.json --noEmit",
26
19
  "test": "pnpm exec vitest run"
20
+ },
21
+ "devDependencies": {
22
+ "@testing-library/jest-dom": "^6.8.0",
23
+ "@types/node": "20.12.2",
24
+ "typescript": "5.9.3",
25
+ "vitest": "^4.1.0"
27
26
  }
28
- }
27
+ }
package/LICENSE DELETED
@@ -1,22 +0,0 @@
1
- Foldspace Proprietary Non-Commercial License
2
-
3
- Copyright (c) 2026 @foldspace. All rights reserved.
4
-
5
- Permission is granted to any person or organization obtaining a copy of this
6
- software and associated documentation files (the "Software") to use, copy,
7
- modify, and distribute the Software solely for internal, non-commercial,
8
- evaluation, and development purposes, provided that this license notice
9
- remains included in all copies or substantial portions of the Software.
10
-
11
- Commercial use of the Software, including but not limited to selling,
12
- licensing, sublicensing, hosting as a paid service, or otherwise using the
13
- Software to generate revenue, is prohibited without prior written permission
14
- from @foldspace.
15
-
16
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18
- FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT. IN NO EVENT SHALL
19
- @foldspace OR CONTRIBUTORS BE LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER
20
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT, OR OTHERWISE, ARISING FROM,
21
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22
- SOFTWARE.