@cutting/svg 4.43.3 → 4.45.1

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 (49) hide show
  1. package/.turbo/turbo-build.log +21 -21
  2. package/CHANGELOG.md +10 -25
  3. package/{cutting-svg-4.43.3.tgz → cutting-svg-4.45.1.tgz} +0 -0
  4. package/dist/cjs/components/Group/Group.d.ts +0 -0
  5. package/dist/cjs/components/Group/Group.d.ts.map +0 -0
  6. package/dist/cjs/components/Line/Line.d.ts +0 -0
  7. package/dist/cjs/components/Line/Line.d.ts.map +0 -0
  8. package/dist/cjs/components/ParentsizeSVG/ParentsizeSVG.d.ts +0 -0
  9. package/dist/cjs/components/ParentsizeSVG/ParentsizeSVG.d.ts.map +0 -0
  10. package/dist/cjs/components/ResponsiveSVG/ResponsiveSVG.d.ts +0 -0
  11. package/dist/cjs/components/ResponsiveSVG/ResponsiveSVG.d.ts.map +0 -0
  12. package/dist/cjs/index.d.ts +0 -0
  13. package/dist/cjs/index.d.ts.map +0 -0
  14. package/dist/cjs/index.js +0 -0
  15. package/dist/cjs/svg.cjs.development.js +0 -0
  16. package/dist/cjs/svg.cjs.development.js.map +0 -0
  17. package/dist/cjs/svg.cjs.production.min.js +0 -0
  18. package/dist/cjs/svg.cjs.production.min.js.map +0 -0
  19. package/dist/cjs/types/types.d.ts +0 -0
  20. package/dist/cjs/types/types.d.ts.map +0 -0
  21. package/dist/esm/components/Group/Group.d.ts +0 -0
  22. package/dist/esm/components/Group/Group.d.ts.map +0 -0
  23. package/dist/esm/components/Line/Line.d.ts +0 -0
  24. package/dist/esm/components/Line/Line.d.ts.map +0 -0
  25. package/dist/esm/components/ParentsizeSVG/ParentsizeSVG.d.ts +0 -0
  26. package/dist/esm/components/ParentsizeSVG/ParentsizeSVG.d.ts.map +0 -0
  27. package/dist/esm/components/ResponsiveSVG/ResponsiveSVG.d.ts +0 -0
  28. package/dist/esm/components/ResponsiveSVG/ResponsiveSVG.d.ts.map +0 -0
  29. package/dist/esm/index.d.ts +0 -0
  30. package/dist/esm/index.d.ts.map +0 -0
  31. package/dist/esm/index.js +0 -0
  32. package/dist/esm/index.js.map +0 -0
  33. package/dist/esm/types/types.d.ts +0 -0
  34. package/dist/esm/types/types.d.ts.map +0 -0
  35. package/dist/umd/components/Group/Group.d.ts +0 -0
  36. package/dist/umd/components/Group/Group.d.ts.map +0 -0
  37. package/dist/umd/components/Line/Line.d.ts +0 -0
  38. package/dist/umd/components/Line/Line.d.ts.map +0 -0
  39. package/dist/umd/components/ParentsizeSVG/ParentsizeSVG.d.ts +0 -0
  40. package/dist/umd/components/ParentsizeSVG/ParentsizeSVG.d.ts.map +0 -0
  41. package/dist/umd/components/ResponsiveSVG/ResponsiveSVG.d.ts +0 -0
  42. package/dist/umd/components/ResponsiveSVG/ResponsiveSVG.d.ts.map +0 -0
  43. package/dist/umd/index.d.ts +0 -0
  44. package/dist/umd/index.d.ts.map +0 -0
  45. package/dist/umd/index.js +0 -0
  46. package/dist/umd/index.js.map +0 -0
  47. package/dist/umd/types/types.d.ts +0 -0
  48. package/dist/umd/types/types.d.ts.map +0 -0
  49. package/package.json +1 -1
