react-toolkits 0.0.1 → 0.0.2

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/.eslintrc.js CHANGED
@@ -1,4 +1,4 @@
1
1
  module.exports = {
2
2
  root: true,
3
- extends: [require.resolve('@everythingflow/eslint-config-mono/react')],
3
+ extends: [require.resolve('@flow97/eslint-config-mono/react')],
4
4
  }
@@ -1,5 +1,5 @@
1
1
 
2
- > react-toolkits@0.0.1 build /home/runner/work/everythingflow/everythingflow/packages/react-toolkits
2
+ > react-toolkits@0.0.2 build /home/runner/work/everythingflow/everythingflow/packages/react-toolkits
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -15,6 +15,6 @@
15
15
  ESM dist/index.css.map 7.60 KB
16
16
  ESM dist/index.esm.js 116.12 KB
17
17
  ESM dist/index.esm.js.map 161.86 KB
18
- ESM ⚡️ Build success in 1818ms
19
- DTS ⚡️ Build success in 8437ms
18
+ ESM ⚡️ Build success in 1540ms
19
+ DTS ⚡️ Build success in 6738ms
20
20
  DTS dist/index.d.mts 7.49 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # react-toolkits
2
2
 
3
+ ## 0.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 732b9bd: use org flow97
8
+
3
9
  ## 0.0.1
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-toolkits",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "sideEffects": [
5
5
  "**/*.css"
6
6
  ],
@@ -48,7 +48,7 @@
48
48
  "ts-essentials": "^9.3.2",
49
49
  "tsup": "^7.1.0",
50
50
  "typescript": "^5.1.6",
51
- "@everythingflow/eslint-config-mono": "0.0.1",
51
+ "@flow97/eslint-config-mono": "0.0.1",
52
52
  "tailwind-config": "0.0.1",
53
53
  "tsconfig": "0.0.1"
54
54
  },