@jolibox/bootstrap 1.2.5-beta.3 → 1.2.6

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.
@@ -2,10 +2,8 @@
2
2
  "files": {
3
3
  "packages/bootstrap/.rush/temp/shrinkwrap-deps.json": "85f115f9fbe6f1e962199c288bb411864903ba42",
4
4
  "packages/bootstrap/.eslintrc.js": "edf42cea6fba51042e3fc82241d56a202f11a83a",
5
- "packages/bootstrap/CHANGELOG.json": "f6a06f3fec7583e34bbfacd9ff089d0bbabede9a",
6
- "packages/bootstrap/CHANGELOG.md": "643f21fdcc71ec0614d11837be354ea0c6ad0140",
7
5
  "packages/bootstrap/README.md": "9b60fc4ee630488fd6ce5cc43a6bbd5c06e175fb",
8
- "packages/bootstrap/package.json": "1cabebf8afec79b7478c87551d7bee5e32f06160",
6
+ "packages/bootstrap/package.json": "3330af0344eeb21f23441300b4691f2dbc7a9265",
9
7
  "packages/bootstrap/src/index.ts": "1db013adc75ad61e7425a64874d5141e45e222a8",
10
8
  "packages/bootstrap/src/runtime.ts": "24354968e44eb7e540819155fd9eca19d93639d3",
11
9
  "packages/bootstrap/tsconfig.json": "ef597317f67bfb548a17f81a3b7a3ca64f08bb93"
@@ -1,5 +1,5 @@
1
1
  Invoking: npm run clean && esbuild ./src/index.ts --log-level=error --format=iife --outfile=./dist/index.js --bundle --minify && tsc
2
2
 
3
- > @jolibox/bootstrap@1.2.5-beta.3 clean
3
+ > @jolibox/bootstrap@1.2.6 clean
4
4
  > rimraf ./dist
5
5
 
package/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@jolibox/bootstrap",
3
3
  "description": "This project is Jolibox JS-SDk bootstrap",
4
- "version": "1.2.5-beta.3",
4
+ "version": "1.2.6",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@jolibox/common": "1.2.5-beta.3"
9
+ "@jolibox/common": "1.2.6"
10
10
  },
11
11
  "devDependencies": {
12
12
  "typescript": "5.7.3",
13
13
  "@types/jest": "28.1.1",
14
14
  "rimraf": "6.0.1",
15
15
  "esbuild": "0.24.2",
16
- "@jolibox/eslint-config": "1.0.1-beta.11"
16
+ "@jolibox/eslint-config": "1.0.0"
17
17
  },
18
18
  "scripts": {
19
19
  "clean": "rimraf ./dist",
package/CHANGELOG.json DELETED
@@ -1,11 +0,0 @@
1
- {
2
- "name": "@jolibox/bootstrap",
3
- "entries": [
4
- {
5
- "version": "1.1.43",
6
- "tag": "@jolibox/bootstrap_v1.1.43",
7
- "date": "Mon, 21 Jul 2025 10:06:33 GMT",
8
- "comments": {}
9
- }
10
- ]
11
- }
package/CHANGELOG.md DELETED
@@ -1,9 +0,0 @@
1
- # Change Log - @jolibox/bootstrap
2
-
3
- This log was last generated on Mon, 21 Jul 2025 10:06:33 GMT and should not be manually modified.
4
-
5
- ## 1.1.43
6
- Mon, 21 Jul 2025 10:06:33 GMT
7
-
8
- _Initial release_
9
-