@uploadcare/blocks
Advanced tools
Comparing version 0.14.2-alpha.2 to 0.14.2-alpha.3
/** Do not edit this file manually. It's generated during build process. */ | ||
export const PACKAGE_NAME: "blocks"; | ||
export const PACKAGE_VERSION: "0.14.1"; | ||
export const PACKAGE_NAME: "@uploadcare/blocks"; | ||
export const PACKAGE_VERSION: "0.14.2-alpha.0"; | ||
//# sourceMappingURL=env.d.ts.map |
/** Do not edit this file manually. It's generated during build process. */ | ||
export const PACKAGE_NAME = 'blocks'; | ||
export const PACKAGE_VERSION = '0.14.1'; | ||
export const PACKAGE_NAME = '@uploadcare/blocks'; | ||
export const PACKAGE_VERSION = '0.14.2-alpha.0'; |
{ | ||
"name": "@uploadcare/blocks", | ||
"version": "0.14.2-alpha.2", | ||
"version": "0.14.2-alpha.3", | ||
"description": "Building blocks for Uploadcare products integration", | ||
@@ -38,10 +38,9 @@ "keywords": [ | ||
"type": "module", | ||
"module": "index.js", | ||
"sideEffects": ["*.css"], | ||
"module": "./dist/index.js", | ||
"sideEffects": [ | ||
"*.css" | ||
], | ||
"repository": "https://github.com/uploadcare/blocks/", | ||
"files": [ | ||
"./dist/**", | ||
"{abstract,blocks,solutions,web,utils}/**/*.{js,css,d.ts,d.ts.map}", | ||
"index.{js,d.ts,d.ts.map}", | ||
"env.{js,d.ts,d.ts.map}", | ||
"README.md", | ||
@@ -53,3 +52,4 @@ "LICENSE", | ||
".": "./dist/index.js", | ||
"./web/*": "./web/*" | ||
"./themes/*": "./dist/themes/*", | ||
"./blocks/*": "./dist/blocks/*" | ||
}, | ||
@@ -67,6 +67,6 @@ "publishConfig": { | ||
"build:jsx:types": "node build-jsx-types.js", | ||
"build:types": "npm run clean:types && tsc --build tsconfig.types.json", | ||
"build:dist": "npm run clean:dist && cpy ./src/**/*.{js,css} ./dist/ && tsc --build tsconfig.types.json", | ||
"build:static": "node --experimental-fetch ./static-gen/build.js", | ||
"build:static:watch": "node watch.js", | ||
"build": "run-s build:web build:types build:jsx:types", | ||
"build": "run-s build:web build:dist build:jsx:types", | ||
"tsc": "tsc --skipLibCheck --allowJs --noEmit", | ||
@@ -78,2 +78,3 @@ "lint:js": "eslint ./", | ||
"lint": "run-s lint:js lint:css", | ||
"clean:dist": "rimraf './dist/'", | ||
"clean:web": "rimraf './web/**/*.{js,css}'", | ||
@@ -103,2 +104,3 @@ "clean:html": "rimraf './**/*.html'", | ||
"@web/test-runner": "^0.13.27", | ||
"cpy-cli": "^4.2.0", | ||
"esbuild": "^0.15.12", | ||
@@ -105,0 +107,0 @@ "eslint": "^8.13.0", |
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
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
512
16740
1
621034
36