motion 11.11.13 → 11.11.14

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.
@@ -1,32 +1,32 @@
1
- (node:6290) ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time
1
+ (node:7983) ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time
2
2
  (Use `node --trace-warnings ...` to show where the warning was created)
3
3
  
4
4
  lib/index.js → dist/motion.dev.js...
5
- created dist/motion.dev.js in 484ms
5
+ created dist/motion.dev.js in 545ms
6
6
  
7
7
  lib/index.js → dist/motion.js...
8
- created dist/motion.js in 766ms
8
+ created dist/motion.js in 950ms
9
9
  
10
10
  lib/index.js → dist/cjs...
11
- created dist/cjs in 218ms
11
+ created dist/cjs in 292ms
12
12
  
13
13
  lib/react-client.js → dist/cjs...
14
- created dist/cjs in 323ms
14
+ created dist/cjs in 288ms
15
15
  
16
16
  lib/react-m.js → dist/cjs...
17
- created dist/cjs in 85ms
17
+ created dist/cjs in 91ms
18
18
  
19
19
  lib/index.js, lib/react.js, lib/react-client.js, lib/react-m.js → dist/es...
20
- created dist/es in 518ms
20
+ created dist/es in 533ms
21
21
  
22
22
  types/index.d.ts → dist/index.d.ts...
23
- created dist/index.d.ts in 9ms
23
+ created dist/index.d.ts in 10ms
24
24
  
25
25
  types/react.d.ts → dist/react.d.ts...
26
26
  created dist/react.d.ts in 5ms
27
27
  
28
28
  types/react-m.d.ts → dist/react-m.d.ts...
29
- created dist/react-m.d.ts in 2ms
29
+ created dist/react-m.d.ts in 3ms
30
30
  
31
31
  types/react-client.d.ts → dist/react-client.d.ts...
32
- created dist/react-client.d.ts in 1ms
32
+ created dist/react-client.d.ts in 2ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "motion",
3
- "version": "11.11.13",
3
+ "version": "11.11.14",
4
4
  "description": "An animation library for JavaScript and React.",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/es/motion/lib/index.mjs",
@@ -77,5 +77,5 @@
77
77
  "optional": true
78
78
  }
79
79
  },
80
- "gitHead": "cd20147aa3e62cc8eac9a748be3b31574a40c28f"
80
+ "gitHead": "c0bf7ee9e6ab169f0b3036862b43448fac5670ed"
81
81
  }
@@ -2,5 +2,5 @@
2
2
  "private": true,
3
3
  "types": "../dist/react.d.ts",
4
4
  "main": "../dist/cjs/react.js",
5
- "module": "../dist/es/react.mjs"
5
+ "module": "../dist/es/motion/lib/react.mjs"
6
6
  }
@@ -2,5 +2,5 @@
2
2
  "private": true,
3
3
  "types": "../dist/react-client.d.ts",
4
4
  "main": "../dist/cjs/react-client.js",
5
- "module": "../dist/es/react-client.mjs"
5
+ "module": "../dist/es/motion/lib/react-client.mjs"
6
6
  }
@@ -2,5 +2,5 @@
2
2
  "private": true,
3
3
  "types": "../dist/react-m.d.ts",
4
4
  "main": "../dist/cjs/react-m.js",
5
- "module": "../dist/es/react-m.mjs"
5
+ "module": "../dist/es/motion/lib/react-m.mjs"
6
6
  }