@@ -1,21 +1,21 @@
1
- @cutting/svg:build: cache hit, replaying output b388778741f72697
2
- @cutting/svg:build: 
3
- @cutting/svg:build: > @cutting/svg@4.43.3 build /home/runner/work/cuttingedge/cuttingedge/packages/svg
4
- @cutting/svg:build: > NODE_ENV=production devtools rollup
5
- @cutting/svg:build: 
6
- @cutting/svg:build:  DEBUG using tsconfig.dist.json
7
- @cutting/svg:build:  WARNING emptying dist /home/runner/work/cuttingedge/cuttingedge/packages/svg/dist
8
- @cutting/svg:build:  START using input file index.ts for @cutting/svg
9
- @cutting/svg:build: 
10
- @cutting/svg:build:  INFO Generating @cutting/svg bundle.
11
- @cutting/svg:build:  INFO writing svg.cjs.development.js for @cutting/svg
12
- @cutting/svg:build:  INFO writing svg.cjs.production.min.js for @cutting/svg
13
- @cutting/svg:build:  INFO writing index.js for @cutting/svg
14
- @cutting/svg:build:  INFO writing index.js for @cutting/svg
15
- @cutting/svg:build: No name was provided for external module 'react/jsx-runtime' in output.globals – guessing 'jsxRuntime'
16
- @cutting/svg:build: No name was provided for external module '@babel/runtime/helpers/objectSpread2' in output.globals – guessing '_objectSpread'
17
- @cutting/svg:build: No name was provided for external module '@babel/runtime/helpers/objectWithoutProperties' in output.globals – guessing '_objectWithoutProperties'
18
- @cutting/svg:build: No name was provided for external module '@cutting/use-get-parent-size' in output.globals – guessing 'useGetParentSize'
19
- @cutting/svg:build: No name was provided for external module 'classnames' in output.globals – guessing 'cx'
20
- @cutting/svg:build:  DONE finished building
21
- @cutting/svg:build: 
1
+ @cutting/svg:build: cache hit, replaying output bfdf012c88560dc8
2
+ @cutting/svg:build:
3
+ @cutting/svg:build: > @cutting/svg@4.45.1 build /home/runner/work/cuttingedge/cuttingedge/packages/svg
4
+ @cutting/svg:build: > NODE_ENV=production devtools rollup
5
+ @cutting/svg:build:
6
+ @cutting/svg:build: DEBUG using tsconfig.dist.json
7
+ @cutting/svg:build: WARNING emptying dist /home/runner/work/cuttingedge/cuttingedge/packages/svg/dist
8
+ @cutting/svg:build: START using input file index.ts for @cutting/svg
9
+ @cutting/svg:build:
10
+ @cutting/svg:build: INFO Generating @cutting/svg bundle.
11
+ @cutting/svg:build: INFO writing svg.cjs.development.js for @cutting/svg
12
+ @cutting/svg:build: INFO writing svg.cjs.production.min.js for @cutting/svg
13
+ @cutting/svg:build: INFO writing index.js for @cutting/svg
14
+ @cutting/svg:build: INFO writing index.js for @cutting/svg
15
+ @cutting/svg:build: No name was provided for external module 'react/jsx-runtime' in output.globals – guessing 'jsxRuntime'
16
+ @cutting/svg:build: No name was provided for external module '@babel/runtime/helpers/objectSpread2' in output.globals – guessing '_objectSpread'
17
+ @cutting/svg:build: No name was provided for external module '@babel/runtime/helpers/objectWithoutProperties' in output.globals – guessing '_objectWithoutProperties'
18
+ @cutting/svg:build: No name was provided for external module '@cutting/use-get-parent-size' in output.globals – guessing 'useGetParentSize'
19
+ @cutting/svg:build: No name was provided for external module 'classnames' in output.globals – guessing 'cx'
20
+ @cutting/svg:build: DONE finished building
21
+ @cutting/svg:build:
package/CHANGELOG.md CHANGED
@@ -1,37 +1,22 @@
1
1
  # @cutting/svg
2
2
 
3
- ## 4.43.3
3
+ ## 4.45.1
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Updated dependencies
8
- - @cutting/util@4.49.0
9
- - @cutting/use-get-parent-size@1.17.3
7
+ - afb80318: bump
8
+ - Updated dependencies [afb80318]
9
+ - @cutting/use-get-parent-size@1.19.1
10
+ - @cutting/util@4.50.1
10
11
 
11
- ## 4.43.2
12
-
13
- ### Patch Changes
14
-
15
- - Updated dependencies [1edcec38]
16
- - @cutting/util@4.48.0
17
- - @cutting/use-get-parent-size@1.17.2
18
-
19
- ## 4.43.1
20
-
21
- ### Patch Changes
22
-
23
- - Updated dependencies [20164c54]
24
- - @cutting/util@4.47.0
25
- - @cutting/use-get-parent-size@1.17.1
26
-
27
- ## 4.43.0
12
+ ## 4.45.0
28
13
 
29
14
  ### Minor Changes
30
15
 
31
- - d98dd7d1: use browserlistrc and remove babel targets
16
+ - a38ea904: reset changelogs
32
17
 
33
18
  ### Patch Changes
34
19
 
35
- - Updated dependencies [d98dd7d1]
36
- - @cutting/use-get-parent-size@1.17.0
37
- - @cutting/util@4.46.0
20
+ - Updated dependencies [a38ea904]
21
+ - @cutting/use-get-parent-size@1.19.0
22
+ - @cutting/util@4.50.0
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/dist/cjs/index.js CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/dist/esm/index.js CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/dist/umd/index.js CHANGED
File without changes
File without changes
File without changes
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cutting/svg",
3
- "version": "4.43.3",
3
+ "version": "4.45.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/dagda1/cuttingedge.git"