@sberdevices/cra-template-plasma-basic-template
Advanced tools
Comparing version 1.2.0 to 1.2.1-canary.810.b84f9be2ec37fd374e00774d6a1490af847da9af.0
{ | ||
"name": "@sberdevices/cra-template-plasma-basic-template", | ||
"version": "1.2.0", | ||
"version": "1.2.1-canary.810.b84f9be2ec37fd374e00774d6a1490af847da9af.0", | ||
"description": "", | ||
@@ -27,3 +27,3 @@ "keywords": [ | ||
], | ||
"gitHead": "f012bd4272ef1765950032ba6d4bcf8be3bd93b2" | ||
"gitHead": "b84f9be2ec37fd374e00774d6a1490af847da9af" | ||
} |
/* eslint-disable @typescript-eslint/no-var-requires */ | ||
const path = require("path"); | ||
const { override, addBabelPlugin, addWebpackResolve } = require("customize-cra"); | ||
const path = require('path'); | ||
const { override, addBabelPlugin, addWebpackResolve } = require('customize-cra'); | ||
/* eslint-enable @typescript-eslint/no-var-requires */ | ||
@@ -8,10 +8,10 @@ | ||
addWebpackResolve({ | ||
modules: path.resolve(__dirname, "node_modules"), | ||
modules: path.resolve(__dirname, 'node_modules'), | ||
}), | ||
addBabelPlugin([ | ||
"styled-components", | ||
'styled-components', | ||
{ | ||
displayName: process.env.NODE_ENV === "development", | ||
displayName: process.env.NODE_ENV === 'development', | ||
}, | ||
]) | ||
]), | ||
); |
@@ -1,6 +0,6 @@ | ||
import { AssistantSmartAppData } from "@sberdevices/assistant-client"; | ||
import { GalleryPageState, PlasmaAppProps, Assistat } from "@sberdevices/plasma-temple"; | ||
import { AssistantSmartAppData } from '@sberdevices/assistant-client'; | ||
import { GalleryPageState, PlasmaAppProps } from '@sberdevices/plasma-temple'; | ||
export type AssistantProps = PlasmaAppProps["assistantParams"]; | ||
export type AppHeaderProps = PlasmaAppProps["header"]; | ||
export type AssistantProps = PlasmaAppProps['assistantParams']; | ||
export type AppHeaderProps = PlasmaAppProps['header']; | ||
@@ -28,3 +28,3 @@ export interface Film { | ||
export enum ActionType { | ||
OPEN_ITEM = "openItem", | ||
OPEN_ITEM = 'openItem', | ||
} | ||
@@ -31,0 +31,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
108608
321
2