@cutting/svg 4.41.3 → 4.41.4

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 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: 
1
+ @cutting/svg:build: cache hit, replaying output 6ac6abf0d880aa6f
2
+ @cutting/svg:build:
3
+ @cutting/svg:build: > @cutting/svg@4.41.4 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,10 +1,18 @@
1
1
  # @cutting/svg
2
2
 
3
+ ## 4.41.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ba063559]
8
+ - @cutting/util@4.44.0
9
+ - @cutting/use-get-parent-size@1.15.4
10
+
3
11
  ## 4.41.3
4
12
 
5
13
  ### Patch Changes
6
14
 
7
- - Updated dependencies
15
+ - Updated dependencies [244b74e5]
8
16
  - @cutting/util@4.43.0
9
17
  - @cutting/use-get-parent-size@1.15.3
10
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cutting/svg",
3
- "version": "4.41.3",
3
+ "version": "4.41.4",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/dagda1/cuttingedge.git"