pentonville 1.0.443 → 1.0.445
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/babel.config.js +0 -2
- package/package.json +2 -2
- package/.gitattributes +0 -20
package/babel.config.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pentonville",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.445",
|
|
4
4
|
"description": "Pentonville",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Pentonville",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@babel/preset-env": "^7.22.4",
|
|
39
39
|
"@babel/preset-react": "^7.22.3",
|
|
40
40
|
"@babel/register": "^7.21.0",
|
|
41
|
-
"@sequencemedia/hooks": "^1.0.
|
|
41
|
+
"@sequencemedia/hooks": "^1.0.430",
|
|
42
42
|
"babel-plugin-module-resolver": "^5.0.0",
|
|
43
43
|
"core-js": "^3.30.2",
|
|
44
44
|
"eslint": "^8.41.0",
|
package/.gitattributes
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
# Default behavior
|
|
2
|
-
* text=auto
|
|
3
|
-
|
|
4
|
-
# LF line endings
|
|
5
|
-
*.json text eol=lf
|
|
6
|
-
*.mjs text eol=lf
|
|
7
|
-
*.cjs text eol=lf
|
|
8
|
-
*.mts text eol=lf
|
|
9
|
-
*.js text eol=lf
|
|
10
|
-
*.ts text eol=lf
|
|
11
|
-
*.sh text eol=lf
|
|
12
|
-
.editorconfig text eol=lf
|
|
13
|
-
.eslintignore text eol=lf
|
|
14
|
-
.eslintrc text eol=lf
|
|
15
|
-
.gitattributes text eol=lf
|
|
16
|
-
.gitignore text eol=lf
|
|
17
|
-
.npmignore text eol=lf
|
|
18
|
-
.npmrc text eol=lf
|
|
19
|
-
.nvmrc text eol=lf
|
|
20
|
-
.husky/* text eol=lf
|