framer-api 0.1.4 → 0.1.6

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/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "framer-api",
3
- "version": "0.1.4",
3
+ "version": "0.1.6",
4
+ "license": "MIT",
4
5
  "type": "module",
5
6
  "types": "dist/index.d.ts",
6
7
  "exports": {
@@ -12,15 +13,16 @@
12
13
  },
13
14
  "main": "./dist/index.js",
14
15
  "files": [
15
- "dist/"
16
+ "dist/",
17
+ "LICENSE"
16
18
  ],
17
19
  "scripts": {
18
20
  "build": "tsup",
19
21
  "dev": "tsup --watch",
20
- "test": "jest",
22
+ "test": "yarn :jest",
21
23
  "analyze": "tsup --metafile && du -sh dist/*",
22
24
  "size": "du -sh dist/*",
23
- "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
25
+ "lint": "yarn :lint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
24
26
  "clean": "rm -rf dist",
25
27
  "typecheck": "tsc --noEmit",
26
28
  "check": "yarn typecheck && yarn lint",
@@ -29,6 +31,7 @@
29
31
  "prepublishOnly": "echo 'Please use make for publishing' && exit 1"
30
32
  },
31
33
  "dependencies": {
34
+ "csstype": "^3.1.1",
32
35
  "devalue": "^5.6.4",
33
36
  "std-env": "^4.0.0"
34
37
  },
@@ -38,14 +41,10 @@
38
41
  "@framerjs/shared": "1.0.0",
39
42
  "@swc/core": "1.15.3",
40
43
  "@swc/jest": "^0.2.37",
41
- "@types/node": "24.10.9",
42
- "@typescript-eslint/eslint-plugin": "^8.55.0",
43
- "@typescript-eslint/parser": "^8.55.0",
44
- "eslint": "^8.57.1",
44
+ "@types/node": "24.10.15",
45
45
  "eslint-plugin-framer-studio": "1.0.0",
46
- "framer-plugin": "3.11.0-alpha.4",
47
- "jest": "29.4.1",
48
- "tsup": "^8.0.2",
46
+ "framer-plugin": "3.11.0-alpha.6",
47
+ "tsup": "^8.5.1",
49
48
  "tsx": "^4.19.2",
50
49
  "typescript": "^5.9.2",
51
50
  "vekter": "0.0.1"