shinkansen-sprockets 1.0.65 → 1.0.67

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/.gitattributes CHANGED
@@ -7,6 +7,7 @@
7
7
  *.cjs text eol=lf
8
8
  *.jsx text eol=lf
9
9
  *.mts text eol=lf
10
+ *.cts text eol=lf
10
11
  *.sh text eol=lf
11
12
  .editorconfig text eol=lf
12
13
  .eslintignore text eol=lf
package/babel.config.cjs CHANGED
@@ -79,8 +79,8 @@ const plugins = [
79
79
  'shinkansen-sprockets/transformers/common': './src/transformers/common/index.mjs',
80
80
  'shinkansen-sprockets/transformers/error-message': './src/transformers/error-message/index.mjs',
81
81
  'shinkansen-sprockets/transformers/error-summary': './src/transformers/error-summary/index.mjs',
82
- build: './build',
83
- stories: './stories'
82
+ '#stories/errors': './stories/errors.mjs',
83
+ '#stories': './stories'
84
84
  }
85
85
  }
86
86
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shinkansen-sprockets",
3
- "version": "1.0.65",
3
+ "version": "1.0.67",
4
4
  "description": "Shinkansen Sprockets",
5
5
  "keywords": [
6
6
  "Shinkansen",