@lossir/pkg-bbb 1.1.3-master.1 → 1.3.1-master.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lossir/pkg-bbb",
3
- "version": "1.1.3-master.1+7992e41",
3
+ "version": "1.3.1-master.1",
4
4
  "main": "dist/index.js",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -9,21 +9,12 @@
9
9
  },
10
10
  "scripts": {
11
11
  "build": "exit 0",
12
- "test": "echo \"All test passed\"",
13
- "prepack1": "node -e \"process.stdout.write(require('./package.json').version)\" | xargs -I {} sh -c 'npm --prefix ./dist pkg set version=\"{}\"'"
12
+ "test": "echo \"All test passed\""
14
13
  },
15
14
  "author": "",
16
15
  "license": "ISC",
17
16
  "description": "",
18
17
  "dependencies": {
19
18
  "react-dom": "^19.2.3"
20
- },
21
- "lerna": {
22
- "command": {
23
- "publish": {
24
- "directory": "."
25
- }
26
- }
27
- },
28
- "gitHead": "7992e41d960adc7c9b38266110690d684659984a"
19
+ }
29
20
  }
package/CHANGELOG.md DELETED
@@ -1,56 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- ## [1.1.2](https://git.skbkontur.ru/m.pakhomov/monorepo-testing/compare/@lossir/pkg-bbb@1.1.1...@lossir/pkg-bbb@1.1.2) (2026-02-16)
7
-
8
-
9
- ### Bug Fixes
10
-
11
- * ??? ([2525532](https://git.skbkontur.ru/m.pakhomov/monorepo-testing/commits/2525532f698bc2bb42088273030cce8a1a9d8087))
12
- * ??? 3 ([c3999e3](https://git.skbkontur.ru/m.pakhomov/monorepo-testing/commits/c3999e3f74d2d4450d79cbb0faf5c1104a960850))
13
- * 321 ([3555215](https://git.skbkontur.ru/m.pakhomov/monorepo-testing/commits/35552155bef935855718e2a22c2447d27eda56e5))
14
-
15
-
16
-
17
-
18
-
19
- ## [1.1.1](https://git.skbkontur.ru/m.pakhomov/monorepo-testing/compare/@lossir/pkg-bbb@1.1.0...@lossir/pkg-bbb@1.1.1) (2026-02-16)
20
-
21
-
22
- ### Bug Fixes
23
-
24
- * 321 ([a0e3520](https://git.skbkontur.ru/m.pakhomov/monorepo-testing/commits/a0e3520603a0aa5e20e54097cf68ca56b613bfe3))
25
-
26
-
27
-
28
-
29
-
30
- # [1.1.0](https://git.skbkontur.ru/m.pakhomov/monorepo-testing/compare/@lossir/pkg-bbb@1.0.1...@lossir/pkg-bbb@1.1.0) (2026-02-16)
31
-
32
-
33
- ### Bug Fixes
34
-
35
- * 321 ([e0a531c](https://git.skbkontur.ru/m.pakhomov/monorepo-testing/commits/e0a531cb3b24326bba4feabbe69ce9ec9e783bee))
36
- * aaa ([e04c1e4](https://git.skbkontur.ru/m.pakhomov/monorepo-testing/commits/e04c1e4693db641383a48438e90eccb251ea720b))
37
- * foo bar ([b946941](https://git.skbkontur.ru/m.pakhomov/monorepo-testing/commits/b9469416f264427cf61f6d21406e1ec5e5671d79))
38
- * foo bar 2 ([e72108c](https://git.skbkontur.ru/m.pakhomov/monorepo-testing/commits/e72108c918d35fcab03e7d0355cab8de121d167d))
39
- * foo bar 33 ([b3cc2bf](https://git.skbkontur.ru/m.pakhomov/monorepo-testing/commits/b3cc2bf921a91ae0b0d663a1f7d8b878f2a35f57))
40
- * foo bar 44 ([9f2f29a](https://git.skbkontur.ru/m.pakhomov/monorepo-testing/commits/9f2f29a85749d2ab4a88178f210bdb61c517cd6b))
41
-
42
-
43
- ### Features
44
-
45
- * foo bar 44 ([74805cd](https://git.skbkontur.ru/m.pakhomov/monorepo-testing/commits/74805cd18431cb78d652264a86b82f9dba7ee862))
46
-
47
-
48
-
49
-
50
-
51
- ## 1.0.1 (2026-02-15)
52
-
53
-
54
- ### Bug Fixes
55
-
56
- * ws ([f872e52](https://git.skbkontur.ru/m.pakhomov/monorepo-testing/commits/f872e527860cf88ca5a51eaecaa1206381569346))
package/dist/package.json DELETED
@@ -1,20 +0,0 @@
1
- {
2
- "name": "@lossir/pkg-bbb",
3
- "version": "1.1.2",
4
- "main": "dist/index.js",
5
- "publishConfig": {
6
- "access": "public",
7
- "registry": "https://registry.npmjs.org/",
8
- "directory": "dist"
9
- },
10
- "scripts": {
11
- "build": "exit 0",
12
- "test": "echo \"All test passed\""
13
- },
14
- "author": "",
15
- "license": "ISC",
16
- "description": "",
17
- "dependencies": {
18
- "react-dom": "^19.2.3"
19
- }
20
- }
File without changes