@spark-web/text
Advanced tools
Comparing version 2.0.0-rc.22 to 5.0.0-rc.24
# @spark-web/text | ||
## 5.0.0-rc.24 | ||
### Minor Changes | ||
- Resolve issues with package build output | ||
### Patch Changes | ||
- Updated dependencies []: | ||
- @spark-web/theme@5.0.0-rc.24 | ||
- @spark-web/utils@5.0.0-rc.24 | ||
- @spark-web/box@5.0.0-rc.24 | ||
## 2.0.0-rc.22 | ||
@@ -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.22", | ||
"version": "5.0.0-rc.24", | ||
"homepage": "https://github.com/brighte-labs/spark-web#readme", | ||
@@ -20,5 +20,5 @@ "repository": { | ||
"@emotion/react": "^11.14.0", | ||
"@spark-web/box": "^2.0.0-rc.21", | ||
"@spark-web/theme": "^4.0.0-rc.21", | ||
"@spark-web/utils": "^2.0.0-rc.21" | ||
"@spark-web/box": "^5.0.0-rc.24", | ||
"@spark-web/theme": "^5.0.0-rc.24", | ||
"@spark-web/utils": "^5.0.0-rc.24" | ||
}, | ||
@@ -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
49098
16
870
1
1
+ Added@spark-web/box@5.0.1(transitive)
+ Added@spark-web/theme@5.4.0(transitive)
+ Added@spark-web/utils@5.0.0(transitive)
- Removed@spark-web/box@2.0.0-rc.21(transitive)
- Removed@spark-web/theme@4.0.0-rc.21(transitive)
- Removed@spark-web/utils@2.0.0-rc.21(transitive)
Updated@spark-web/box@^5.0.0-rc.24