@prozorro/prozorro-ui 0.0.12 → 0.0.13
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/README.md +1 -1
- package/dist/app/project.json +1 -1
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -74,4 +74,4 @@ npm run build:storybook
|
|
|
74
74
|
- `npm run storybook` starts Storybook
|
|
75
75
|
- `npm run build:storybook` builds the static Storybook site into `dist/app`
|
|
76
76
|
- `npm run lint` runs ESLint and Stylelint
|
|
77
|
-
- `npm run typecheck` runs `vue-tsc --noEmit
|
|
77
|
+
- `npm run typecheck` runs `vue-tsc --noEmit`.
|
package/dist/app/project.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"generatedAt":
|
|
1
|
+
{"generatedAt":1779711060505,"hasCustomBabel":false,"hasCustomWebpack":false,"hasStaticDirs":true,"hasStorybookEslint":false,"refCount":0,"knownPackages":{"stylingPackages":{"sass":"^1.92.1"}},"hasRouterPackage":false,"packageManager":{"type":"npm","agent":"npm","nodeLinker":"node_modules"},"preview":{"usesGlobals":false},"framework":{"name":"@storybook/vue3-vite","options":{}},"builder":"@storybook/builder-vite","renderer":"@storybook/vue3","portableStoriesFileCount":0,"applicationFileCount":0,"storybookVersion":"10.3.6","storybookVersionSpecifier":"^10.3.4","language":"typescript","storybookPackages":{"@storybook/vue3-vite":{"version":"10.3.6"},"storybook":{}},"addons":{"@storybook/addon-docs":{"version":"10.3.6"}},"packageJsonType":"module"}
|
package/dist/package.json
CHANGED