@cutting/svg 4.41.0 → 4.41.3

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,22 +1,22 @@
1
- @cutting/svg:build: cache hit, replaying output 6a7d17ef95da7abd
2
- @cutting/svg:build:
3
- @cutting/svg:build: > @cutting/svg@4.41.0 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/slicedToArray' in output.globals – guessing '_slicedToArray'
17
- @cutting/svg:build: No name was provided for external module '@babel/runtime/helpers/objectSpread2' in output.globals – guessing '_objectSpread'
18
- @cutting/svg:build: No name was provided for external module '@babel/runtime/helpers/objectWithoutProperties' in output.globals – guessing '_objectWithoutProperties'
19
- @cutting/svg:build: No name was provided for external module '@cutting/use-get-parent-size' in output.globals – guessing 'useGetParentSize'
20
- @cutting/svg:build: No name was provided for external module 'classnames' in output.globals – guessing 'cx'
21
- @cutting/svg:build: DONE finished building
22
- @cutting/svg:build:
1
+ @cutting/svg:build: cache hit, replaying output e42e0536ebc27441
2
+ @cutting/svg:build: 
3
+ @cutting/svg:build: > @cutting/svg@4.41.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/slicedToArray' in output.globals – guessing '_slicedToArray'
17
+ @cutting/svg:build: No name was provided for external module '@babel/runtime/helpers/objectSpread2' in output.globals – guessing '_objectSpread'
18
+ @cutting/svg:build: No name was provided for external module '@babel/runtime/helpers/objectWithoutProperties' in output.globals – guessing '_objectWithoutProperties'
19
+ @cutting/svg:build: No name was provided for external module '@cutting/use-get-parent-size' in output.globals – guessing 'useGetParentSize'
20
+ @cutting/svg:build: No name was provided for external module 'classnames' in output.globals – guessing 'cx'
21
+ @cutting/svg:build:  DONE finished building
22
+ @cutting/svg:build: 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @cutting/svg
2
2
 
3
+ ## 4.41.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @cutting/util@4.43.0
9
+ - @cutting/use-get-parent-size@1.15.3
10
+
11
+ ## 4.41.2
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [b7c32b0d]
16
+ - @cutting/util@4.42.0
17
+ - @cutting/use-get-parent-size@1.15.2
18
+
19
+ ## 4.41.1
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies [bdc75fe3]
24
+ - @cutting/util@4.41.0
25
+ - @cutting/use-get-parent-size@1.15.1
26
+
3
27
  ## 4.41.0
4
28
 
5
29
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cutting/svg",
3
- "version": "4.41.0",
3
+ "version": "4.41.3",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/dagda1/cuttingedge.git"