@sproutsocial/seeds-react-message 1.0.0

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/.eslintignore ADDED
@@ -0,0 +1,6 @@
1
+ # Node modules
2
+ node_modules/
3
+
4
+ # Build output
5
+ dist/
6
+ coverage/
package/.eslintrc.js ADDED
@@ -0,0 +1,4 @@
1
+ module.exports = {
2
+ root: true,
3
+ extends: ["eslint-config-seeds/racine"],
4
+ };
@@ -0,0 +1,21 @@
1
+ yarn run v1.22.22
2
+ $ tsup --dts
3
+ CLI Building entry: src/index.ts
4
+ CLI Using tsconfig: tsconfig.json
5
+ CLI tsup v8.0.2
6
+ CLI Using tsup config: /home/runner/work/seeds/seeds/seeds-react/seeds-react-message/tsup.config.ts
7
+ CLI Target: es2022
8
+ CLI Cleaning output folder
9
+ CJS Build start
10
+ ESM Build start
11
+ CJS dist/index.js 34.82 KB
12
+ CJS dist/index.js.map 155.64 KB
13
+ CJS ⚡️ Build success in 795ms
14
+ ESM dist/esm/index.js 31.92 KB
15
+ ESM dist/esm/index.js.map 155.56 KB
16
+ ESM ⚡️ Build success in 812ms
17
+ DTS Build start
18
+ DTS ⚡️ Build success in 35065ms
19
+ DTS dist/index.d.ts 2.34 KB
20
+ DTS dist/index.d.mts 2.34 KB
21
+ Done in 45.20s.
package/CHANGELOG.md ADDED
@@ -0,0 +1,7 @@
1
+ # @sproutsocial/seeds-react-message
2
+
3
+ ## 1.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - bd8d03d: Migrated Message from Racine to seeds-react-message