@spark-web/text
Advanced tools
Comparing version 2.0.0-rc.0 to 2.0.0-rc.1
# @spark-web/text | ||
## 2.0.0-rc.1 | ||
### Major Changes | ||
- rc | ||
### Patch Changes | ||
- Updated dependencies []: | ||
- @spark-web/theme@4.0.0-rc.1 | ||
- @spark-web/utils@2.0.0-rc.1 | ||
- @spark-web/box@2.0.0-rc.1 | ||
## 2.0.0-rc.0 | ||
@@ -4,0 +17,0 @@ |
@@ -1,2 +0,2 @@ | ||
export * from "../src/index"; | ||
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3Bhcmstd2ViLXRleHQuY2pzLmQudHMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEifQ== | ||
export * from "./declarations/src/index"; | ||
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3Bhcmstd2ViLXRleHQuY2pzLmQudHMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuL2RlY2xhcmF0aW9ucy9zcmMvaW5kZXguZC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSJ9 |
@@ -1,16 +0,7 @@ | ||
"use strict"; | ||
// this file might look strange and you might be wondering what it's for | ||
// it's lets you import your source files by importing this entrypoint | ||
// as you would import it if it was built with preconstruct build | ||
// this file is slightly different to some others though | ||
// it has a require hook which compiles your code with Babel | ||
// this means that you don't have to set up @babel/register or anything like that | ||
// but you can still require this module and it'll be compiled | ||
'use strict'; | ||
// this bit of code imports the require hook and registers it | ||
let unregister = require("../../../node_modules/@preconstruct/hook").___internalHook(typeof __dirname === 'undefined' ? undefined : __dirname, "../../..", ".."); | ||
// this re-exports the source file | ||
module.exports = require("../src/index.ts"); | ||
unregister(); | ||
if (process.env.NODE_ENV === "production") { | ||
module.exports = require("./spark-web-text.cjs.prod.js"); | ||
} else { | ||
module.exports = require("./spark-web-text.cjs.dev.js"); | ||
} |
{ | ||
"name": "@spark-web/text", | ||
"version": "2.0.0-rc.0", | ||
"version": "2.0.0-rc.1", | ||
"homepage": "https://github.com/brighte-labs/spark-web#readme", | ||
@@ -20,5 +20,5 @@ "repository": { | ||
"@emotion/react": "^11.13.5", | ||
"@spark-web/box": "^2.0.0-rc.0", | ||
"@spark-web/theme": "^4.0.0-rc.0", | ||
"@spark-web/utils": "^2.0.0-rc.0" | ||
"@spark-web/box": "^2.0.0-rc.1", | ||
"@spark-web/theme": "^4.0.0-rc.1", | ||
"@spark-web/utils": "^2.0.0-rc.1" | ||
}, | ||
@@ -25,0 +25,0 @@ "devDependencies": { |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
45504
16
864
1
1
Updated@spark-web/box@^2.0.0-rc.1
Updated@spark-web/theme@^4.0.0-rc.1
Updated@spark-web/utils@^2.0.0-rc.1